How To Use User Name And Password firstly... then use My page...?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How To Use User Name And Password firstly... then use My page...??

25th Jun 2016, 4:46 AM
Muzammal Ashfaq
Muzammal Ashfaq - avatar
3 Answers
0
Use Username :<input type ="text" name"username"for username and password inplace of text for password.
25th Jun 2016, 6:11 AM
Vivek M
Vivek M - avatar
0
I want firstly Run Username And password then Webpage open.
25th Jun 2016, 11:27 AM
Muzammal Ashfaq
Muzammal Ashfaq - avatar
0
<form method="post" action="demo. php"> <input type="text" name="usrname" value="User Name"> <input type="password" name="password" > <input type="submit" value="send"> </form> you can cange methot to "get" . and action "your-action. php" . next your php file reading user data after submitting.
27th Jun 2016, 4:12 AM
suhendra fajrianor
suhendra fajrianor - avatar