Thread
:
How to add integer to a column?
View Single Post
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
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
View Public Profile
Find More Posts by KazeFlame