Code: Select all
<?php if ($row_AllCountries['country_ID'] == $acountry) { echo " selected "; }?>
seems that you dont have a space where it must be...
Moderators: egami, macek, gesf
Code: Select all
<?php if ($row_AllCountries['country_ID'] == $acountry) { echo " selected "; }?>