benmajor Posted April 17, 2007 Share Posted April 17, 2007 Hello all, I hope that someone will be able to help with my request, I have been reading through all of my PHP books and searching on the internet for the answer but to no avail. What I am looking for is a script that will add a pupil to a class, and then display a drop down box that will allow them to add another one. So for example At first, the table would look like this: [td colspan=2] Class Add: Class Name: Input for Class here. Teacher: Input for Teacher here. Pupil Add: Drop down box shoing all pupils. | Button to add this pupil | [td colspan=2] |Submit Button.| Once a pupil has been added using the above form, the table should look like this: [td colspan=2] Class Add: Class Name: Input for Class here. Teacher: Input for Teacher here. Pupil #: Pupil Name Here. Pupil Add: Drop down box shoing all pupils. | Button to add this pupil | [td colspan=2] |Submit Button.| The table should continue like this, until the user clicks the Submit Button. I hope that I have been clear enough in my request, and I sincerely hope that someone can help with my query, Many thanks in advance, Ben Link to comment https://forums.phpfreaks.com/topic/47365-add-a-pupil-then-display-a-drop-down-box-to-add-another-one/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.