[thelist] mySQL/PHP - INSERT not working

Rob Smith rob.smith at THERMON.com
Thu Jun 17 10:11:29 CDT 2004


Hey Tom,

Try this query instead:

mysql_query("INSERT INTO scouting (playerID, report) VALUES ('" . $pid .
"','" . $scout . "')");

Rob


More information about the thelist mailing list