in reply to Re: How do I replace a substring (if exists) with a different substring in a string?
in thread How do I replace a substring (if exists) with a different substring in a string?
with this one:substr( $string, $pos, $length( $find ), $replace );
$length is not function!!!substr( $created, $pos, length( $find ), $replace );
|
|---|