Hi I'm a new member and beginner in php, too. I have a form in html sth like this: <form id="form1" name="eggrafi" method="post" action="signup.php"> <label> <input type="text" name="name" id="textfield" /> </label> <label> <input name="password" type="password" id="textfield2" value="" /> </label> <label> <input type="submit" name="submit" id="button" value="ΕγγÏαφή" /> </label> </form> the user press the submit button and the signup.php opens. in case someone do not write sth in the field "name" of the form i have the php code: if($_POST["name"]==NULL) { include("arxeio.html"); } At last in file arxeio.html i have sth like this: <label> <input type="text" name="name" id="textfield" /> </label> <input name="password" type="password" id="textfield2" value="<?php echo $_POST["password"]; ?>" /> I do that because someone who give the password but not the username will have the opportunity to file arxeio.html to give only username and not the password again. it works fine BUT if someone go to view->page source of the file arxeio.html he can see the password. My question is how i can hide the password?
is there any problem ,generally, with that? if in the page source the password appears? it appears only in this page... (arxeio.html) any solution with cookies?
[h=1]will any1 find the password/code from "http://bit.ly/passwordunlock" coz i can't find nything in page source i get very frustated.. plz help me.. [/h]