Daily Archives: February 23, 2013

Designing a simple login page using PHP

In order to design a very simple login page, basically I did the following three things: Step 1: Created a database table containing two field, user_id and password. Step 2: Designing the login page, which I did using HTML. Step … Continue reading

Posted in Uncategorized | Leave a comment