Sunday, August 2, 2009

Coding : How to store passwords?

Hey does anyone know the code for when you are making a website where u want to store the password after your press login or go? PHP or HTML is fine.

Coding : How to store passwords?
Depends on where you want to store the password.. do you want to link the website to an underlying database?


usually passwords are "submitted" via POST method in a form in html. so when the user click go or login the contents in the tag form are submitted to the next page where your form points. you can use the contents on the next page or save them somewhere. e.g. database or file or session cookie.





e.g. %26lt;form method="Post" link="pageaddress.html"%26gt;


%26lt;input type="password"%26gt;


%26lt;input type="buttom" name="submit"%26gt;


%26lt;/form%26gt;
Reply:do not store passowords other than your personal diary or memory not even in mobile many hi jackers survey your pc when u are on line
Reply:store it in your fone as a number 01234*******9864 only fill the stars with numbers lol


No comments:

Post a Comment