Mega Code Archive

 
Categories / Php / File Directory
 

Echoing the line and file predefined constants

<?php echo "Executing line " . __LINE__ . " of PHP script " . __FILE__ . "."; ?>