Show the source of the current file:
<?php
/* some code here */
show_source(__FILE__);
?>
This function is an alias of: highlight_file().
Show the source of the current file:
<?php
/* some code here */
show_source(__FILE__);
?>