Re: [PHP] Re: setting up a user login with PHP

2001-12-10 Thread py
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

[PHP] Re: setting up a user login with PHP

2001-12-10 Thread Jeremy Reed
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