[PHP] Setting PHP Authentication manually?

2002-05-27 Thread Laura Harley
I am trying to build a login page for client project review site. I DO NOT want to prompt the user for username and password with header calls to the browser. I don't want the authenticate dialog box to pop up on the client browser; I want to collect the username and password on a PHP or HTML

RE: [PHP] Setting PHP Authentication manually?

2002-05-27 Thread Martin Towell
Two way's I can see 1. Use session variables 2. Use client side cookies Martin -Original Message- From: Laura Harley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: [PHP] Setting PHP Authentication manually? I am trying to build a

Re: [PHP] Setting PHP Authentication manually?

2002-05-27 Thread Rasmus Lerdorf
> I DO NOT want to prompt the user for username and password with header > calls to the browser. I don't want the authenticate dialog box to pop up > on the client browser; I want to collect the username and password on a > PHP or HTML page--I need to collect more data than just username and > pa