I'm tring to build a program that will add user submissions to a database.
the database has tables for all fifty states.
The user inputs his info via a form who's action sends the info to a script, That inserts the info to the database, then shows the user what he just posted.
The form has a dropdown box for the state he wants to add the info for.
The action script has the database connection
and table select variable.
I would like the action script to accept the info from the dropdown box on the form as the
table variable...
Is this possible???
Thanks for your time....