This is a function I made which covers my needs. May be of some help for
you. This is a "select" box but I'm sure you can modify it for a combo box.
$form_fiel_name is the name you want the box to have in your web form.
$table is the table from you want to retrieve the information
$field is th
<>
Well, to start you off, the select would have to be this:
SELECT salesman FROM salesman_database;
(You may have to check out a MySQL site for some specifics, such as what
other information do you need than the name--number? Department?--and are
there any filters you need--some have left?).
Fo
You need to do something like this:
With a little PHP work you can make the menu content and url links data driven.
Page Title