Quote:
Originally Posted by adr2020
Jerry, Thanks. The echo $pagetitle shows. All the includes are showing now, but the following code line:
<?php include("includes/$bodycontent"); ?>
Any idea how to resolve this?
|
I even changed (index.php) code line to define the path: $bodycontent = "includes/index.htm";
and changed (bodycontent.php) code line to use only the variable: <?php include $bodycontent; ?>
It still doesnt show the contents of where the variable $bodycontent is referring to 'index.htm'
Any idea how to resolve this?
Thanks for your advise Jerry (or anyone from the Hotscripts Forum Community)