How can I make a link tracker that displays how many times a link was clicked and which link it was without mySQL?
You should use MySQL but I suppose because it's not available? If not then you could resort to using text files but databases are ALWAYS much easier to handle with 🙂
yep, i dont have a datbase, so i was lookin for a code that uses text files
Compromise; use a text-file based DBMS. A wee bit of searching turned up this beta.
Originally posted by Weedpacket Compromise; use a text-file based DBMS. A wee bit of searching turned up this beta.
Wow that's some pretty nifty stuff!