Re: [PHP] How can i make it so....

2001-08-01 Thread Sheridan Saint-Michel
PROTECTED]> Cc: PHP List <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 5:07 AM Subject: Re: [PHP] How can i make it so > Steve, > > If you move your validation code to the top of the script you can use the > > header ("Location: loggedin.php"); > e

Re: [PHP] How can i make it so....

2001-08-01 Thread Sheridan Saint-Michel
ght <[EMAIL PROTECTED]> To: PHP List <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 4:37 AM Subject: [PHP] How can i make it so Hi, I have modified an authentication script to my own liking, but being new, don't know how to go about my next stage. Once the user has inse

Re: [PHP] How can i make it so.

2001-08-01 Thread Chris Fry
Steve, The following should work:- " METHOD="POST"> UserName: Password: Regards Chris -- Chris Fry Quillsoft Pty Ltd Specialists in Secure Internet Services and E-Commerce Solutions 10 Gray Street Kogarah NSW 2217 Australia Phone: +61 2 9553 1691 Fax: +6

Re: [PHP] How can i make it so....

2001-08-01 Thread Chris Fry
Steve, If you move your validation code to the top of the script you can use the header ("Location: loggedin.php"); exit; to go to the next page if the user is validated Chris Steve Wright wrote: > Hi, > > I have modified an authentication script to my own liking, but being new, don't know

[PHP] How can i make it so....

2001-08-01 Thread Steve Wright
Hi, I have modified an authentication script to my own liking, but being new, don't know how to go about my next stage. Once the user has inserted the UN, and PW, it is campared against the MySQL database, nowm what i want to do is get rid of the login form which still appears, and is very an