Archives
You are currently viewing archive for May 2008
|
mySQL error with query SELECT i.inumber as itemid, i.ititle as title, i.ibody as body, m.mname as author, m.mrealname as authorname, UNIX_TIMESTAMP(i.itime) as timestamp, i.itime, i.imore as more, m.mnumber as authorid, c.cname as category, i.icat as catid, i.iclosed as closed FROM nucleus_item as i, nucleus_member as m, nucleus_category as c WHERE i.iauthor=m.mnumber and i.icat=c.catid and i.iblog=1 and i.itime>="2008-05-01 00:00:00" and i.itime<"2008-06-01 00:00:00" and i.idraft=0 ORDER BY i.itime DESC LIMIT -15,15: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-15,15' at line 1Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/www/satoya_dogs/nucleus/libs/BLOG.php on line 174
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/satoya_dogs/nucleus/libs/BLOG.php on line 213
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/www/satoya_dogs/nucleus/libs/BLOG.php on line 222
|
