Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Original geschrieben von tobi-city
Ich habe das mal ausprobiert aber ohne erfolg:
<html>
<head>
</head>
<body>
<br>
<br>
<br>
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td width="110">
<div align="center">
<a href="schule.php?include=schule">Schule</a></div>
</td>
<td width="110">
<div align="center">
<a href="konaktformular.html">Kontaktformular</a></div>
</td>
</tr></table><br><br><table><tr><td>
<?php
if($_GET["include"] == "schule")
{
}
?>
</td></tr> </tr><td>was geht</td></tr>
</table>
</body>
</html>
...
<table>
<tr>
<td>
<?php
if($_GET["include"] == "schule") {
echo "was geht";
}
?>
</td>
</tr>
</table>