__FILE__: The name of the script file being parsed : Pre Defined Constant « Language Basics « PHP






__FILE__: The name of the script file being parsed


<?
echo "<br>This file is ".__FILE__;
?>

           
       

Related examples in the same category

1.__LINE__: The number of the line in the script being parsed