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.
header ("Location: index.php");
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web101/html/axolotl/edi.php:21) in /home/www/web101/html/axolotl/edi.php on line 205
Funktionen zur AusgabesteuerungHTML:Warning: Cannot modify header information - headers already sent by (output started at /home/www/web101/html/axolotl/edi.php:21) in /home/www/web101/html/axolotl/edi.php on line 205
error_reporting(E_ALL);
ja, dann musst du das mit den meta-tags machen.
HTML:<meta http-equiv="refresh" content="3; URL=index.php">