i tried this ff codes on NT and it works but not for linux 🙁
include ("dir/file.php"); include "dir/file.php"; include "./dir/file.php"; include (getcwd() . "/dir/file.php");
please help 🙂 thanks in advance 🙂
Have you checked the permissions for the directory and file that you are trying to include. Remember that the file must be readable by whatever userid you have set your web server to run as. The directory must be readable and executable by this same user.
i did... i tried 777 but still it's not working
If it "doesn't work", what does it do instead?
all functions are coded on my includes/functions.php file
include "includes/functions.php" is working on NT but not for linux