Hi, thanks for beeing kind, Sorry didn't know about theCode
I tried : no error message but no update.
<?
$query = "UPDATE table veckansmenu SET year='$year',week='$week',rad1='$S1',rad2='$S2',rad3='$S3',rad4='$S4',rad5='$S5',specoffer='$S6'";
$result = mysql_query($query)
or die(mysql_error());
?>
"year" and "week" are int.var.
the rest are text out of an textarea where you are able to change the text.
like this:
<td width="54%"><textarea name="S1" rows="3" cols="40"><? print $rad1;?></textarea></td>
</tr>