Thanks LordShryku for your reply.
Refer to your answer--->
Well, the script you're trying is trying to include another script here ->/wotb/externalweb/code/abc.php
and the include path specified in your php.ini is this ->include_path='.;c:\php4\pear
I have php.ini file at C:/WINDOWS/ and you can see acopy of this ini file at http://www.cs.odu.edu/~jkumar/phperror/phini.txt . Here you can see that I have set
include_path = ".;C:\webroot\includes"
Even though my script says that include path is c:/php4/pear . Strange part is that any changes in this php.ini file doesnot get reflected, even if i delete this ini file though my script works. It seems it accees some othe ini file and i did search on my C:/ and did not find any other php.ini file