Hi!
Thanks for the advice, espially the 2:nd one, very bright π It's great that I can try the thing directly in SQL!!! Thanks, I will do this way from now π
Anyway, I corrected the SQL statement π and I got:
SELECT * FROM deltagare WHERE email='eeee'
Warning: Supplied argument is not a valid MySQL result resource...line 15.
So, I pasted SELECT * FROM deltagare WHERE email='eeee' into mySQL-front which I use for mySQL, and there it found the correct row, how strange, after further brainstorming, I think this is the incorrect line(line 15). This is "true" as long anythis has went into $result, right? So I dont understand why this line is an error π
if ($myrow = mysql_fetch_array($result))
Klas