mmm...io ho provato a fare così
<? setcookie("test1","dimmi se funziona",time()+1800,"/administrator",".localhost", 0);
?>
<html>
<head>
<title></title>
</head>
<?
if (isset ($HTTP_COOKIE_VARS))
{ echo "ciao!!";
}
?>
<body>
</body>
</html>
mi scrive "ciao" (forse xkè nn gli ho dato un else), ma se vado a vadere sotto internet temporary files non c'è il mio cookie![]()