Do a web search for CGI programming and start reading up on it. The only way to get info from the browser to the back end is with a CGI program.
You submit the data with a HTML form and the CGI program breaks up the form data and does whatever you want from there. In your case you'd have to format the data into a database query and then query the database. You will need additional CGI programming to take the retrieved data and format it as a web page and send it back to the browser.
Note that CGI isn't a programming language in itself. The CGI scripts can be written in a variety of languages. I've done them in C and PERL.
Most of the hard stuff has already been done, like breaking up the form data into variables so do a web search before you write anything.
If you want to cheat a bit, the VMF software has to do this for searching, etc. The script in the VMF software is called dosearch.pl if you want an example although it's written in PERL. WWWThreads allows downloads of their software for evaluation purposes. I suppose looking isn't a crime unless you copy it and claim it as your own.
Good Luck!
http://www.hurtle.com/cars/mustang/sig.gif
Please contribute to my Reproduction Parts Rating Site
You submit the data with a HTML form and the CGI program breaks up the form data and does whatever you want from there. In your case you'd have to format the data into a database query and then query the database. You will need additional CGI programming to take the retrieved data and format it as a web page and send it back to the browser.
Note that CGI isn't a programming language in itself. The CGI scripts can be written in a variety of languages. I've done them in C and PERL.
Most of the hard stuff has already been done, like breaking up the form data into variables so do a web search before you write anything.
If you want to cheat a bit, the VMF software has to do this for searching, etc. The script in the VMF software is called dosearch.pl if you want an example although it's written in PERL. WWWThreads allows downloads of their software for evaluation purposes. I suppose looking isn't a crime unless you copy it and claim it as your own.
Good Luck!
http://www.hurtle.com/cars/mustang/sig.gif
Please contribute to my Reproduction Parts Rating Site