How do you include tags in a String...
E.g I have "Name1 <name1@test.com>, Name2 <name2@test.com>"
I want to read and print this String as it is and not simply as "Name1, Name2"
Thanks in advance Spike.
use the & equivs of < and > (< and > without the underscores....)just like you would with HTML (as thats what interprets tags, not PHP)