Drop Down Box

I need to construct a drop down box that selects records from a sql table.
I have constructed the code to populate the drop down box, but I do not know
what to do with the result when a selection is made. I want to use the
selection to define a criteria so that I can then use the result from the
drop down box in a sql SELECT statement to get the proper records from the
table and present them.

I do not care if I have a select button or not. I have a table, students,
and the drop down box will be based upon the filed, LastName in the table.

Any help is most appreciated.
--
Bob Rice
Bob Rice [ Fr, 31 März 2006 02:58 ] [ ID #1255085 ]
PHP » alt.php.sql » Drop Down Box

Vorheriges Thema: Reordering results
Nächstes Thema: MYSQL input data with double-quotes