I need some includes help. They are not working.
Here is the code I am using:
header.php
<img src='http://i.imgur.com/mfHTz.png' />
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
</ul>
index.html
<html>
<head>
<?php include("Widerangefollow/transparentblue/header.php"); ?>
</head>
</html>
Why isn't it working?