Hi, just a quick question. How do I include double quotes in a variable? I am trying to put html code in a variable in a mailing program:
======================== $mail->Body = "<h1 style="color: prple; font-size: 20pt;">Heading</h1> Please e-mail me at <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>" ======================== I know that you don't have to inclose everything in html tags with quotes, but sometimes you do. The above qon't work obviously as it has nested quotes. How do I get the above to work? Many thanks, Ian Gray __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php