Pham Duy Phuc wrote: > I'am a newbie to PHP, just installed in my W2k no server edition, thing > shows up like below when i run the **.php sript from my > http://home/helloworld.php , have you got any ideal about the .ini file , > would you guys be so kind such as tell me how to fix this problem. > Thanx in advance > a PHP newbie from vietnam. > --- here is the text which show up when i run the script from my IIS. > > Warning: Failed opening 'c:\inetpub\wwwroot\hellowolrd.php' for inclusion > (include_path='.;c:\php\includes') in Unknown on line 0 >
There is a known issue for include path. (GCI version) You may need to specify include_path="c:\php/includes" or include_path="c:/php\indluees" I forgot which is working. BTW, searching bug db would help for these kind of problems ;) -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]