Recently Popular Databases Tagged Tutorials
Jan 11
Complete advanced login member system - PHP tutorial
This tutorial will show you how to create an advanced member login system with PHP, users can register, change password, email activation is included.
Sep 26
How to Encrypt Passwords in the Database
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.