
rimazuc2
|
Drop Down List In Php From Table
Thursday, 18th December 2008
For example you have two tables; course and student.
course attributes: courseID(pk), CourseCode
Student attributes: StudentID(pk), firstname, Surname
Please help me create a php script that uses a list menu to update the attributes into an association table: Course_Student.
thank you
|