View Single Post
Old 10-26-2012, 02:47 PM   PM User | #1
KazeFlame
New Coder

 
Join Date: Sep 2012
Location: Philippines
Posts: 11
Thanks: 9
Thanked 0 Times in 0 Posts
KazeFlame is an unknown quantity at this point
Question How to add integer to a column?

Hello guys! Please teach me how to add an integer to a column.

Here is my code but it doesn't work.
PHP Code:
$sql "UPDATE `flashgames`.`flashgames` SET `views` = '+1' WHERE `flashgames`.`gameid` = 1;"
KazeFlame is offline   Reply With Quote