just after a small bit of help, i want to tidy my site up with php includes. i used the following code
i have the div tag
<div id="nav">
<?php
include_once("nav.php")
?>
</div>
when i implement it in dreamweaver it works fine, but using on local host when i test it in the browser it just doesnt even appear. Can anybody shed any light on this please
regards karl