RE: [PHP-DB] headers and if statements

2004-04-30 Thread Daniel Clark
We've ALL done it before :-) > I am testing now testing it with the ==, silly mistake > > -Original Message- > From: John W. Holmes [mailto:[EMAIL PROTECTED] > Sent: Friday, April 30, 2004 4:38 PM > To: Erik Meyer; PHP-DB > Subject: Re: [PHP-DB] headers and if st

RE: [PHP-DB] headers and if statements

2004-04-30 Thread Erik Meyer
I am testing now testing it with the ==, silly mistake -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 4:38 PM To: Erik Meyer; PHP-DB Subject: Re: [PHP-DB] headers and if statements From: "Erik Meyer" <[EMAIL PROTECTED]>

Re: [PHP-DB] headers and if statements

2004-04-30 Thread John W. Holmes
From: "Erik Meyer" <[EMAIL PROTECTED]> > Have you tried: > Uhmm... Have _YOU_ tried that??? = vs == ? ;) ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] headers and if statements

2004-04-30 Thread Daniel Clark
I think that would try to set $login=1. Need two == > Have you tried: > > > -Original Message- > From: Daniel Clark [mailto:[EMAIL PROTECTED] > Sent: Friday, April 30, 2004 4:19 PM > To: matthew perry > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] headers

Re: [PHP-DB] headers and if statements

2004-04-30 Thread John W. Holmes
From: "matthew perry" <[EMAIL PROTECTED]> > > > Why does this direct me to loginError.php even when $logIn = 1? It doesn't. Double check your value of $logIn by printing it out or using print_r/vardump/etc... ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-DB] headers and if statements

2004-04-30 Thread Erik Meyer
Have you tried: -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 4:19 PM To: matthew perry Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] headers and if statements Hum. Is $logIn null at times?!?! > > > Why does this dir

Re: [PHP-DB] headers and if statements

2004-04-30 Thread Daniel Clark
Hum. Is $logIn null at times?!?! > > > Why does this direct me to loginError.php even when $logIn = 1? > > - Matt -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] headers and if statements

2004-04-30 Thread matthew perry
Why does this direct me to loginError.php even when $logIn = 1? - Matt -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php