Re: [PHP-DB] Windoze crashes on this simple logon script.

2001-02-16 Thread Larry Rivera

Thanks you, after some checking with the sysadmin to find the part of the
code, it was the call to
$PHP_SELF in the header function , if i simply put the the page it would
work fine, the logic was still a bit off though ;/
anyone else have similar exp?
- Original Message -
From: "Phil Driscoll" <[EMAIL PROTECTED]>
To: "Larry Rivera" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 1:17 AM
Subject: Re: [PHP-DB] Windoze crashes on this simple logon script.


> I suspect that what is going on is that your code is just going around in
> circles - the redirect is just opening the same page over and over again
> because your logic is flawed somewhere. Instead of outputting the location
> header, output an  what's going wrong.
>
> Cheers
> --
> Phil Driscoll
> Dial Solutions
> +44 (0)113 294 5112
> http://www.dialsolutions.com
> http://www.dtonline.org
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Windoze crashes on this simple logon script.

2001-02-16 Thread Phil Driscoll

I suspect that what is going on is that your code is just going around in
circles - the redirect is just opening the same page over and over again
because your logic is flawed somewhere. Instead of outputting the location
header, output an http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]