$password = addslashes(htmlspecialchars($_POST['password'], ENT_QUOTES)); $password_md5 = md5($password);