Avevo trovato questo:
http://forum.html.it/forum/showthrea...ighlight=frame
ma non saprei implementarlo allo script php...
Io adesso ho il codice così:
posso sostituire l'header con l'echo ("<script...>"); o devo fare qualcos'altro... nn mi viene in mente nulla...Codice PHP:
case AUTH_USE_COOKIE:
header("Refresh: 5;URL=home.php;");
$str = "";
top($str);
setcookie('uid', $uid, time()+3600*365);
break;
help!!