Spixxx Posted March 12, 2006 Share Posted March 12, 2006 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? Link to comment https://forums.phpfreaks.com/topic/4737-count/ Share on other sites More sharing options...
keeB Posted March 12, 2006 Share Posted March 12, 2006 [!--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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.