An example of using syntax highlighter:
<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}
Tutorial for installing this in Blogger.