Hey,
Basically here is the problem:
I have a list of links on a site called http:// xxx.com, say 400.
When someone clicks on a link they go to http:// xxx.com/redirect.php?http://link to site.com
That page will then redirect to http://link to site.com via
<meta http-equiv="refresh" content="5;url=url=.../>
The problem is what do I put between url= and /> ?
