|
Greg, as with your search question, you will need to use server-side processing. You need some logic code using PHP, Perl, etc. to process the information sent by the form and insert it into the database. I'm just a hobbyist and haven't done any database or PHP work in a while, but I don't think there's any way to do this with straight HTML or javascript.
That said, it's pretty easy with a little PHP code. The PHP and MySQL websites have lots of good documentation. I recommend doing some reading there.
|