help with multiple entries in database from php form
Posted: Sun Nov 05, 2006 12:03 am
In this transition process the interfaces also have to change. now I am required to design an interface which is more like a excel data entry form. What I mean is like for example if this is a grade sheet used by a teacher then she has to enter the grades for 10 students(Not fixed 10 every time) and each student has multiple information fields like name, id, grade n so on . And once she hit a submit all the data goes to database.
Now my question is that is it possible to enter this kind of multiple rows and multiple columns data into the database at one submit click where I even dont know how many rows would the user fill. I can although assign a maximum no. of rows which could be filled by user but not the minimum.
Now my question is that is it possible to enter this kind of multiple rows and multiple columns data into the database at one submit click where I even dont know how many rows would the user fill. I can although assign a maximum no. of rows which could be filled by user but not the minimum.