Use either $HTTP_GET_VARS to see only data submited with get, or only
$HTTP_POST_VARS for data submited with POST.

If it exists in post but not get, it should _not_ be shown in your browser.
But just because something _should_ do something doesn't mean it will.

For every correct behavior there is a programmer with the will and the way
to completely f^#@ it up. ;)


--
Plutarck
Should be working on something...
...but forgot what it was.


""Joe Sheble (Wizaerd)"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This isn't quite accurate.  WHen a form's method is set to "GET" (which
BTW
> is the form's default method) the variables and their values are passed
> along the URL.  If your form's method is set to "POST" then nothing should
> get passed along on the URL.  If you see all your data in the URL, you're
> not using a POST method or the forms action is specified as a url with
> parameters.
>
> At 09:06 AM 4/5/01 -0400, Scott Fletcher wrote:
> >For the data in the "post", when the user type in the data and press the
> >submit button, the data is then carry over to the nextpage.html.  In the
URL
> >bar, I can clearly see the data, so is there to scramble hte data where
> >anyone won't see it in the URL box at the top of the web browser?
> >Thanks,
> >  Scott
> >
> >
> >
> >
> >
> >--
> >PHP General Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to