Submitting results from text boxes to table in Database
Submitting results from text boxes to table in Database
(OP)
Hi there. I want to create a page that when the user inputs values into the text boxes and hits submits, the results go straight into a table in a database, so that I can read them later. If anyone could help me with this, that would be great. Thanks in advance.
One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.
RE: Submitting results from text boxes to table in Database
I'm not sure how you do this with the database wizard. I normally write my own because I find frontpage extensions are just too clumsy to use. The last time I tried front page extensions, it took over five days to get a simple query going. It is all to do with global.asa and how it sets up a whole bunch of macros and commands.