La pagina e fatta piu o meno cis
<?
include ("../teamples/top2.php");
top();
?>
<TABLE width=439 height="405" align="left" cellpadding="0" cellspacing="0" border="0">
<TBODY>
<TR>
<TD valign="top" width="445">
...........sino a
while ($row = mysql_fetch_array($result)){
if (($row['user'] == $usr) && ($row['passwords'] == $pss && $row['registro'] == 1 ))
{
echo "I dati sono giusti";
setcookie("Test", "Prova per il cookie Test", time()+1200);
....
cosi non va