I have a large group of email addesses serperated by commas. I need to trim 
off the very last comma

$recipients = [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],


Also how would I add a space after every comma? to give

[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]


many thanks,

Ross

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

Reply via email to