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 inefficient

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/)