php is server side only
so you are going to have to use javascript.
You can have php build an array, or two in javascript so that your menu
canchange.
checkout hotscripts.com, resourceindex.com, devshed.com,
http://wsabstract.com/
to name a few.
On 4/12/01 11:14 AM, "Erin Quick-Laughlin" <[EMAIL PROTECTED]>
wrote:
> Can PHP update a second field on the form, based on the contents chosen
> from the first field (I'm thinking of JavaScript's function) ?
>
> I'm pulling a list of id,name,email from MySQL and displaying name for
> the first field. After the user picks it, I want the appropriate email
> address to show up
> in the second field.
>
> 1. I want to do this without sending a second select request to the
> server.
> 2. What PHP functions should I be looking at to build this?
> 3. If not PHP, where can I find the appropriate JavaScript examples?
>
> Thanks,
> Eman
>
>
>
--
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]