0
How To Use User Name And Password firstly... then use My page...??
3 Réponses
0
Use Username :<input type ="text" name"username"for username and password inplace of text for password.
0
I want firstly Run Username And password then Webpage open.
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.