What is the most efficient way to populate multiple select boxes on a form with content from a MySQL db?
The goal is to hardcode as little as possible in the forms and have the select box contents generated for multiple fields on the form.
The select box contents may / or may not come from different datasources.
Thanks in advance - konaman
The goal is to hardcode as little as possible in the forms and have the select box contents generated for multiple fields on the form.
The select box contents may / or may not come from different datasources.
Thanks in advance - konaman