Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

authentication

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Am Using PHP and MySql database with username and password fields to grant different directory level access. Am persisting Uname and Pass posting to each page, hosting company tells me no good enough. Am looking for secure way to check Uname and Pword against Dbase, persist these [PHP 3 only] + authenticate with each page.

Thanks
 
If you're just doing directory level access, why bother with PHP? You could use something like the Auth_MySQL apache module ( in pair with an .htaccess in each directory.

If you want session management on top of the authentication, however, I'd recommend PHPlib (
Hope this helps,

brendanc@icehouse.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top