I deleted the original homepage because of this and because it was time for a new layout anyways. I'm still having trouble, however. The site is set up so that the index page is the only page with formatting. This is the page that provides the layout. The content pages of the site are accessible through hyperlinks, which are clicked to include the content on the index page.
In the area of index.php where I want to include the content I use this code:
CODE
<?php include("$page");?>
The hyperlinks that tell the index.php to include them on it are coded in this way:
CODE
<a href="index.php?page=pagename.html">Page Name</a>
However, when I visit the index page I get the following error:
CODE
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cerb/public_html/index.php on line 20
?>
?>
It may help your understanding of my problem if you visit cerb.trap17.com
What could be the problem? This is particularly confusing since they were perfectly sound at one time, and suddenly no longer worked.

