Not sure I understand this.

We all know you can do
include("path-relative-to-current-directory/filename");
We all also know you can do
include("/path-relative-to-root-of-server/filename");

The original question was, basically, can you do
include("path-relative-to-root-of-website/filename").
And if so, how?

Jill


-----Original Message-----
From: Wayne [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 6:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Include virtual?


include("filedir/file.php");

this will work with full or virtual paths :)


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

Reply via email to