Click here to Skip to main content
15,891,846 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
In my webpage i have a login form...all the validation of the login form is done...i want the user to be authenticated after he gets logged in succeessfully...plz help!!
Posted

Hello Pritesh,

Please have a look at this[^] tutorial.

Regards,
 
Share this answer
 
Start for example, from this manual: http://www.php.net/manual/en/features.http-auth.php[^].

See also: http://pear.php.net/packages.php?catpid=1[^].

Alternatively, consider using OpenID. Its API includes the PHP library:
http://en.wikipedia.org/wiki/OpenID[^],
http://openid.net/developers/libraries[^].

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900