Can anybody recommend a good free script or class for doing colored syntax highlighting (PHP, CSS, SQL and C++), thanks.
I'll second that. It's also what this forum uses for PHP, HTML (and every other language Geshi supports). http://forums.digitalpoint.com/misc.php?do=bbcode#code
And I'll, hmm, third that. It is very nice. And I am building a tutorial script implementing GeSHi for the syntax highlighting. PHP, Java, JavaScript on and on. Supports around 40 languages I believe. And best of all, like mentioned, it is free. If you need it, I'll set up a demo. Let me know -Eric
here is a geshi tutorial I did for PHP, hope it helps http://www.litfuel.net/plush/?postid=18&replyto=61
As GeSHi has now been fourthed I'll certainly be using it, thanks for the tutorial Jim makes my learning curve a lot smoother.
GeSHi is not bad as far as i can see, although for php i prefer just to use highlight_string() or highlight_file()