Re: [PHP-DB] Authenticate problem

2001-11-26 Thread koelwebdesign
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 26, 2001 4:19 PM Subject: RE: [PHP-DB] Authenticate problem I tried doing the following it still deosnt work ?php include('global1.inc'); $USER=($HTTP_POST_VARS[USER]); $PASSWORD=($HTTP_POST_VARS[PASSWORD]); $strconnectionuser

[PHP-DB] Authenticate problem

2001-11-21 Thread Harpreet
Dear list members, I have login page which passes the user name to the next screen. If the user is correct i want to direct him to the actual application. If not right then i want to display a notlogged page. I am doing the following. ? $USER=($HTTP_POST_VARS[USER]);