I am passing a bunch of data to a script that processes the data, then I use this:
header ('location: newscript.php?foo=bar');
I need to clear the data in the query_string before I do I execute the header function because it is showinf in the address of the new page. Anyone know how to empty the querystring?
Thanks and Rock On!!