Reputation: 16596
How can I implement basic auth using php? Is it possible?
Thank you
Upvotes: 0
Views: 2043
Reputation: 157888
The PHP manual has an example of how to implement an HTTP Basic authentication in PHP
P.S. http://www.google.ru/search?q=php+basic+auth
Upvotes: 4