sorry, my bad. i meant the two urls are the same. they're intranet pages so
giving out real data won't be useful.

>Um, does the page at http://www.myurl.com/ by any chance execute that
>include statement? Because then you have an infinite recursion.

that's not likely the case.

i also noticed that the 'Virtual Directory Support' is disabled. thought
this could be the root of the problem?

/bw

-----Original Message-----
From: Miguel Cruz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 10:10 AM
To: Boris Wong
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] configure problem?


On Thu, 4 Apr 2002, Boris Wong wrote:
> got a question on the usage of include:
>
> when i do something like this:
>
> <? include('http://www.myurl.com'); ?>
>
> where my php file is located under the same directory structure of
> www.my.url.com, the browse seems keep on loading until it returns a blank
> page. does this mean that php can't include any file located in the same
> directory structure of itself? or is it more like a configuration problem?

Um, does the page at http://www.myurl.com/ by any chance execute that
include statement? Because then you have an infinite recursion.

I of course can't really figure out what you're talking about because you
have made up domains like www.myurl.com and www.my.url.com and I don't
know whether they're different because you weren't paying attention or
because you meant them to be different. Use real data.

miguel


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

Reply via email to