I need to show a dropdown menu with the international calling codes for each country. Where can I find such a drop down????
+1
A:
You would need to create it yourself, you can find info on http://www.countrycallingcodes.com/
I gave you the answer but it may not be the place to ask this question as StackOveflow is used for programming question.
Dominique
2010-07-07 15:29:56
A:
Why not make a database table then you can loop them out with <option name=""></option>
and in the future or now you can make some more specific queries such as LIKE
AND WHERE
which would make it more user friendly.
Oliver Bayes-Shelton
2010-07-07 15:48:45