drop down box - help !

liunx

Guest
i have to pull out values (2 fields) from an oracle table and display them in a drop down box. can anybody help please?<!--content-->hmmm, mean like a drop down link box??<br />
<br />
Example (<!-- m --><a class="postlink" href="http://esher2292.mysitespace.com">http://esher2292.mysitespace.com</a><!-- m -->) <br />
<br />
See the example????<!--content-->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.<!--content-->
 
Back
Top