I wrote some php that checks my DB for password and username. First, it requests the username and password from the user form and checks if both variables are not NULL, if they are, the script dies. Then, because the passwords in the database are md5 encrypted, it encrypts the password and...