RE: [PHP] Re: One form - Two emails, I need some help please

2002-01-30 Thread Ford, Mike [LSS]
> -Original Message- > From: Matt Schroebel [mailto:[EMAIL PROTECTED]] > Sent: 29 January 2002 16:33 > > And I write those as (true == $PHP_MAIL_FORM) so the parser > will catch the missing second equal sign. > This won't parse: (true = $PHP_MAIL_FORM) Why even bother with the ineffici

RE: [PHP] Re: One form - Two emails, I need some help please

2002-01-29 Thread Matt Schroebel
And I write those as (true == $PHP_MAIL_FORM) so the parser will catch the missing second equal sign. This won't parse: (true = $PHP_MAIL_FORM) >Edward R. Bailey wrote: >if ($PHP_MAIL_FORM=true){ >should probably be >if ($PHP_MAIL_FORM==true){ -- PHP General Mailing List (http://www.php.net

[PHP] Re: One form - Two emails, I need some help please

2002-01-29 Thread Michael Kimsal
Edward R. Bailey wrote: if ($PHP_MAIL_FORM=true){ should probably be if ($PHP_MAIL_FORM==true){ Try that. Michael Kimsal http://www.tapinternet.com/php PHP Training Courses 734-480-9961 -- PHP General Mailing List (http://www.php.net/) To unsubscribe,