I need to set a counter for the visitor of each page.
the script for protect link
this is example for link
http://www.science-union.com/upload/m1.php?id=356
The database contains a table data.
The table contains 5 fields for all links:
- id
- title
- url
- size
I added a new field and renamed it to download and fetched it in PHP file but it still shows 0.
look in example
before Download button
I need to php code increase the download number for every visitor of the page.
Is that what you’re looking for?