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
$titel1 = $_GET['info1']; // Enthält "info1inhalt"
$titel2 = $_GET['info2']; // Enthält "info2inhalt"
$titel3 = $_GET['info3']; // Enthält "info3inhalt"
$titel4 = $_GET['info4']; // Enthält "info4inhalt"
$titel5 = $_GET['info5']; // Enthält "info5inhalt"
?>