Hi Folks:
I want to include a tag in one String and not the
hole html doc.
I know that I can use header(Content-type: ....)
But I'd like to only include a particular tag
for instance:
Name1 <name1@test.com>, Name2 <name2@email.com>
I want this hole String to be evaluated it should not
ignore the tags...
If I use header that would include the whole
html i.e <html> <body> etc...
I don't want this included...
Thanks in advance...
Spike