Har bruge for at overskiven en tabel
mysql_query("INSERT INTO `bruger` where id='{$_SESSION['id']}'
(`brugernavn`, `kodeord`, `email`)
VALUES
('{$_POST['brugernavn']}', '{$_POST['kodeord']}', '{$_POST['email']}')
") or die(mysql_error());
feljen
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'where `id`='11' (`brugernavn`, `kodeord`, `email`) VALUES ('
