PHP does not know what the user has selected in the first drop down.

You can either reload the page with the new value once the user has selected
the value for the first drop down list, and go from there, or use
Javascript.


----- Original Message -----
From: "Jared Mashburn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 3:45 PM
Subject: [PHP] Dynamic Form


> Hell0,
>
> I have a MySql database with 3 columns.  The first column is "id" second
> is "name" and third is "value", I have two drop-down lists, with the
> first filled with an array from the column "name".  I would like for the
> second drop-down list be changed according to the "value" of what has
> been selected in the first drop-down list.
> I have fill that I'm going in the right direction, but have run into a
> wall. Can anyone give me some advice in doing this miraculous feat?
>
> Thanks,
>
> Jared
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to