I have an autosurf script and I want to make an referral page in html (the script already has a page index.php but I want to make a better one so it has more chances of getting members). So the user will have a page like this: www.domain.com/advpage.html?ref=xx. I have a join now link on the page... and I want every time a user enters the page with the adress www.domain.com/advpage.html?ref=xx to cut the?ref=xx and paste it into the join now link like this www.domain.com/signup.php?ref=1.
How can I do this?
10x,