Creating Secure Login in PHP

April 15, 2006 (posted by Anish Blon)

This articles demonstrate and explains how to create a secure PHP login script that will allow safe authentication. Here, cookies are not used because of preventive measure against cross-side scripting. The back-end used is MySQL. So, you should have knowledge of MySQL and database as well.


Search on site