Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
echo "<form method='post' action='login.php'>";
echo "<table>";
echo "<tr><th>Username:</th><th><input type='text' name='username' class=form value='".$_POST['username']."'></th></tr>";
echo "<tr><th>Password:</th><th><input type='password' name='password' class=form></th></tr>";
echo "<input type='hidden' name='action' value='1'>";
echo "</table>";
echo "<input type='submit' value='Login' class=black>";
echo "</form>";
BattleGrounds каза:Код:echo "<form method='post' action='login.php'>"; echo "<table>"; echo "<tr><th>Username:</th><th><input type='text' name='username' class=form value='".$_POST['username']."'></th></tr>"; echo "<tr><th>Password:</th><th><input type='password' name='password' class=form></th></tr>"; echo "<input type='hidden' name='action' value='1'>"; echo "</table>"; echo "<input type='submit' value='Login' class=black>"; echo "</form>";
където искаш да се появява
echo " <form method='post' action='login.php'>
<table>
<tr><th>Username:</th><th><input type='text' name='username' class=form value='".$_POST['username']."'></th></tr>
<tr><th>Password:</th><th><input type='password' name='password' class=form></th></tr>
<input type='hidden' name='action' value='1'>
</table>
<input type='submit' value='Login' class=black>
</form>";