Hi,
In a MySQL database I have one field that holds several entries seperated by
a comma (e.g. item1,item2,item3). What I want to do is to get these items
from the db from a PHP script and display each item on it's own line (e.g.
item1<br>item2<br>item3). Is there anyway of doing this easily by simply
changing each comma to a '<br>' in the script?
Thanks.
Jamie Saunders
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]