Thursday, January 17, 2013

syntax highlighter 2

Here is a test of some php code: 
 
<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}
>

No comments:

Post a Comment