Posted by Colin McKinnon on 10/03/29 11:31
bigfella wrote:
> Hello Folks,
>
> I would like a web page to have 2 menu lists
>
> The contents of the second menu list depending on the selection made in
> the first.
>
> The contents of the second would be populated from a database.
>
> I am fairly new to programming using PHP, Javascript and MySQL but I am
> sure what I am asking has been done before. Could someone please give
> me some pointers or direct me to a tutorial.
>
This *seriously* is not trivial. Try reading up on ajax and javascript RPC.
As an alternative way to solve the problem...
Way back when....Netscape used to render select/optgroup/...optgroup/option
as a cascaded menu but none of the current browsers do that - I guess you
could use PHP Layers menu to acheive the result.
C.
Navigation:
[Reply to this message]
|