Search engine

Question by av104:
How can I add a script to compute tire/wheel size on a web site? Who sells such scripts? Thanks!?

I would like to add a script on my web site to compute right tire size for a given car make/model year/type combo?


——————————————

Answer by Chris C
It’s a pretty easy script, however you need to have the database that exists already that has the data for make/model year/type combo in a database on your server.
After all, if the script is provided with the information you mentioned, you could simply use SQL to choose the record(s) that you need to from the necessary tables only to display them to the user.

——————————————
Add your own answer in the comments!