この行でエラーが発生する php でアプリを作成しています #
$sql="INSERT INTO table ( `rollnum`,'sessionid', `class`, `subject`, `theory`, `practical`, `type_of`, `term`) VALUES ('$students['rollnum']', '$session','$class','$subject['id']','$_REQUEST[$subject['id'].'_'.$students['rollnum'].'_th']','$_REQUEST[$subject['id'].'_'.$students['rollnum'].'_pr']', '$examtype', '$examsubtype')";
この行の何が問題なのかわかりません。私はオンラインプラットフォームでもチェックしました.彼らは、ライン#(上記)にエラーがあると同じことを言いました. これで私を助けることができる人は誰でもありがとう