PHP Tutorials
Posted: Sat Apr 03, 2004 10:48 pm
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.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$file = "path/to/phpfile.php";
show_source($file);
?>