php-windows | 2003112
Date: 11/22/03
- Next message: Donatas: "Re: [PHP-WIN] Password Protecting"
- Previous message: Nik: "[PHP-WIN] Password Protecting"
- In reply to: Nik: "[PHP-WIN] Password Protecting"
- Next in thread: Donatas: "Re: [PHP-WIN] Password Protecting"
- Reply: Donatas: "Re: [PHP-WIN] Password Protecting"
- Reply: Nik: "Re: [PHP-WIN] Password Protecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Donatas: "Re: [PHP-WIN] Password Protecting"
- Previous message: Nik: "[PHP-WIN] Password Protecting"
- In reply to: Nik: "[PHP-WIN] Password Protecting"
- Next in thread: Donatas: "Re: [PHP-WIN] Password Protecting"
- Reply: Donatas: "Re: [PHP-WIN] Password Protecting"
- Reply: Nik: "Re: [PHP-WIN] Password Protecting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

