I Need Help With PHP Site Navigation?

Gabe

New member
Hello, can someone explain the site navigation of this page:

http://www.raylamontagne.com/index.php

Can someone PLEASE give me an example of PHP source code for the following three lines:

<li><a href="index.php" class="navHome" title="Home"></a></li>
<li><a href="news.php" class="navNews" title="News"></a></li>
<li><a href="tour.php" class="navTour" title="Tour"></a></li>

You can view these lines in the source of that webpage. I just need to figure out how to do this basic php website navigation. I would greatly appreciate it if you could write what you think would be the code in those php files (index.php, etc.).

THANK YOU SO MUCH IN ADVANCE!!!
No. Sorry. Perhaps I need to be a little more clear here. I am wondering what would be written INside the home.php, the bio.php, etc. I am trying to create a navigation style very familiar to that website; I am a fledgling developer and I am not sure what I should be looking for or doing with the php code. What would th ephp code of news.php be doing?
Is that what's in the php file?
 
Back
Top