» Step One
If you use php includes, you can easily change things on your site. And its more neatier and easy to install. Keep reading! First, you will need a text editor(eg. notepad, dreamweaver or frontpage) and a html knowledge.
All of your files must be saved as .php extension. Or else it won't work. Now, you must create two files. We gonna call the first file, MAIN and the second file INCLUDE. Put this code below anywhere into your MAIN file(eg.index.php / your index page):
Code:
<?php include("include.php"); ?>
------------------------------------------------------------------------------------
» Step Two
Now, where into the INCLUDE.php file. On this file, you can put things what you like(eg. links, affiliate section, update section etc.).
Then after that, you need to upload the files.
If you're going to add / edit something you don't need to edit the
index file, only the
include.php file. All the codes you put into the include.php will show up into your index page / whatever you call it.
--------------------------------------------------------------------------------------
Please reply to this thread if you need help.
*also please let me know if this thread is not allowed to be post.
~ Posted on 23/01/2008