Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~443 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for parker123

Hi There, I have used this php script in the past on several web hosts and have had no problems. Here it is I save this as a php file. jump.php or whatever <? if ($link == "1"){$visit = "http://affiliatelink";} if ($link == "2"){$visit = "http://affiliatelink";} header("Location: $visit"); die(); ?> …

Member Avatar for mperkins07
0
443