How do I use preg_replace to replace a space (" ") with a comma (",")?
i am using:
preg_replace('/ /', ',', $string).
this isn't working.
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]
How do I use preg_replace to replace a space (" ") with a comma (",")?
i am using:
preg_replace('/ /', ',', $string).
this isn't working.
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]