I got this error:
Warning: Supplied argument is not a valid MySQL result resource in /home/stud/bruker0/u012104/test/bekreftelse.htm on line 22
the code behind is:
$sql1 = "SELECT KID FROM NerdKunder WHERE EMail=".$Mail;
$KID2 = mysql_query($sql1);
$KID3 = mysql_fetch_array($KID2);
$KID = stripslashes($KID3["KID"]);
line 22 is $KID3 = mysql_fetch_array($KID2);
help me please..