Posted on Wednesday, May 09th (1731 days ago)
Dan Webb released CodeHighlighter, a great set of scripts for augmenting your code examples on screen. I’m starting a PHP extension right now! Thanks for this nice work Dan. Here are some examples of what these script help to do:
Joe’s PHP Test
echo 'my php echo test';
// Is it working?
if ( ! $working ) {
print('darnit');
}
/* I hope it worked! */
header("Location: http://sitesbyjoe.com");
