Posted by peter on 10/06/06 15:06
> I have data stored in my database. I can fetch and populate one combo
> box. I want to popluate the second one dynamically using the value of
> the first one. I can do this if I did not have to fetch the data from
> the database (using Javascript). How can I do this using PHP
php is a server side language. The second combo box is already generated
before the user would be able to select something from the first. Sites that
do somethig like this use ajax to change the value of the other box when the
user changes the first.
[Back to original message]
|