At 3:11 PM +1200 29/4/02, Dan wrote:

>what I need is a menuing system..
>
>When link is clicked the sub-topics appear under the topic you just clicked
>on..


PHPLIB contains a class that can do this. It's not as robust as the
rest of PHPLIB, but it should serve as a good starting point for your
task.

http://sourceforge.net/projects/phplib/

You want php/menu.inc. There's a demo of it set up in the PHPLIB's
pages/menu directory, and php/local.inc.

You don't need any of the other PHPLIB classes installed to use it.

Oh, and you're right about not using Javascript... the last thing
you want is for the entire navigation system on your site to
collapse into an unusable mess if Javascript is disabled!

 ...R.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to