BlackHatThomas
Newbie
- Feb 9, 2011
- 1
- 0
Hi guys,
First I hope this is in the proper section.
Im using a PHP redirect script for some CPA offers I am promoting via classifieds. What Ive noticed is some of my links seem to loop on certain browsers, specifically IE, & never redirect to the offer. I am definitely losing out on commissions because of this.
Can anyone recommend a way to solve this issue? Is there a better script out there?
Here is what I am currently using:
<?php
header( 'refresh: 0;' );
?>
Thanks is advance for the help!
First I hope this is in the proper section.
Im using a PHP redirect script for some CPA offers I am promoting via classifieds. What Ive noticed is some of my links seem to loop on certain browsers, specifically IE, & never redirect to the offer. I am definitely losing out on commissions because of this.
Can anyone recommend a way to solve this issue? Is there a better script out there?
Here is what I am currently using:
<?php
header( 'refresh: 0;' );
?>
Thanks is advance for the help!