php/mysql form and menu/list how to put selection into field

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Pep
Forum Newbie
Posts: 1
Joined: Thu Feb 17, 2005 1:41 pm

php/mysql form and menu/list how to put selection into field

Post by Pep »

I have forms that I want to automate for faster entry ie: if state field could choose from a table of states (which i have done with a list control pointing to another table) how to get the selection into the state field on the form befor post. I want the selection from the menu/list box to insert the selection into the appropriate field on the form.
Last edited by Pep on Thu Feb 17, 2005 2:51 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

care to explain some more?
Post Reply