Tagged Questions
1
vote
5answers
840 views
How to simplify my country select menu PHP/mysql
I have a select menu that displays countries. It looks at the DB and judging by the value in the db shows the option as selected. Is there a simpler way off doing this than:
if ($country == 'AG') ...