Murach's PHP and mySQL:
- When the user selects a customer, the View/Update Customer page should display the country in a drop-down list, and it should select the correct country for the customer. If you have any trouble with this, look ahead to figure 8-13 in chapter 8.
- The user can use the Country drop-down list to change the country for the customer. Specifications
- In the Country drop-down list, display all countries that are available in the countries table in the tech_support database.
- When the page is first displayed, make sure to select the correct country for the specified customer. To do that, write code that sets the selected attribute of the tag for the appropriate country.