Can someone please spot my error here Ive compared it to my other stuff just like it and Im not seeing the problem. Line 14 is
$Frequency MHz = $HTTP_POST_VARS["Frequency MHz"];
Big thanks in advance
Parse error: syntax error, unexpected T_STRING in /public_html/php/Freq_Table_dml.php on line 14
{
$Channel = $HTTP_POST_VARS["Channel"];
$Frequency MHz = $HTTP_POST_VARS["Frequency MHz"];
$MHZ Range = $HTTP_POST_VARS["MHZ Range"];
$Type = $HTTP_POST_VARS["Type"];
$Color = $HTTP_POST_VARS["Color"];
$License = $HTTP_POST_VARS["License"];
$Comment = $HTTP_POST_VARS["Comment"];
}