Hi,

well, sound like you're doing something like a
require("http://localhost/xyz.php";); or include("http://localhost/xyz.php";);
Is this right?

Require and Include require filesystem paths, not webpaths. So if your
directory you're working is TEST you have a subdir XYZ with a file xyz.php
this shuold look like require("XYZ/xyz.php");

Greetings,
Jens

-----Original Message-----
From: Bryan Fritchie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 3:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?


I am having a very similar problem as this one, but I did not see an answer.
Does anyone know what this is?  I can't find this line in the php.ini file
at all.

BTW, I am trying to set up PHP to run under Win2000, for IIS.   Thanks!



"Nick" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> If anyone could tell me what this line means that would be great!
> Warning: Failed opening 'localhost' for inclusion
> (include_path='.;c:\php4\pear') in Unknown on line 0
>
> PHP 4.2 and Apache are running (well  PHP supposedly - this error is
holding
> me up!)
> Thanks,
> Nick
>
>



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to