[PHP] Re: Securite problem

2002-02-02 Thread Roebie
I have tried absolute paths but that does not solve the problem. Unlike the filename extension suggests I am using php4. The problem seems to be the password protection. When the three files are in the same directory (be it protected or unprotected) everything works fine. When index.php3 is in

Re: [PHP] Re: Securite problem

2002-02-02 Thread rpruitt
I used this in index.php3, in a password protected directory, using Xitami on Windows. require_once(../test/require.php3); Everything did fine. Roebie wrote: I have tried absolute paths but that does not solve the problem. Unlike the filename extension suggests I am using php4. The