• Help with .HTML
    9 replies, posted
I have already done the registration page but once you fill in the info, I need to store that in a database and encrypt the passwords. Would anybody happen to know how to help or know anybody that can help me? Help will be much appreciated. Krzystylez
Php
I have discovered that but would you happen to know the codes? I think i have the correct ones but i don't know how to run it with my .html Thank you for your help anyway.
Learn PHP.
Why do you need to fill out a registration page for HTML
[QUOTE=Latias;17702930]Why do you need to fill out a registration page for HTML[/QUOTE] So people can register on my site?
Use PHP, not HTML, PHP is 100 times better.
If you want registered users you'll need PHP and MySQL for the databases. HTML cannot do this sort of thing standalone.
OK thanks.
[url]http://us.php.net/manual/en/function.md5.php[/url] [url]http://us.php.net/manual/en/function.sha1.php[/url] just in case you know php already too. you can encrypt the passwords with these methods. Read the comments too cause they mention "salt".
Sorry, you need to Log In to post a reply to this thread.