or you could use:
http://phpclasses.upperdesign.com/browse.html/package/288
py
At 01:08 PM 12/10/01 -0500, Jeremy Reed wrote:
>The easiest way is to use cookies.
>=CODE
>require 'auth_functions.php';
>if (authenticateUser($form_username, $form_password)){
>setcookie("cook
The easiest way is to use cookies.
=CODE
http://$SERVER/index2.php";);
exit();
} else {
header("Location:http://$SERVER/error.html";);
}
?>
This code takes in input from a form as simple as this:
Login:
Password:
Checks it against the database values using the
2 matches
Mail list logo