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.
[SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]
<form[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]action[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"index.php"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]method[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"post">[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<table[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]align[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"center"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<tr>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]<b>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]Passwort:[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]</b>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]<input[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]type[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"password"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]name[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"jonas"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] /[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]<input[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]type[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"submit"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]value[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"senden"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] /[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</tr>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<tr>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]<td></td><td></td><td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]<input[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]type[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"checkbox"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]name[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]=[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]"speichern"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] /[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]><b>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]passwort speichern ??[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]</b>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</td>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</tr>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]</table>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
[/SIZE][SIZE=2][COLOR=#0000f0][SIZE=2][COLOR=#0000f0]</form>[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
<?php
if (isset($_POST['speichern'])){
setcookie("savepw","yes",time()+86400*30);
}
?>
<?php if (isset($_COOKIE["savepw"]) && $_COOKIE["savepw"]=="yes"){
echo "jo";
}
?>
[/SIZE]
Das Cookie ist erst nach Beendigung des Scriptes verfügbar.
if (isset($_POST['speichern'])){
setcookie("savepw","yes",time()+86400*30);
}
?>
<?php if (isset($_COOKIE["savepw"]) && $_COOKIE["savepw"]=="yes"){
echo "jo";
}
if (isset($_POST['speichern'])){
setcookie("savepw","yes",time()+86400*30);
echo "jo";
}
Welches Problem?
Dies hier:
ist Unsinn.PHP:if (isset($_POST['speichern'])){ setcookie("savepw","yes",time()+86400*30); } ?> <?php if (isset($_COOKIE["savepw"]) && $_COOKIE["savepw"]=="yes"){ echo "jo"; }
PHP:if (isset($_POST['speichern'])){ setcookie("savepw","yes",time()+86400*30); echo "jo"; }
Tut das Gleiche!
if (isset($_POST['speichern'])){
setcookie("savepw","yes",time()+86400*30);
}
if ((isset($_COOKIE["savepw"]) && $_COOKIE["savepw"]=="yes") || isset($_POST['speichern'])){
echo "jo";
}
|| isset($_POST['speichern'])){
echo "jo";
}[/php]
Wo ist das Problem?