I basically have divon my site that always has the same material. However, this is divnot available on all pages, so I will not use a dynamic web template. I was wondering if PHP can get the code from a document on the server and paste it into a div?
Example:
<div id="section...
then my text file contains
<p>hello</p>
Basically, I want PHP to put it in a div when the user sees it.
If this is a more reasonable way to achieve this, I will also be open to him.
thank
source
share