Here's an example:
http://216.151.1.137/~shopauto/
here's what the require code looks like:
Code: Select all
require "inc/footer.php";The footer.php file is very basic too:
Code: Select all
<?php
print "
</div>
<div id='footer'>
© 2009 All Rights Reserved.
Website Design by <a href='http://www.dwstudios.net/' style='color:#666666;'>Darkwater Studios</a>
</div>
</div>
</body>
</html>";
?>end of index.php:
Code: Select all
...print "
</div";
?>Code: Select all
<?php
print ">
</div>...

Any thoughts. My sense is it's something with the DOCTYPE or encoding type or something like that which I don't understand.