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]

Reply via email to