Fw: [PHP] $header = Location:........ being ignored!

2003-01-22 Thread Peter Hutnick
Rick Emery said: if ( $_POST['passwd'] != $db['password'] ) {header(Location: loginfailed.html); exit; } - Original Message - From: Shams [EMAIL PROTECTED] To: Sent: Tuesday, January 21, 2003 3:48 AM Subject: [PHP] $header = Location: being ignored! Hi Group, I

Re: Fw: [PHP] $header = Location:........ being ignored!

2003-01-22 Thread Thomas Seifert
give some output in the if-construct to see if it even matches. I believe there is some problem with the variables used in there, the location should work though. On Tue, 21 Jan 2003 06:09:01 -0600 [EMAIL PROTECTED] (Rick Emery) wrote: if ( $_POST['passwd'] != $db['password'] ) {

Fw: [PHP] $header = Location:........ being ignored!

2003-01-21 Thread Rick Emery
if ( $_POST['passwd'] != $db['password'] ) {header(Location: loginfailed.html); exit; } - Original Message - From: Shams [EMAIL PROTECTED] To: Sent: Tuesday, January 21, 2003 3:48 AM Subject: [PHP] $header = Location: being ignored! Hi Group, I basically have some simple