This is a discussion on dynamic option menu within the alt.comp.lang.php forums, part of the PHP Programming Forums category; How can I make a drop down menu that are dynamically generated base on the value selected in another drop ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Jorntk" <jornrk@yahoo.com> wrote in message news:408675da_2@news.tm.net.my... > How can I make a drop down menu that are dynamically generated base on the > value selected in another drop down menu? values in both menu will need to > be from mysql query. > > Javascript. Cant be done dynamically without sending information to the server. A request has to be made to utilise PHP, afterall, it is serverside. RG |