> format 'xxxx, xxxxx, xxxxx, xxx' how can I edit it so that the comma's are
> replaced with line breaks i.e. /n. This will enable me to display the

str_replace ( ",", "\n", $address );

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

Reply via email to