I have a string that is separated by spaces like this
$string="test test1 test2 test3";
how can I make the string so it is separated by comas like this
$string="test,test1,test2,test3";
I know this is probably simple but I just can't figure it out

  

-- 
Best regards,
 rdkurth                          mailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to