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 Quote Link to comment Share on other sites More sharing options...
Jessica Posted August 16, 2009 Share Posted August 16, 2009 rating=rating+1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.