Microsoft Expression Web calls them includes. I don't know what NetFusion or Seriff calls them. But it is an area were you can link to an another HTML page and the content is shown through a window that exists on multiple pages or the whole site.
This may be more appropriate for website software you are going to produce in the future.
Mark
Linked Content - Post ID 234459
Hi mjorg,
I'm not sure if your asking a question or trying to tell users about php includes.
Now all you do is place this on every page then you only have to alter the navigation.php.
I'm not sure if your asking a question or trying to tell users about php includes.
<?php
include ("navigation.php");
?>
include ("navigation.php");
?>
Now all you do is place this on every page then you only have to alter the navigation.php.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.