Im having problems calling files to using as a header and footer for my site. Im not good with php at all but this is what i have, and its not working:
<?PHP
include ('/header.html');
?>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr>
<td>asdfasdfasdf</td>
</tr>
</table>
</center>
</div>
<?PHP
include ('/footer.html');
?>
Can someone please point out what im doing wrong?







Bookmarks