I am trying to use an include code on a test site, but I just can’t get it to work.
Here is what I am doing:
header.php
[php]
</ul> [/php]
index.html
[code]
<?php include("Widerangefollow/transparentblue/header.php"); ?> [/code]Why isn’t this working?