Dahil bir PHP komut dosyası Komut Yolu?

0 Cevap php

Aşağıdaki elde etmek için bir yolu var mı?

Benim / www / var / public_html / index.php dosyasında ben bu var

<?php include('database/connect.php'); ?>

Ve sonra / www / var / public_html / veritabanı / connect.php içinde, ben böyle bir şey yapmak istiyorum

<?php

$my_path = get_path_of_current_script(); // should not be path of index.php
echo $my_path;
// should print
// /www/var/public_html/database
?>

Ben $ my_path / www / var / public_html / yazdırmak istemiyorum

Bunu yapmak için bir PHP işlevi var mı?

0 Cevap