hallo ihr!
kann mir hier einer erklären warum bei folgendem testscript das cookie immer hinterherhinkt ??
---------------------------
(?php
setcookie ("TestCookie", $value);
print_r($_COOKIE);
if ($value==1){
echo"<a href='zufall.php?value=2'>[+]</a>";
}
if ($value==2){
echo"<a href='zufall.php?value=1'>[-]</a>";
}
?)
----------------------------
grüsse
dani