quote:
Originally posted by john-t
$row = mysql_fetch_array($confresult);
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
Ok whats wrong with this.
NOTHING is wrong with this, as it's been said.
The problem is that you are passing an invalid result as $confresult fails because of your invalid SQL statement.