[PHP] SELECT tag and PHP

2006-06-16 Thread weetat
Hi all , I have a SELECT for country in the php file . I would like to load the country and city belong to the country dynamically from the database. Anyone have ideas how to do it ? Thanks - weetat -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] SELECT tag and PHP

2006-06-16 Thread Jochem Maas
weetat wrote: Hi all , I have a SELECT for country in the php file . I would like to load the country and city belong to the country dynamically from the database. Anyone have ideas how to do it ? below is a function that generates a select tag based on the criteria you give it, the