Forum Moderators: coopster
Here is the code of the link from page1.htm
<a href="../redirect/index.php?http://www.somesite.org/">Click Here</a>
So whenever it takes them to index.php the url will look like this.
[mysite.com...]
The part that I'm not sure about is how to get that web address variable at the end of the url. It doesn't have a name so I can't do a $_GET['variable_name'].
Any help would be appreciated.