We have added:
Syntax highlighting for PHP in code tags
Line numbering for code tags
Download option (Now you dont need to copy-paste from the forum and save to some file -- simply download the code)
Here is some demonstration as well:
Code: Select all
<?php
function my_func($var){
//Commenting is always good
$var++;
echo("Value is: ".$var);
}
?>
<div>This is just a demonstration</div>
Here is one more code listing, try downloading it and see what you will get!
Code: Select all
Some more testing!
<?
phpinfo();
?>
If you have any problems with them: please contact me and i will try to help you
