Hi,

From my php page I have an URL (www.clicksthat.com/index.html). When user clicks on that url, the url will open in a browser carried by the userid through query string from my php site. My requirement is, when the user clicks on any of the links in the index.html page that click to be recorded in the php site. Can any one help me in providing the solution.

Thanks
Madhu.

    I suppose you are looking at creating an outgoing link tracker or even sponsorship tracker?:
    You could load the php page on your server, record the link clicked, and then use a header() command to move to the passed URL?

      Hi,

      Thanks for the response.

      I have a php page on my server to record clicks. But, this php has to be called by the html page on the 3rd party server because, when the user cliks on the links of the html page then the click needs to be record. It should not record when the user clicks the url. It should only record when the user clicks the links of that url (html page).

      Let me know if this is not clear.

      Thanks.

        Write a Reply...