Error __DIR__ with include

0

I'm working on a website and I wanted to use __DIR__ to bring the database connection, but it turns out that by using it the whole web is blank, why can this happen?

<?php
include __DIR__.'../include/cont_db.php';
?>
    
asked by Stn 20.12.2018 в 23:22
source

0 answers