Hi everybody !
I have a newsletterscript, which sends mails out in HTML-Format. The only problem is, that Quotas (") don't work. What can be wrong ? Anybody an idea ???
Thanks,
Philipp
if the html is inside a PHP script make sure you escape the quatas like this... instead of just " put a \ before to make it \" that should sort your problem
ahh skripty again hello