View Single Post
Old 12-21-2007, 03:29 PM   #7 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

read the sql error, its quite informative (unlike some errors from languages i've used):

Code:
'WHERE rateid=0 and rate='
and as villageidiot said b4, there isnt a 'where' in 'insert'
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote