Re: [PHP] Nested Menu Help

2002-06-23 Thread Lowell Allen
From: [EMAIL PROTECTED] When I am in page A (or one of it's children) I wish to show it's one level of children like so: Page A Child 1 Child 2 etc... Page B When I am in page B (or one of it's children) I wish to show it's one level of children like so: Page A Page B

RE: [PHP] Nested Menu Help

2002-06-22 Thread César Aracena
I found a way of doing this in order to show the “home” button when browsing the site, but not when seeing the home page. What I do, is to set two menus like this: If ($browse == ‘yes’) { a href=”index.php”home/a } a href=”page1.php?browse=yes”page 1/a a href=”page2.php?browse=yes

Re: [PHP] Nested Menu Help

2002-06-22 Thread Jason Wong
On Friday 21 June 2002 17:12, [EMAIL PROTECTED] wrote: When I am in page A (or one of it's children) I wish to show it's one level of children like so: Page A Child 1 Child 2 etc... Page B When I am in page B (or one of it's children) I wish to show it's one level of children