On Thu, 13 Mar 2003 23:21:38 +0100, Ernest E Vogelsinger wrote about "Re:
[PHP] Please Help with the Code" what the universal translator turned into
this:
>What I'd do is to validate the user, setup a session where the user id is
>stored (which is server side anyway), the
At 22:56 13.03.2003, Dalibor Malek said:
[snip]
>The function is pretty simple, In this Page is a form where the User can
>enter his username and password, when he clicks on submit the script
>checks the input with the entries in the database. If its ok the
Hello Folks,
I need help. This is my Code:
// *** Start the session
session_start();
// *** Validate request to log in to this site.
$FF_LoginAction = $HTTP_SERVER_VARS['PHP_SELF'];
if (isset($HTTP_SERVER_VARS['QUERY_STRING']) &&
$HTTP_SERVER_VARS['QUERY_STRING']!="") $FF_LoginAction .=
"?".$
3 matches
Mail list logo