Re: [PHP] Sending Mail Using PHP & MySQL

2004-07-03 Thread Harlequin
thanks Jason. works a treat now...! -- - Michael Mason Arras People www.arraspeople.co.uk - "Jason Everett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You have a " before $NewUserMail; on the first line, so everything

Re: [PHP] Sending Mail Using PHP & MySQL

2004-07-03 Thread Jason Everett
You have a " before $NewUserMail; on the first line, so everything until the next " is part of that variable. Since there's not a ; after the second ", you are getting the error. -- jason everett -- [EMAIL PROTECTED] -- http://twocannons.com On Sat, 3 Jul 2004 23:03:51 +0100, Harlequin <[EMAIL P