how to print a comma-separated entry
I would like to print a comma-separated entry into separated entries:
Like when I put like <?php echo $row_rsContent['artists']; ?> I get: "Picasso,Chagall,Matisse" but I want it like "Picasso<br>Chagall<br>Matisse".
And also I want to link "Picasso" to another website.
Thanks for any furthre help.
