Code: Select all
<?php
echo 'blah';
?>Code: Select all
<?php
echo 'blah';
?>
---------
blahThe only way I can think to do this is to add a .htaccess redirection to another file that would read the given file as text, etc etc.
There another way to do this easily?
I plan on using this for teaching purposes, if you're curious.