Forum Moderators: coopster
try
view.php?page=one
then in the file it will include the menu depending on
$_GET['page']
I guess you could look at get
[php.net...]
If you want to use one single menu file that shows the menu for the section there are a few ways to do it.
One I use is reading the url to see where I am in the directory structure and having a different directory for each subsection. I then display the menu attributed to that subsection.
Thus no query strings.