| Author |
Message |
Please Register and Login to this forum to stop seeing this advertsing.
|
|
|
|
 |
Josh

|
Php Includes |
|
Hey Guys,
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!!
By the way public_html is your default directory
|
|
| Tue Dec 09, 2008 1:39 am |
|
 |
|
|
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
|
|
|