I have to include in a php script some files that are located on a 2nd level subdirectory.
The problem is that in my xampp it fails to include these files.
In netbeans if i click on the path it open files.
require_once("../../config/bootstrap.php");
require_once("../../config/config.php");
What may be the problem?
Thanks.
Try
Or in PHP 5.3+