| 
 Posted by Rincewind on 09/17/05 13:10 
On Sat, 17 Sep 2005 03:30:32 GMT, Oli Filth wrote: 
 
> That error message is telling you that $result is not a proper MySQL  
> recordset resource, i.e. the mysql_query() call failed. Try echo  
> mysql_error(); straight after the mysql_query() to find out what went wrong. 
 
Thanks I was fixating on a php error, turns out for some reason it's not 
connecting to the database, even though no error shows up earlier in the 
script where the DB connection is initiated.
 
[Back to original message] 
 |