This example show how to password protect your web pages. Note that an hosting account with PHP is required to be able to test this example!!!
This example contains 5 pages:
1. index.php = this page
2. login.php = display login page
3. logout.php = display logout page
4. verify.php = verify username/password. This is where you add new users/passwords.
5. protected_page.php = example of an protected page
To view the pages and instructions for each page open them in the Site Manager.