How to set authendication for Login page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
umapathy
Forum Newbie
Posts: 14
Joined: Fri Jul 28, 2006 2:21 am
Location: chennai - india

How to set authendication for Login page

Post by umapathy »

Dear Friends,


How to check authendication for particular page with out using database(mysql)?

Thanks and Regards
Umapathy
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

webserver-driven http authentication might do the trick.
apache: http://httpd.apache.org/docs/2.0/howto/auth.html
iis: http://www.authenticationtutorial.com/tutorial/
Post Reply