02-13-2008, 10:43 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Never ending increment?
I probably sound like a noob for this cause I never tried it. :P
Usually when incrementing, it only increments by one, but I want it to keep incrementing.
PHP Code:
$foo = 0;
$foo++;
This only increments it by 1 and then stops, and never increments again, now I might just have to make an existing counter or something to increment but this is for counting how many views are from a certain id in a database. Help, do I make this an Array, and keep adding onto the array by counting then adding that into it? :S
__________________
VillageIdiot can have my babbies ;d
|
|
|
|