What is the best way to password protect folder using php without a database or user name but using. Basically I have a page that will list contacts for organization and ne
You could use something like this:
//access.php Login You need to login Password:
You need to login
Then on each file you want to protect, put at the top:
secret text
It isn't a very nice solution, but it might do what you want
Edit
You could add a logout.php page like:
You have logged out