Can anyone see anything wrong with this code
$result = mysql_query ("UPDATE news set header = '$header', from = '$from', IMG = '$IMG', body = '$body', source = '$source', result_id = '$result_id', WRE = '$WRE', AKL = '$AKL', TRG = '$TRG', PMR = '$PMR', NPL = '$NPL', WLG = '$WLG', OHA = '$OHA', CHC = '$CHC', DUD = '$DUD', NZK = '$NZK', NZW = '$NZW', NZI = '$NZI', AGE = '$AGE', EDI = '$EDI', BCC= '$BCC', BULLS = '$BULLS', FAL = '$FAL', REP = '$REP', JKS = '$JKS', NZA = '$NZA', FEM = '$FEM' where id = $id") or die("INSERT error: ".mysql_error());
I get this error
INSERT error: You have an error in your SQL syntax near 'from = 'Test', IMG = '', body = 'test test test' at line 1