Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to make external link hit counter with php & mysql? Re: how to make external link hit counter with php & mysql?

#115385
TreeRoot
Participant

It sounds like you want to implement some sort of click tracker for external links. You’ll need to do this using Javascript. Add a on click event to the external link then log the activity via ajax.