explode() and then foreach are your friends :)

explode() using the comma as your separator and then traverse the array
using foreach.

Jean-Christian Imbeault

James Johnson wrote:

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

Reply via email to