RE: [PHP] help me pllzzzzzz

2006-01-18 Thread Jay Blanchard
[snip]
   i am having 2 combo box one for city  another one
for country,when i select particular country say 
india their corresponding cities will be displayed
in city combobox as delhi,bangalore.,when i
select  Australia thier cities like
perth,brisbanewill be displayed.plz help me
itz very urgent.
[/snip]


H, is everything you do urgent? Anyhow, you want JavaScript for this,
not PHP.

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



Re: [PHP] help me pllzzzzzz

2006-01-18 Thread John Nichel

Jay Blanchard wrote:

[snip]
   i am having 2 combo box one for city  another one
for country,when i select particular country say 
india their corresponding cities will be displayed

in city combobox as delhi,bangalore.,when i
select  Australia thier cities like
perth,brisbanewill be displayed.plz help me
itz very urgent.
[/snip]


H, is everything you do urgent?


I think he and I must have the same boss.

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

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



RE: [PHP] help me pllzzzzzz

2006-01-18 Thread Dan Parry
Or my sense of sailing to deadlines :)

-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED] 
Sent: 18 January 2006 16:11
To: php-general@lists.php.net
Subject: Re: [PHP] help me pllzz

Jay Blanchard wrote:
 [snip]
i am having 2 combo box one for city  another one
 for country,when i select particular country say 
 india their corresponding cities will be displayed
 in city combobox as delhi,bangalore.,when i
 select  Australia thier cities like
 perth,brisbanewill be displayed.plz help me
 itz very urgent.
 [/snip]
 
 
 H, is everything you do urgent?

I think he and I must have the same boss.

-- 
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

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

__ NOD32 1.1370 (20060118) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com

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



RE: [PHP] help me pllzzzzzz

2006-01-18 Thread Duffy, Scott E
I have a combo php javascript to do that. Trying to dig it up.

Send email to [EMAIL PROTECTED] and ill have it separated by then.

-Original Message-
From: Dan Parry [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 18, 2006 10:18 AM
To: 'John Nichel'; php-general@lists.php.net
Subject: RE: [PHP] help me pllzz

Or my sense of sailing to deadlines :)

-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED] 
Sent: 18 January 2006 16:11
To: php-general@lists.php.net
Subject: Re: [PHP] help me pllzz

Jay Blanchard wrote:
 [snip]
i am having 2 combo box one for city  another one
 for country,when i select particular country say 
 india their corresponding cities will be displayed
 in city combobox as delhi,bangalore.,when i
 select  Australia thier cities like
 perth,brisbanewill be displayed.plz help me
 itz very urgent.
 [/snip]
 
 
 H, is everything you do urgent?

I think he and I must have the same boss.

-- 
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

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

__ NOD32 1.1370 (20060118) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com

-- 
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



Re: [PHP] help me pllzzzzzz

2006-01-18 Thread Jochem Maas



suresh kumar wrote:

hi,
   i am having 2 combo box one for city  another one
for country,when i select particular country say 
india their corresponding cities will be displayed

in city combobox as delhi,bangalore.,when i
select  Australia thier cities like
perth,brisbanewill be displayed.plz help me
itz very urgent.


hire a ([EMAIL PROTECTED](*#% programmer? because we are here to help
you not write your whole project for you.

I'll tell you what I do when things are urgent (I think John's
boss is a client of mine because 'urgent' occurs 20 times a day)...

I go here: http://www.yahoo.com
or here: http://www.google.com
or here: http://php.net
or here: http://beeblex.com 

then I type something relevant into a search box, hit send and start reading
(nice side effect of reading is that you learn that words like 'please',
for instance, don't contain any 'z's but it does contain a number of vowels)

click below for approx 586,000 pages related to your urgent problem:
http://www.google.com/search?num=100q=dynamic+combo+boxes+php


   A.suresh


rgd,
A. Raving Loon.



Send instant messages to your online friends http://in.messenger.yahoo.com 


we let it go because its a yahoo ad ;-)





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



Re: [PHP] help me pllzzzzzz

2006-01-18 Thread Anas Mughal
You need to build JavaScript logic for that.
Try searching on JavaScript developer sites and mailing lists.

This has nothing to do with PHP -- unless you are dynamically building the
JavaScript.

--
Anas Mughal




On 1/18/06, suresh kumar [EMAIL PROTECTED] wrote:

 hi,
i am having 2 combo box one for city  another one
 for country,when i select particular country say
 india their corresponding cities will be displayed
 in city combobox as delhi,bangalore.,when i
 select  Australia thier cities like
 perth,brisbanewill be displayed.plz help me
 itz very urgent.
A.suresh

 Send instant messages to your online friends http://in.messenger.yahoo.com

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




--
Anas Mughal


Re: [PHP] help me pllzzzzzz

2006-01-18 Thread Robert Cummings
On Wed, 2006-01-18 at 11:11, John Nichel wrote:
 Jay Blanchard wrote:
  [snip]
 i am having 2 combo box one for city  another one
  for country,when i select particular country say 
  india their corresponding cities will be displayed
  in city combobox as delhi,bangalore.,when i
  select  Australia thier cities like
  perth,brisbanewill be displayed.plz help me
  itz very urgent.
  [/snip]
  
  
  H, is everything you do urgent?
 
 I think he and I must have the same boss.

At least you don't write help emails in stupid speak. Every time I see
plz and itz and 2 I want to go find a big brick... well nevermind.

Cheers,
Rob.
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

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



Re: [PHP] help me pllzzzzzz

2006-01-18 Thread Richard Correia
Whatever 

Suresh, I know as a beginer you are facing this problems.

I would suggest that you check standalone htm version of php document.

The dynamic combo script can be located at
http://www.weberdev.com/get_example.php3?count=4074mode=text

This site has 1000s of FREE ready to use PHP,MySQL scripts. Check out and
list can saved from future urgent requests :)

Thanks,
Richard Correia


On 1/18/06, suresh kumar [EMAIL PROTECTED] wrote:

 hi,
i am having 2 combo box one for city  another one
 for country,when i select particular country say
 india their corresponding cities will be displayed
 in city combobox as delhi,bangalore.,when i
 select  Australia thier cities like
 perth,brisbanewill be displayed.plz help me
 itz very urgent.
A.suresh

 Send instant messages to your online friends http://in.messenger.yahoo.com

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