Hi,
I configured php4 in iis4.0 with nt4. I have problem in include path(inc file execution). the error messages displays
Fatal error: Failed opening required 'http://200.100.50.53/f1common/footer.inc' (include_path='.;d\server\php') in D:\server\serverpath\fun23\homepage\htdocs\f1common\tes1.php3 on line 6
What can i do? help me please...
Fix your PHP.INI file so that include path is the same as your http root directory. That way, both the webserver and PHP are calling it from the same place, and PHP won't get snooty at you. I've had this problem too.