Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <?php $servername = "localhost"; $username = "root"; $password = "73501505"; // Create connection $conn = mysqli_connect($servername, $username, $password); // Check connection if (!$conn) { echo "MySQL connection Error: " .mysql_error(); } else if($conn) { echo "Connected successfully"; $query = "INSERT INT Source: http://pastebin.com/raw.php?i=Ud0gyzFe
↧