hey there,

I include files outside the document root in my site.
include $_SERVER['DOCUMENT_ROOT']."../inc.php" ;

when I use this on the localhost it doesn't find this variable:
$_SERVER['DOCUMENT_ROOT']

which makes testing more annoying since I have to upload to my site all the
time.

any ideas on the how and why???
thanks a lot



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

Reply via email to