Where do you save the “download count” counter for attachments?
db table?
Where do you save the “download count” counter for attachments?
db table?
Advisory Answer
SELECT clicks
FROM TOPIC_LINKS
WHERE url like '%your download link%'
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.