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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache php

Status
Not open for further replies.

whothought

Technical User
Oct 24, 2002
5
0
0
US
how do i create password protected pages with php?
would php be the best way to do it. what is the easyest way
under unix freebsd
thanx in advance
michael
 
The easiest way is probably to use a .htaccess/directory container and a .htpasswd. This is probably the preferred way, as it's very easy to setup and PHP can access the authentication values too. //Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top