PHP Includes Help

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?

I also tried just doing

[php]<?php include("header.php"); ?>[/php]

but it still doesn’t work.

Sponsor our Newsletter | Privacy Policy | Terms of Service