adding the country list in the drop down box

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arun_php
Forum Newbie
Posts: 4
Joined: Wed Jun 25, 2008 4:56 am

adding the country list in the drop down box

Post by arun_php »

Hello friends ,
Is any function is avaliable to add entire countries list in list box or any other idea is there please help me: :roll: :roll:
koen.h
Forum Contributor
Posts: 268
Joined: Sat May 03, 2008 8:43 am

Re: adding the country list in the drop down box

Post by koen.h »

Grab an array with the countries (eg http://www.zend.com//code/codex.php?ozid=475&single=1) and loop through it.
Post Reply