How would one script a MySQL database to determine the total amount based on the selections of the several drop down lists/option values in a form?
[option value1 price][v]
+
[option value2 price][v]
+
[option value3 price][v]
+
[option value4 price][v]
+
[option value5 price][v]
(etc.)
= Total Price
And just for craps and giggles, how would I add any shipping and/or tax charges to the total price? Let's say the tax price is 5%, but that number can change. Please help. I need to get the business up and running as soon as possible.