I am trying to figure out what is wrong with my insert statement. I know SQL pretty well but not much about PHP. My insert statement is below. I always get Database error or invalid. My database is setup correctly since it works on other pages. I think it is something simple such quote marks etc.
$sSQL = INSERT INTO "budget_bdg" ("bgd_grp_ID", "bdg_year", "bdg_alloc" )Select "grp_ID", " . $iFYID ." , "0" from "group_grp";