Re: How can we encrypt the username and password using PHP? You can use the MySQL PASSWORD() function to encrypt username and password.
For example,
INSERT into user (password, ...) VALUES (PASSWORD($password”)), ...);
__________________ R.Sundar Raja |