I have 6 tables with exactly the same structure, the field names go like this:
country | incoming | outgoing_national | outgoing_us | outgoing_uk | outgoing_global | outgoing_text
I'm trying to code a rates table where the rates change instantly (jusing jQuery) when a country is selected from a dropdown. Because this is going to be happening as soon as they choose a country it needs to be as fast as possible.
So basically for example where country = 'England' I need the data from all the different tables so I can display it all on the page. I've been playing about with a code I've got from a previous similar question but I'm getting confused trying to work it out. I'd appreciate a helping hand of any sort :D