Skip to content
WJunction - Webmaster Forum

php any link counter

Status
Not open for further replies.
Hello
is there any option to count links click on a page. example in a page have 10 links if a user clicked any of the link on the page then count it (Link is dynamic not stable links) ?
 

6 comments

Thanks, Not only a track bro i want to count if he click any link on that page at the time need to count and store to our data base
 
One way would be to create a redirect.php file and forward all of the links through it. Inside redirect.php, check for referrer and if its coming from your site, then update your database. This is what most of sites do. Eg: clicking on links in google search results

The other way to do the same without using any redirect.php would be to use javascript as done by google analytics.
 
Status
Not open for further replies.

About the author

R
Active Member · Joined
65
Messages
1
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom