I've got a php redirect file for a site that I instantly want my affiliate code redirected to the home site (home site is not mine). How can I keep tabs on how many redirects the site makes, other than from my control panel within my hosting account? Thanks for the help.
__________________ How Long Till You Renew Your Web Hosting? Please login or register to view this content. Registration is FREE
High PR Backlinks for $5 per Month Please login or register to view this content. Registration is FREE
I uploaded a php file named index.php to my site's directory, which redirects it to the site my affiliate link takes it to automatically. The index.php script is written below:
Do you have access to a dbase (MySQL) on that server. If so you can create a function to add / update the number of views before sending the php header and doing the redirect.
This would only take a few lines of code and would of course require a page created to show you how many hits were sent thru that redirect.