Web table index

Web table index

am 03.04.2008 19:45:35 von aorangi

Hi,

I want to build in php the type of left hand colonne (I don't know what is
call) you find on most web site with a art of tabe contain where you can
navigate through the site.

Know someone (the name of that colon) and where I can find informations on
how to build it.
like that
+Country and you press + and you get the list of the country etc

thanks regards
claude

Re: Web table index

am 06.04.2008 13:59:41 von colin.mckinnon

On 3 Apr, 18:45, "aorangi" wrote:
> Hi,
>
> I want to build in php the type of left hand colonne (I don't know what is
> call) you find on most web site with a art of tabe contain where you can
> navigate through the site.
>
> Know someone (the name of that colon) and where I can find informations on
> how to build it.
> like that
> +Country and you press + and you get the list of the country etc
>
> thanks regards
> claude

A collapsible, hierarchical, navigation menu?

Simplest option would be PHP Layers menu - alternatively use something
like DokuWiki (with a appropriate template like battlehorse) where you
embed your PHP inside an existing web application.

Try Google for URLs

C.