Where can I get hold of a script similar to the one on this site? I mean, a script that will highlight the php syntax in a code like this:
<?php $v = phpversion(); echo $v; ?>
quite easyily its a built in function 😛
show_source("file.php"); // must be .php
or
hightlight_string();
more info can be found here: http://www.php.net/manual/en/function.show-source.php http://www.php.net/manual/en/function.highlight-string.php