Jump to content

Count++


Spixxx

Recommended Posts

[!--quoteo(post=354113:date=Mar 12 2006, 07:04 AM:name=Spixxx)--][div class=\'quotetop\']QUOTE(Spixxx @ Mar 12 2006, 07:04 AM) [snapback]354113[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Hi, I am making a click tracker, ie:

Link Name [# Downloads]

Ive done it with flat file db, but is it possible to make the # variable countup and SAVE?

I know if you do

$number = 0;
$number++;

and echo it, $number will be 1, but it doesnt save. Is it possible w/out DBs?
[/quote]

yeah.. but not advised. you can do it with a file. using fopen() function,
Link to comment
https://forums.phpfreaks.com/topic/4737-count/#findComment-16610
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.