What I would like to do is store all my links in one include file. What is the correct coding for this procedure?
What I would like to do is store all my links in one include file. What is the correct coding for this procedure?
oops, I forgot my test weblog... http://www.operationexodus.org
There are some issues with using PHP includes depending on your web host's set up. Here's a link about that here at my blog:
http://babygotblog.com/index.php?p=1055
The actual code is as follows:
<? include("yourfilename.php") ?>
This topic has been closed to new replies.