> -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
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
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,
3 matches
Mail list logo