Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: word = $_POST['password']; if ($username && $password) //If both the username and password have been entered or if this value is true, do the following { $db_host = "localhost"; $db_username = "root"; //Database username $db_password = "heston"; //Database password $db_name = "reservations"; //Database name //connection to the database, variable connect […]
↧