Authentication
by Hiroshi on June 19th, 2008
This is simple form authentication by a random number generated by PHP and authenticated by javascript. It can be used for spam control.
by Hiroshi on June 16th, 2008
Here are some methods to describe PHP User Authentication Systems which are login systems indeed. These systems are not 100% secure though. Security comes with database, sessions, checks and data encryption. Following examples cover: Simple and Basic User Authentication Methods Ever Basic Authentication 2 User Authentication 1 – A Step Ahead From Basic Authentication – [...]


