That's true, but you could use PHP and the MySQL data to generate the
JavaScript arrays for the dynamic menus... you can escape into PHP within
the <SCRIPT> tags of an HTML page just as easily as you can within the
<HEAD> or <BODY> tags.

-Andy

> -----Original Message-----
> From: Michael Hall [mailto:[EMAIL PROTECTED]]
> Subject: Re: [PHP] Dynamically created dropdowns

> You can certainly do what you want in straight PHP if you include a form
> submission after selecting the manufacturer. There is probably a way of
> doing it in JavaScript without a form submission, but not one that will
> read data from a MySQL database on a remote machine. JavaScript can't do
> that.



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