Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
...
<?php
$metall=500;
$holz=500;
$benzin=500;
?>
<td><?php echo $metall; ?></td>
<td><?php echo $holz; ?></td>
<td><?php echo $benzin; ?></td>
</tr>
</table>
</body>
</html>
Page schrieb:sie ist schon online und es funktioniert immer noch!