Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php header("location:upload.html"); // This is the page that called the php script $dsn = 'mysql:dbname=shawnscapstone; host=mysql.bagelbytes.us'; $user = 'shawnt525'; $password = 'eagles3agl5'; $db = new PDO($dsn, $user, $password); $query = "INSERT INTO usercsv (csv_name) VALUES (:csv_upload)"; // "usercsv" is the table name in the database // "csv_name" is the name [...]
↧