This is a one line of code that allows you to view your code PHP & HTML etc..
anyways here this is how its done
PHP Code:
<?php highlight_file(str_replace('..', '', $_GET['view'])); ?>
Call the file "Viewsource.php" and upload to your webserver go to "www.yourdomain.com/viewsource.php?view=FILENAME" and it will allow you to view the php source aswell
Usefull ? I dont know
Thank you
Crown