Page 1 of 1

PHP Syntax Highlighter

Posted: Tue May 20, 2003 12:16 pm
by Etherguy
Say... how would one go about getting the PHP Syntax
Highlighter working ones PHPBB forum?

Posted: Tue May 20, 2003 12:43 pm
by twigletmac
Go to the phpBB site (or the phpbbhacks.com site) and look for the PHP syntax highlighter mod.

Mac

Great

Posted: Tue May 20, 2003 1:52 pm
by Etherguy
Thanks a :

Code: Select all

<?php
$count = 999999;
$count = $count + 1;

print $count;

?>
Didn't realize that hack site existed.