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? Quote Link to comment 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, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.