to answer michaels question...
to use a relative path, you must not include the "/" at
the beginning of the path. if you have "/" at the
beginning of the path, it goes all the way to the root
directory. to access the relative folder
"files/include.inc", type "files/include.inc", instead of
"/files/include.inc" with the preceding slash.
~foobaz

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



Reply via email to