Hi, I have a question, if I want to build a website whith databases in dreamweaver, what do I need beside dreamweaver and mysql?! Is there something else I need, or these twoo programs are enough to bild pages like...I don't know, online shops, hi5 like pages and so on.
On your insert record code you should make password into something like $password = sha1($_GET['password']) Then no one can see the plaintext. When you compare the login just wrap the login password with SHA1 and compare the hash to the one stored in the DB an all is good :0)