Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<td><?=$_SESSION['DB6'];?></td>
<td><? echo $_SESSION['DB6']; ?></td>
<td><? print $_SESSION['DB6']; ?></td>
echo '<table border="1" width="71%" id="table2">
<tr>
<td width="208"><font face="Arial"><b><td>' . $_SESSION['DB6'][$i] . '</td>
<td width="213">NEXT </td>
<td>NEXT </td>
</tr>
</table>'
echo "<table...." . $_SESSION['DB6'][$i] . "</td>...";
<table .... <td> <? echo $_SESSION['DB6'][$i]; ?> <td>...