To MD5 password before sending to server the most popular way is to use client side javascript. This way it will protect your password from being sent totally unencrypted. In fact, it doesn't give you a good protection, because you still sending and unencrypted information, but sometimes it´s enough. This method rather protect password than your connection. But if you use your password in more than one place, it´s important not to show it to everyone over the net. If you want secure solution think about encrypted transmission between client and server, like https with SSL. HTH Piotr --- Donatas <MDonatas@centras.lt> wrote: > How do you MD5 it before sendig out to server? Is > that possible on the > user side? I guess not... > > Piotr Pluciennik wrote: > > >Your form is set to GET mode. Your form should work > in POST mode. > >Think also to MD5 your password before sending over > internet. > > > >HTH > >Piotr > > > >Nik wrote: > > > > > > > >>Hi Guys 'n' Gals > >>My login page for my user consits of a text field > and a password field. when > >>the user clicks submit the password is being shown > in the url, can someone > >>please tell me how to hide this password. > >> > >>Thank you > >>Nik > >> > >>-- > >>PHP Windows Mailing List (http://www.php.net/) > >>To unsubscribe, visit: > http://www.php.net/unsub.php > >> > >> > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php