[EMAIL PROTECTED] (Charles P. Killmer) wrote:
>I think my original question has been lost.
>
>
>Include("/template.php");
>
>I want this to include the file located at
>e:\sites\website1\template.php
>Not
>e:\template.php
edit include_path in your php.ini file: add e:\sites\website1 to the
existing include path.
include("template.php") without slash.
If you don't use cgi, restart your webserver.
HTH
Christoph
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php