This is a little thing like CMS (Content Management System) what you need to do is place a file in your home directory like for example (header.php) which it will update every thing that is under header.php so with this you can place in each webpage.
like this
<? include("header.php") ?>
If it is under a different directory
public_html/web
you need to make it look like this
<? include("../header.php") ?>
and so on and so forth.
If you need help with this just contact me!!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum