inclusion doing my head in!!!
Posted: Sun Jun 30, 2002 11:10 am
i've had this problem for some time now, but some background information first:
two directories:
directory :
two directories:
directory :
Code: Select all
directory : [Messages]
[Messages] contains PHP files
[HTML] contains HTML file + 1 PHP file (Home.PHP)
Home.php contains two lines which tries to include files in [Messages]
include "../messages/file1.php";
include "../messages/file2.php";
this works perfectly on my windows Apache but once uploaded to my server it says it failed to include it! .. any ideas why????
M