View Single Post
06-13-2012, 09:06 PM
#7
Dan is offline Dan
Dan's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 3,164
iTrader: 15 / 86%
 

Dan is an unknown quantity at this point

  Old

I looked into doing it straight from the SQL and wouldn't this be a better method?

$db->query("UPDATE `forum topics` SET `replies` = replies +1 WHERE `id` = '103' LIMIT 1");

Reply With Quote