Ok I have a register form on one page named
signup.php and I have a form on there that's action is set to
register.php.
Now how do I ensure that the password when sent to the database is encrpyted?
I heard of a thing called md5 is that it?
would it be something like this
signup.php
register.php
Then when inserting it to the database send $finalpw?