here is my site: http://phptest.ods.org/staff/dbaty/index.php
here is the error i get:
Notice: Undefined variable: page in c:\inetpub\wwwroot\staff\dbaty\index.php on line 43
Warning: main(.html) [function.main]: failed to create stream: No such file or directory in c:\inetpub\wwwroot\staff\dbaty\index.php on line 43
Warning: main() [function.main]: Failed opening '.shtml' for inclusion (include_path='.;c:\inetpub\wwwroot\staff\dbaty\') in c:\inetpub\wwwroot\staff\dbaty\index.php on line 43
Server:
Windows .NET server 2003 RC2 (IIS 6.0)
PHP 4.3.1
other php commands like echo and includes of a page work, however when i try a command like
<?php include("$page.html"); ?>
it doesn't. I go to index.php?page=header it doesnt include header.html. I believe there is a config problem in my php.ini file. What should my include_path be??? Any help would be appreciated.