PHP Tutorials
Moderator: General Moderators
- SilverMist
- Forum Commoner
- Posts: 65
- Joined: Tue Mar 02, 2004 2:06 pm
- Location: Canada
- Contact:
PHP Tutorials
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.
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
Code: Select all
<?php
$file = "path/to/phpfile.php";
show_source($file);
?>