How to make the mentioned program using php and html?

John Kelly

New member
I want to make a program that takes the input ie Username and Password from user , there is a submit button and if everything is correct then user should be able to access another webpage .
A rough blueprint is-
<form>
Username:<input type="text" name="name"size="15"><br>
Password:<input type="password" name="pass"><br>
<input type="submit" value="submit">
</form>
Now i don't know how to verify the password and username. My friend said it can be done using php. I want to know how it can be done. i know php so i can understand.I am just confused.
NB- Don't think that this a homework. This is out of my course. I am 14 and i want to Know it just for the sake of curiosity. So plz help.
 
Back
Top