Forum Moderators: coopster
title_duty
id int not null auto increment
title varchar(255)
duty text
The table are populated with titles and their duties.
I need a php form with a dropdown menu of the titles of which when a user selects a title, the corresponding duty of the selected title, will display on a text area in the form; where the user can edit the duty. Now the form output can either be submitted to another table for selection with another form or can be a POST in another form. Any ideas on the best way to solve this nagging problem?
Thanks anyone.
There is a good starter thread in the PHP Forum Library [webmasterworld.com] that explains the Basics of extracting data from MySQL [webmasterworld.com].