Re: Hiding variables passed via URL

2008-07-12 Thread Jonathan Snook
Put the variable in the session and read it From there on the second page. On 12-Jul-08, at 11:46 AM, gravity <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a PHP script that does some processing, and stores an error > message as a variable. The script then redirects to another script > with th

Hiding variables passed via URL

2008-07-12 Thread gravity
Hi, I have a PHP script that does some processing, and stores an error message as a variable. The script then redirects to another script with the error string in the URL, with the second script displaying the message and continues with the rest of the logic. Now I want to hide the error message