$update = mysql_query("UPDATE zombie_news SET overskrift = '".$overskrift."', news = '".$news."' WHERE id = ".$id) or die(mysql_error());