Jag tycker att jag har gjort rätt - men
"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 'group = '1'' WHERE id=602' at line 1"
Vad har jag gjort fel egentligen?
$go= $_GET['go'];
if ($go== "edit"){
$upd = "UPDATE languages SET word = '" . $_POST['ord']."', group = '" . $_POST['group']."' WHERE id=" . $_GET['id'];
mysql_db_query($databas,$upd) or die(mysql_error());
header('Location: index.php');
}