A MySQL counter
Posted: Sat Feb 07, 2004 8:56 pm
It's a very simple counter.
їphp]
$query2 = "UPDATE counter SET number = ' .$number. ' + 1 WHERE id = 1";
ї/php]
It doesn't seem to want to add number + 1, any ideas. Also i'm trying to incorporate images into the script. How can I make the script define different numbers in the script and display them image?
?>
їphp]
$query2 = "UPDATE counter SET number = ' .$number. ' + 1 WHERE id = 1";
ї/php]
It doesn't seem to want to add number + 1, any ideas. Also i'm trying to incorporate images into the script. How can I make the script define different numbers in the script and display them image?
?>