Noah
2010-06-24 21:47:35 UTC
The file I'm trying to include is named: homepage.php.
Here is a sample of the file (index.php) that is performing the include:
.
.lots of things going on here (database queries and such)
.
include "homepage.php";
exit();
?>
I replaced "homepage.php" above with "photos.php", and the file was included properly, and every other include statement on the site is working correctly, so I am completely lost as to what the problem could be. Anybody have any ideas?