I want to develop a wep page. but Firstly I want User name and Password dialogue box Run ...any one Help me..??💗 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I want to develop a wep page. but Firstly I want User name and Password dialogue box Run ...any one Help me..??💗

26th Jun 2016, 11:48 AM
Muzammal Ashfaq
Muzammal Ashfaq - avatar
2 Answers
0
example make form in html <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, 3:24 AM
suhendra fajrianor
suhendra fajrianor - avatar
- 1
yes..it works..thanks...but..i want to run it as a security of my page...firstly it Run in another dialogue box..which popup firstly...
27th Jun 2016, 5:45 AM
Muzammal Ashfaq
Muzammal Ashfaq - avatar