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.
<html>
<head>
<title>Index off</title>
<meta http-equiv="Content-Type" content="text/html, charset=windows-1251">
</head>
<body>
<table border="2" height="110" align="center" width="880">
<tr>
<td align="center">ЛОГО</td>
</tr>
</table>
<table border="2" height="30" align="center" width="880">
<tr>
<td align="center">МЕНЮ</td>
</tr>
</table>
<table align="center" width="880" border="2">
<tr>
<td align="center" width="140" height="210">
<?php
session_start ();
$ime = $_SESSION['ime'];
if ($_SESSION ['ime'])
{
$db_conn = mysql_connect ('localhost','*****','******') or die ('ne staa');
mysql_select_db(igra) or die (mysql_error());
echo "Здравей,$ime.<br/>";
$level = mysql_query("SELECT level FROM igra WHERE ime='".$ime."' ") or die (mysql_error());
$row = mysql_fetch_array($level);
$level1 = $row['level'];
echo "Ти си $level1 ниво.";
}
else
{
echo "Логни се от <a href='login.html'>ТуК</a>.";
}
?>
</td>
<td align="center" height="210" rowspan="2">НЕЩО СИ</td>
<td align="center" width="140" height="210">НЕЩО СИ</td>
</tr>
<tr>
<td align="center" width="140" height="210">НЕЩО СИ</td>
<td align="center" height="210">НЕЩО СИ</td>
</tr>
</table>
<table border="2" height="30" align="center" width="880">
<tr>
<td align="center">FOOTER</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>Index off</title>
<meta http-equiv="Content-Type" content="text/html, charset=windows-1251">
</head>
<body>
<table border="2" height="110" align="center" width="880">
<tr>
<td align="center">ЛОГО</td>
</tr>
</table>
<table border="2" height="30" align="center" width="880">
<tr>
<td align="center">МЕНЮ</td>
</tr>
</table>
<table align="center" width="880" border="2">
<tr>
<td align="center" width="140" height="210">
<?php
@session_start ();
$ime = $_SESSION['ime'];
if ($_SESSION ['ime'])
{
$db_conn = mysql_connect ('localhost','*****','******') or die ('ne staa');
mysql_select_db(igra) or die (mysql_error());
echo "Здравей,$ime.<br/>";
$level = mysql_query("SELECT level FROM igra WHERE ime='".$ime."' ") or die (mysql_error());
$row = mysql_fetch_array($level);
$level1 = $row['level'];
echo "Ти си $level1 ниво.";
}
else
{
echo "Логни се от <a href='login.html'>ТуК</a>.";
}
?>
</td>
<td align="center" height="210" rowspan="2">НЕЩО СИ</td>
<td align="center" width="140" height="210">НЕЩО СИ</td>
</tr>
<tr>
<td align="center" width="140" height="210">НЕЩО СИ</td>
<td align="center" height="210">НЕЩО СИ</td>
</tr>
</table>
<table border="2" height="30" align="center" width="880">
<tr>
<td align="center">FOOTER</td>
</tr>
</table>
</body>
</html>