Page 1 of 1

PHP Tutorials

Posted: Sat Apr 03, 2004 10:48 pm
by SilverMist
Hey! I'm wondering what code I would use to make PHP show up on my site. It doesn't really have to have the color coding, but that would be a bonus.

Posted: Sat Apr 03, 2004 10:56 pm
by d3ad1ysp0rk

Code: Select all

<?php 
$file = "path/to/phpfile.php";
show_source($file);
?>

Posted: Sat Apr 03, 2004 11:37 pm
by m3mn0n