hey guys im trying to update my database using php ang ajax, but assuming that the textbox are dynamic thats why im trying to update the database using multiple updates with one
try
$update_grades_boys = "UPDATE registrar_grade_archive SET ";
One space is needed after SET..
SET