Code

Discussion on 2022 Car Makes/Models Database | 9900+ Models + jQuery Script

Discussion on 2022 Car Makes/Models Database | 9900+ Models + jQuery Script

Cart 103 sales

profitable supports this item

Supported

This author's response time can be up to 1 business day.

49 comments found.

Before I purchase it I will have a question

I need make and model fields to be disabled before I select the year, and instead of automatically selecting the first option I need make and model fields to say “Select Make” “Select Model” at the beginning. Can you help me to do that ?

Hi, Sure, I can implement whatever you like for an extra fee. Check how I’ve customized it for this site: http://bit.ly/1ixNMuh

please email me so we can talk about the details aykun1907@hotmail.com

Is script customizable i.e. can I 1) remove Years 2) Make / Model – add / remove cars ?

~nik

Yes, you can easily customize the script and add/remove cars through phpmyadmin. You will get the full source, nothing encoded.

I just purchased your script and embedded into my form. I updated the 2013 models and it’s working great. I do have one question. When I try to pass the variables make and model and email them to me, I get the id for each instead of the name of the make and model…

How can I have it echo out the make and model.

My code is requesting it from the form like this…

$make = strip_tags($_REQUEST[‘make[make]’]); $model = strip_tags($_REQUEST[‘model[model]’]);

Any help would be greatly appreciated…

oops… the code should look like this…

$make = strip_tags($_REQUEST[‘make’]); $model = strip_tags($_REQUEST[‘model’]);

Thank you for purchasing the script. Where exactly you’re passing the variables? You can add the mailing code directly to get_models.php if you would like each model lookup to be sent for you. Or you could create another file similar to get_models.php but with a different query. Send me more details please to be able to help.

what is your database , i need corephp and mysql based script

Hi, The script uses native php/mysql and jquery for getting the results.

Hiya

Do you have one that does the same for motorbikes?

Cheers Anthony

Hi Anthony, You can use it for motorbikes, you just need to get a DB for that, or enter them into the DB manually.

just what I needed.. too bad its missing too many EU makes & models ;( sadly, will have to continue looking for a solution with the full dataset..

Hi, If you’re interested, I could recommend a paid source which you can use if you are willing to purchase the script which is not expensive.

oscommerce? can be i9nstalled?

Yes, basically you can integrate it with any script if you know little php/MySQL.

Can you use this for something other than cars? Does it use MySQLI or PDO to get the data?

Hi, You can use it for anything if you follow the same DB scheme, or use it for something totally different, but you’ll have to edit the script to make it work. Currently the script uses MySQL connection string and we could use MySQLI the next update, though you can easily edit it to use MySQLI.

Ok thanks for the reply, still don’t understand why people use MySQL and not mysqli or PDO.

For max compatibility since some people still use it.

Hi,

Are you planning on adding any more makes/models?

Example Vauxhall / Opel isnt in the list?

Thanks, Danyo

Hi Danyo, The script relies on US based script that has more than 7,000 models in it. Opel is called Vauxhall only in the UK market, so you can edit the database and change it easily.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey