hi, is there a way to use data from a HTML form and use that to modify data in a DB?
Heres my situation.
I have a form setup for an event.
The user selects which event they want to go to (in a form)
The form then goes to the DB and check to see if #ofTix > 0
If it is, the user continues to the next screen and the DB is modified.
I'm new to this web programming thing, so any references or help would be appreciated.
Heres my situation.
I have a form setup for an event.
The user selects which event they want to go to (in a form)
The form then goes to the DB and check to see if #ofTix > 0
If it is, the user continues to the next screen and the DB is modified.
I'm new to this web programming thing, so any references or help would be appreciated.