I don't know if I have the name right.
A user is sent to my site with the following URL:
http://www.websitemaven.com?wcw=google
I'm trying to find a script that will strip or delete the portion of the URL from the ? on so that it strips off the appended tracking code and all the user sees in the address bar is:
http://www.websitemaven.com
Otherwise, if the user bookmarks the URL with the tracking code on it he forever loads the code and tells my system that he was referred by Google.
I cannot, for the life of me, find a script that does this.