- 1
I want to develop a wep page. but Firstly I want User name and Password dialogue box Run ...any one Help me..??💗
2 odpowiedzi
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.
- 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...