PHP Syntax Highlighter
Posted: Tue May 20, 2003 12:16 pm
Say... how would one go about getting the PHP Syntax
Highlighter working ones PHPBB forum?
Highlighter working ones PHPBB forum?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$count = 999999;
$count = $count + 1;
print $count;
?>