in reply to Re: Drop Down Selection From Database
in thread Drop Down Selection From Database

I understand how to use the <SELECT> and <OPTION> tags. My question is how do you pull the first entry, in the example database, to be the OPTIONs? Thank you
  • Comment on Re: Re: Drop Down Selection From Database

Replies are listed 'Best First'.
Re: Drop Down Selection From Database
by mr.nick (Chaplain) on Jan 26, 2001 at 00:53 UTC
    You'll need to provide a little more information than this. In specific, what kind of database is it and what method are you using to pull it (eg, it's a MySQL database and I'm using DBI to interface with it)?