Hallo,
$_SESSION['foo'] = "bar";
echo $foo; //Ausgabe: bar
$foo = "hallo";
echo $_SESSION['foo']; //Ausgabe: halloDas darf aber nicht sein!
Ja. Aber wie stelle ich das ab???
Grüße, Ulli
Hallo,
$_SESSION['foo'] = "bar";
echo $foo; //Ausgabe: bar
$foo = "hallo";
echo $_SESSION['foo']; //Ausgabe: halloDas darf aber nicht sein!
Ja. Aber wie stelle ich das ab???
Grüße, Ulli