As of now I have this line of code
<?php $pass = "12312312"; echo md5(crypt($pass)) ?> I know crypt can randomly generate salt but I don't have any idea how can I compare it on the user input.
What are the fields do I need for my log in table? and also, what data will I insert to my table?
thanks!