In: PHP / User Authentication
A simple script that allow developers to use it and test with the AD setting. It save a lots of time for developers to test out…
Building a Secure Admin Area & .htaccess
In: PHP / User Authentication
This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use…
Using a Page by Page Password System Using MySQL
In: PHP / User Authentication
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's …