I am running my PHP on my localhost and this is what it returns:
'Parse error: syntax error, unexpected '"' , '"' (T_CONSTANT_ENCAPSED_STRING)' on line 33
This is my line 32& 33 and I cant seem to find where is my excess ","
$q= "INSERT INTO request (req_lvl,req_type,req_desc,req_jchange,req_area1,req_area2,req_imp_plan,req_aff_area,req_a_test)
VALUES ('".$level."' , '".$type."' , '".$bd."' , '".$jc."' , '".$area1."' , '".$area2."' , '".$plan"' , '".$aa."', '".$test."')";