Posted by Ewoud Dronkert on 10/17/26 11:32
John McClumpha wrote: > is there a simple (quick) way to increase the value of an integer > field in a nominated row by 1 $id = 42; mysql_query('UPDATE tablename SET fieldname = fieldname + 1 WHERE recordid = '.$id); -- E. Dronkert
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming