It would be better to use POST operation like
<FORM ACTION="checkpassword.php" METHOD="POST>

If you do this, the parameters will not appear in the URL bar at all.

Hope this helps,
Sachin.

-----Original Message-----
From: Axel Tietje [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 12:34 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] hiding submitted variable values in location bar of
browser !


> Hi everyone,

> 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.

<form method="POST">

HTH,

Axel Tietje
--
FLYnet     FLYer Kommunikationsgesellschaft mbH
Weender Landstr. 46 37073 Göttingen 0551-499750
http://www.flynet.de         [EMAIL PROTECTED]


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

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

Reply via email to