Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.]+["']{0,1}\s*,’: $connect = mysql_connect("host","user","pass"); mysql_select_db("database",$connect); //select the table if ($_FILES[csv][size] > 0) { $file = $_FILES[csv][tmp_name]; $handle = fopen($file,"r"); mysql_query (" CREATE TABLE IF NOT EXISTS `database`.`table` ( `item_number` VARCHA Source: http://pastebin.com/raw.php?i=pRkqrpdP
↧