Hi,
How do I make a PHP script that redirects to another PHP file, while preserving all POST, GET, and QUERY_STRING variables and data?
Is this possible? Could I perhaps do something like it?
One way to do something like this is through the use of cookies. You could very simply save all of that information in a cookie on the user's machine and then retrieve it on another page.
Can I make a script that can do redirection as described without making any changes to existing scripts?