LiveWire Web-to-Database Solutions, Part 2

By William Robert Stanek

Dr. Dobb's Sourcebook July/August 1997

Select a database column:
<SELECT NAME="table">
   <OPTION SELECTED>cust_name
   <OPTION>cust_phone
   <OPTION>cust_city
   <OPTION>cust_state
   <OPTION>cust_account
</SELECT>

Example 4: A selection menu.

Back to Article