Hi
Trying something witch should be simple.
I have a string witch contains a ,
and i want to replace it with ','
echo preg_replace($patterns, $replacements, $string);
echo preg_replace(,, ',', $string);
but I'm running into problems with the, can't get the replacement done.
Regards
LHG
Trying something witch should be simple.
I have a string witch contains a ,
and i want to replace it with ','
echo preg_replace($patterns, $replacements, $string);
echo preg_replace(,, ',', $string);
but I'm running into problems with the, can't get the replacement done.
Regards
LHG