Please Help By replying my post!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tomex1
Forum Commoner
Posts: 26
Joined: Sun Aug 16, 2009 11:34 am

Please Help By replying my post!!!

Post by tomex1 »

Hi guys,
I have a dropdown A on a form that has a list of databases and I have another dropdown B on the same form which I want to be automatically populated when dropdown A is selected. In other words, depending on the value selected in A, a query is run on the respective table.

The only way I tried to make it work is when the page is reloaded but I was wondering if this can happen dynamically when the user selects dropdown A?

Thanks in advance.
Post Reply