I'm placing a menu at the top of all my web pages and I will be making frequent additions to it. I don't want to make the changes to every web page every time I add or change the menu.
What's the best technique for doing this? Could I use the php command as follows or is there a better way?
<?php
error_reporting(E_ALL ^ E_NOTICE);
echo file_get_contents('http://www.timestenmarketing.com/menu.htm');
?>
Submit Your Article
Forum Rules

Reply With Quote
