Mike Zornek wrote:
Is it true I can't include a file up a dir like this:

require_once '../config.php';

You should be able to include a file up one (or more) directories. Are you sure it's only up one directory from were your script is being called from?


This seems to work though:

require_once 'settings/db.php';

Strange.

-- Jason Giangrande <[EMAIL PROTECTED]> http://www.giangrande.org http://www.dogsiview.com

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



Reply via email to