Get your own PHP server
<!DOCTYPE html>
<html>
<body>

<h2>The __FILE__ Constant</h2>
<p>This constant returns the full path and the name of the file:</p>

<?php
echo __FILE__;
?>
 
</body>
</html>              

The __FILE__ Constant

This constant returns the full path and the name of the file:

C:\awesomesites\w3schools\php\magic_const_file.php