[EMAIL PROTECTED] (paul13) wrote in message news:<[EMAIL PROTECTED]>...
> 
> How do I use the physical location for a page on another machine?
> 
> 'http://www.foo.com/usr/local/htdocs/includes/includes.php' 
> 
> with whatever is the acurate physical location following the .com?
> 
> Paul

I sure hope that URL is 404.

When you include a valid external URL you're including what that URL
outputs (should be obvious)?  So pull up
'http://www.foo.com/includes.php' in your browser.   View the source. 
That's what you're including.
surely this is covered here:
http://us3.php.net/manual/en/function.include.php  ?

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

Reply via email to