Quote:
|
Originally Posted by Raven_Writer
I have a question. Is it possible to get all the fields from a table inside a MySQL database, and display 'em, one by one, inside a dropdown list? I'm pretty sure it is, but I don't want to do 3+ hr.'s of coding to find out it won't work.
|
(Nearly) Anything is possible. You'll want to query
"DESCRIBE tablename", and then use that data to create your drop down.