Detected 1 occurrence(s) of ‘mysql_[p]*connect\([“‘]{0,1}[a-z0-9\-\.\$]+[“‘]{0,1}\s*,': // Create connection $connection = mysql_connect($servername, $db_username, $db_password) or die("ERROR: Could not connect to database!"); //select schema mysql_select_db($db_name) or die("ERROR: Could not find database name"); //query the database for first name AND last name $query = mysql_query("SELECT * FROM Source: http://pastie.org/pastes/9892295/download
↧