PHP Tutorial : Password protect page script

Do you have some content which you do not want to show to public? There is a php script which “hides” the content, protecting it with a password and username to access a page. It can be done with MySQL database but I really want to keep things simplier and I will do without mysql,…………….

Read PHP Tutorial : Password protect page script »