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
Some problems here:
$student_grades_boy
contains more than 1 item, your sql will have multiple WHERE
statements (you can only have 1);SET
and the column name;mysql_
functions are deprecated.