ich hab ne kleine verständnisfrage:
warum leitet mich
PHP-Code:
echo "<meta http-equiv=\"refresh\" content=\"2; URL=game.php\">";
PHP-Code:
echo "<meta http-equiv='refresh' content='2' URL='game.php'>";
MfG Lukas
echo "<meta http-equiv=\"refresh\" content=\"2; URL=game.php\">";
echo "<meta http-equiv='refresh' content='2' URL='game.php'>";
echo "<meta http-equiv='refresh' content='2; URL=game.php'>";
<meta http-equiv="refresh" content="5; URL=http://de.selfhtml.org/">
echo "<meta http-equiv=\"refresh\" content=\"2; URL=game.php\">";
echo "<meta http-equiv='refresh' content='2' URL='game.php'>";
<meta http-equiv="refresh" content="5" />
echo "<meta http-equiv=\"refresh\" content=\"2\" URL=\"game.php\">";
Einen Kommentar schreiben: