retreive student list and add input box

geo007
08:24:10
hi, i am a teacher. how to retrieve (in the form of a list) students name from mysql table and add input box at the end of each name to put their marks?
smo1234
08-25-2010
I hope you can retrive the student list from the table. While doing that inside a loop you need to add a text box array like this.
<input type=text  name='mark[]'>

While processing the form data, you need to loop through the array and update the student table.
geo007
08-31-2010
I need your help on how to retrieve students' name from a table as I am very new to php. Thank you in advance.
Please Login to post your reply or start a new topic