Chris W. Parker wrote:
Yes.
$string = "$string1|$string2|$string3|$string4|$string5";
$string_back = explode("|", $string);
Ok, I'm going to change the code and use pipes :)
Thanks to all of you.!
-afan
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php