helo, i have site navigation, for example: you are here: home > music > jazz > musicians. i get this by put an <a href="index.php?id=1>$pagename</a> on the link, and i have the musicians' list. but i'm still in the same directory where the index.php is.
how can i really go to the physical path (music/jazz/musicians/musicians.php), the musicians.php, and still keep the site navigation correctly? because i need that file to add a new musician (musicians .php?mode=add) i use php/mysql. thank you very very much. rudy -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]