I m designing a website in which I want to add multiple rows into database on single click. I want to add the results of the students of whole class in the students database which contains columns "s_id, subject_name, subject_result". I have design a simple form which list all the students and a text box in which result is to be added and on the submit button the results to be updated on the students database.
plzz give me some suggestions or link