I want to create a phone rate php script as follow:
Country name <drop down box>
below it three div elements
<div id="mobilePrice"></div> <div id="countryFlag"></div> <div id="fixedPrice"></div>
All the values for this script are stored in the database (mysql) I want when a user opens the page it loads country names from the database into the dropdown box, when the user select a country the div fields are filed with its values.
Bookmarks