Php Remove Params From Url

Php Remove Params From Url
Example: hxxp://camstudio.org/aff
(2 variables set and redirects to this URL passing the variables in the URL)

hxxp://nickthegeek.com/afftest.php?aweber=102591&clickbank=nickdageek

This script grabs and displays the variables from the URL, but I need some code to remove the extra params from the URL, so it looks like:

hxxp://nickthegeek.com/afftest.php

… but still allow me to display the passed variables on multiple pages on the nickthegeek.com site.

I’ve attached copies of the two PHP files to hopefully make it easier for you.

Leave a Reply

Your email address will not be published. Required fields are marked *