|
Hello,
I'm making a function that adds + '1' to a mysql field called 'points' corresponding to the right ID. The number of points is by default '0', so basically it just adds '1' every time the function is called, but i have no idea how i'm going to add 1...
I can retrieve the points from the ID though, the number is stored in $points.
This sounds silly, but maybe something like $points += 1; i know that doesn't work ofcourse, but you get the point.
Thanks in advance.
Last edited by koolaid; 09-23-2007 at 12:32 PM..
|