Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $hostname="localhost"; $username="root"; $password="tiger"; /* @var $dbhandle type */ $dbhandle = mysqli_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); /* @var $select type */ $select= mysqli_select_db($dbhandle,"sample") or mysqli_error($dbhandle); $tnumber Source: http://pastebin.com/raw.php?i=gPBWBvt5
↧