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.
<?php
echo '<form name="Online" method="POST" action="in.php"></form>';
?>
<?
echo ("
Здравейте, <b>Гост.</b>
<form name=\"Online\" method=\"POST\" action=\"in.php\">
<table>
<tr>
<td>
<b>Потребител:</b> <input type=\"text\" size=\"15\" maxlength=\"25\" name=\"username\">
</td>
</tr>
<tr>
<td>
<b>Парола:</b> <input type=\"password\" size=\"15\" maxlength=\"25\" name=\"password\">
</td></tr><tr>
<td align=\"center\">
<input type=\"submit\" name=\"login\" value=\"Влез\">
</td></tr><tr>
<td>
<B>»</B> <a href=\"register.php\">Регистрация</a>
</td></tr>
</table></form>");
?>