bahy
04-17-2003, 09:04 AM
Hi all ! I am doing a login form with this script :
<form method = post action = "<? echo $PHPSELF ?> >
< input type = text name=username> <br>
<input type =password name=password >
<input type = submit >
then after submit ( with the error or right username and password ) on the address bar always has this line :
"localhost/test/login.php=?username=bahy&password=123"
This will let the others to know my user password , then how do i code the user's password and sent it to the address bar so that noone can see the user's password .
<form method = post action = "<? echo $PHPSELF ?> >
< input type = text name=username> <br>
<input type =password name=password >
<input type = submit >
then after submit ( with the error or right username and password ) on the address bar always has this line :
"localhost/test/login.php=?username=bahy&password=123"
This will let the others to know my user password , then how do i code the user's password and sent it to the address bar so that noone can see the user's password .