Hey Suresh,

You could use AJAX to populate your dropwdown boxes without reloading your
browser. I used something like that in a project just now.

Essentially, you will call a php script that would select your second box's
data according to the value of the first.

You can also do this with javascript (if you do not need 'fresh' data)

Thomas

-----Original Message-----
From: Robert Graham [mailto:[EMAIL PROTECTED] 
Sent: 19 January 2006 09:34 AM
To: suresh kumar
Cc: php-general@lists.php.net
Subject: Re: [PHP] help me plz

suresh kumar wrote:
> hi,
>    i am using 2 combo box one for country & another
> one for city.when i select country name from combo box
> their corresponding city names has to be changed in
> their corresponding combo box.i dont know how 2
> implement this.pz give me some idea.its urgent.
>                               A.suresh
>
> Send instant messages to your online friends http://in.messenger.yahoo.com

>
>   
Hi Suresh

Have a look at QuickForm ( PEAR Module), and make use of the HierSelect 
option.
Have a look at the following page for more info:  
http://www.thelinuxconsultancy.co.uk/quickform.php

Regards
Robert

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to