seany123 Posted August 16, 2009 Share Posted August 16, 2009 i have this query... $query2 = $db->execute("update `players` set `rating`=? where `id`=?", array(1, $_GET['id'])); but instead of making `rating`=? 1 i want it to basically ADD 1 Link to comment https://forums.phpfreaks.com/topic/170518-solved-fairly-nooby-question/ Share on other sites More sharing options...
Jessica Posted August 16, 2009 Share Posted August 16, 2009 rating=rating+1 Link to comment https://forums.phpfreaks.com/topic/170518-solved-fairly-nooby-question/#findComment-899469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.