DEVILofDARKNESS Posted April 13, 2009 Share Posted April 13, 2009 Is it possible to do += in a mysql query? <?php $example += 1; ?> Link to comment https://forums.phpfreaks.com/topic/153856-solved/ Share on other sites More sharing options...
Maq Posted April 13, 2009 Share Posted April 13, 2009 EDIT: No, you have to do SET column = column + 1 Link to comment https://forums.phpfreaks.com/topic/153856-solved/#findComment-808581 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.