On Tue, 9 Jul 2002 22:09:58 -0400 (EDT), you wrote:

>Is there any way to hide my form submitted variables (like
>passwords etc)
>in the location
>bar "http://somedomain.org/checkpassword.php?
>password=mypassword"
>or atleast show in an encypted form n the location bar.

You could use POST rather than GET, which would hide it from someone
watching over your shoulder, but the data is still there as plaintext.

djo


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to