AshleyQuick
01-24-2004, 07:12 AM
I've moved some php files to various sub-directories and now the includes aren't displaying. (ie. I've moved http://xyz.net/company.php to http://xyz.net/company/index.php)
Using "/" allows images, js files, etc to show, but php includes will not. I'm sure there is an easy fix and I think I may have seen it before, but I've reached an impasse.
This doesn't work:
<?php include("/includes/inc.nav.php"); ?>
This does
<img src="/art/spacer.gif">
Ashley
Using "/" allows images, js files, etc to show, but php includes will not. I'm sure there is an easy fix and I think I may have seen it before, but I've reached an impasse.
This doesn't work:
<?php include("/includes/inc.nav.php"); ?>
This does
<img src="/art/spacer.gif">
Ashley