Simply locate a file that includes PHP codes and test it.
<?
show_source("page.php");
?>
Shows (Highlites) the PHP codes in "page.php" with syntax coloured codes.
Or see the source of page on a website as html :
<?
show_source("show_source");
?>
[Arash Moslehi]