Posts by Jesse Cardoso Mota • 1 point
1 post
-
-1
votes2
answers67
viewsA: Why do requires and includes fail to add files that are in directories above the call file?
Try to use the constant __DIR__: require_once(__DIR__ . '/../template/header-home.php');…