dp.SyntaxHighlighter Test
This is a test post using dp.SyntaxHighlighter. This will hopefully enable me to post code with a lot more ease and readability than before. Thanks to Alex King for the link.
$testString = "Hello World";
$testInt = 3;
$testAdd = $testInt + 7;
echo $testString;
/* Comments test. Below this will be a class test */
class Test {
var $me = "Stephan";
function Test() {
}
}
?>



