I have another question:
I'm currently using
The above code goes into a file that is in a folder in the root folder, and is including a header.php file that is in the root.PHP Code:include("../header.php");
However, when I try to use
to specify the same header.php file in the root folder, it won't work, and instead gives me an error message. I want to use this second piece of code instead of the first, since it will save an awful lot of work for me.PHP Code:include("/header.php");
Any help?




Reply With Quote