I have a site selling autoparts. http://www.aaacatalyticconverters.com/
Each part fits numerous vehicles and the info needs to be drilled down by year, make, model and engine. I created the drop downs using js var's but it is way too much duplicate info and not working right so I just need it connected to a sql db that I am hosting on a remote url http://www.aaacatalyticconverters.com/pages/dropdown
Once the selections are made, a datatable needs to be initialized with the first column searched for the 'year' selection, the second column searched using the 'make' selection and so on pulling the info from the same remote hosted sql http://www.aaacatalyticconverters.com/pages/test
I need someone to connect the dropdowns to the remote server to populate based on the previous ones selection and then I need help passing those selections passed onto the datatables initialization. I was able to get the dropdowns working on the remote domain using php and insert them into a shopify page using an iframe http://www.aaacatalyticconverters.com/pages/bbb but i realize that this is not a great idea
I can be reached at joe@advantageecommerce.com