Jump to content

Network Bar


brown2005

Recommended Posts

OK, then I would make a global file, outside of the root.

 

Example:

<a href="http://site1.com">Site 1</a>
<a href="http://site2.com">Site 2</a>
<a href="http://site3.com">Site 3</a>

 

then in the page you want to add it to:

<?php 
include '../navbar.php'; // Grabs the file outside the direcotry
?>

Link to comment
https://forums.phpfreaks.com/topic/146009-network-bar/#findComment-766545
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.