I want to create a navigation bar that goes on every page of my website, and I Only have to update one file to get every page to update, I understand I can do this with PHP. I've got as far as learinng these tags;
<?
include("navigation.htm");
?>
but what do I put where "navigation.htm" is? If, for example I want to use this to add a daily quote, then how would I do that, would I have to create a web page with the quote and then use the web address?
Please someone help. Any personal experience or links to tutorials would be greatly appreciated.
Can people please not just post links to general tutorial or web design sites individual tutorials would be much more useful. Thankyou.
<?
include("navigation.htm");
?>
but what do I put where "navigation.htm" is? If, for example I want to use this to add a daily quote, then how would I do that, would I have to create a web page with the quote and then use the web address?
Please someone help. Any personal experience or links to tutorials would be greatly appreciated.
Can people please not just post links to general tutorial or web design sites individual tutorials would be much more useful. Thankyou.