Dear experts,
I have a rates table on my markup form, not on database table
This table is designed to display a rate for a potential rider going to the airport from a chosen city.
So, the rate table displays FromCity column, the fare associated with the rider from that city to the airport, the tax, the tip and the total.
On a separate page is the reservation page.
On this page, a user selects his/her fromCity and the vechicle type among other things.
When a city is selected, I will like to grab the fare, tax, and tip associated with the selected city.
Any ideas how to manipulate this since this information is not on the database?
Go to the complete details ...