This post originated from an RSS feed registered with Web Buzz
by Ben Ramsey.
Original Post: 18 Wordpress syntax hiliter 11
Feed Title: Ben Ramsey
Feed URL: http://benramsey.com/tag/feed/
Feed Description: PHP and Other Techno-babble
12f
I'm just trying out a nifty syntax hiliter plugin for Wordpress. This particular plugin handles HTML, CSS, PHP, Java, and SQL. I've modified it a little bit to suit my own personal tastes.
[php]function hello_world()
{
echo 'hello, world!';
}
hello_world(); // tells the world 'hello'[/php]
2b