Click to See Complete Forum and Search --> : drop down box - help !


div2001
02-05-2003, 09:07 AM
i have to pull out values (2 fields) from an oracle table and display them in a drop down box. can anybody help please?

esher2292
02-08-2003, 07:28 PM
hmmm, mean like a drop down link box??

Example (http://esher2292.mysitespace.com)

See the example????

pyro
02-08-2003, 08:07 PM
Well, I've never used an oracle database, but you will need to use some sort of server side language such as PHP, or Perl. What you will want to do is read the database, put the field values into a variable, and then write the variable to the drop down box.