PHP Syntax Highlighter

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Etherguy
Forum Commoner
Posts: 70
Joined: Fri Nov 01, 2002 9:09 pm
Location: Long Island, New York

PHP Syntax Highlighter

Post by Etherguy »

Say... how would one go about getting the PHP Syntax
Highlighter working ones PHPBB forum?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Go to the phpBB site (or the phpbbhacks.com site) and look for the PHP syntax highlighter mod.

Mac
User avatar
Etherguy
Forum Commoner
Posts: 70
Joined: Fri Nov 01, 2002 9:09 pm
Location: Long Island, New York

Great

Post by Etherguy »

Thanks a :

Code: Select all

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

print $count;

?>
Didn't realize that hack site existed.
Post Reply