In addition to Lindsay's comments: 

Any time PHP can't include() a file, but it can include() it if you change
the filename, check the permissions on the original file. They may be set
too restrictive for PHP to read it.

Kirk

> -----Original Message-----
> From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 05, 2001 11:57 AM
> To: PHP-General List
> Subject: [PHP] Include / Require
> 
>     However, every time I try that, it tells me it can't find
> 'variables.php'.  However, if I rename the file to 'variables.inc', it
> does find it (though it doesn't pass any arguments to it then).

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to