WAS IST DA FALSCH?
$kategorie = $_POST["kategorie"];
$sql_insert= mysql_query("INSERT INTO `news` VALUES ('$id', '$kategorie', now(), '$titel', '$bild', '$text')") or die (mysql_error());
<form action="news.php" method="post">
Kategorie: <br/><br/>
<select name="my_option">
<option...