Like prtt75 said, you can put it anywhere.
If you would like to contact me, my msn is rhouma_ilyes then @ then msn.com
For more details about you need:
1-Go to one page in your website, open the source code.
2- select your current list, it seems to:
Code:
<a href="page1.html" >page 1</a>
<a href="page2.html" >page 2</a>
<a href="page3.html" >page 3</a>
3- Copy it all to clipboard and replace it with:
PHP Code:
<?php include('links.txt');?>
4- create a new text file: links.txt, and paste the copied text on it.
5- Repeat step 2 and 3 to all pages that you want the links list to be dynamic ( note: no need to copy it in step 3, just replace)
If you need anything else, feel free to contact me in msn 
Last edited by Ilyes; 09-03-2008 at 11:49 AM..
|