Moskito, verify login works, but I Wonder how ..?
I did follow Falko's tutorial
Here... and everything works perfect, the only thing that I dont get.. is how to:
Make register form that match the "encrypt".
I have posted a question in ubuntu forums (
here )... But dont get any result.
If I type (in my server terminal):
PHP Code:
mysql -u root -p
#### password here
USE mail;
INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('my@site.com', ENCRYPT('PassGoHere'), 10485760);
quit;
works perfect, but how to insert these values (from a PHP) registration from???
I have not idea... how to make my registration form >>> to insert "ENCRYPT" password, like I do in my server terminal.
regards.