Re: [PHP] login access

2001-09-10 Thread Justin French
It depends on what you want to achieve, and you ISP. If you can achieve everything you want with htaccess, then it is pretty simple, and a good option -- no db's, no PHP. BUT it may be complex to add new users at your ISP. On my site (perhaps not the most secure site in the world!!!), I use a s

[PHP] login access

2001-09-10 Thread php_guy
Hi, I was wondering how does one create a PHP script that can verify a database for the login ID and password and then allow that person to access a particular page. I am not looking for extreme details here , but I just want to get a general idea. I can understand how to make a script to verif