Say... how would one go about getting the PHP Syntax
Highlighter working ones PHPBB forum?
PHP Syntax Highlighter
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Great
Thanks a :
Didn't realize that hack site existed.
Code: Select all
<?php
$count = 999999;
$count = $count + 1;
print $count;
?>