With this guide I will try to go through the very basic techniques of making a simple php script that can handle login authorization of website users.
The guide will be based on common Linux installations of both MySQL and PHP.
Step 1 – the database
Create a table…
read on