You guys know in Pastebin how according to the selected language, the code is colored?
Is there a control I can use on my site? I'm using PHP and Zend Framework.
Edit: I was thinking something along the lines of:
CodeControl mycontrol = new CodeControl(sourcecode.txt, 'c#');
or
CodeControl mycontrol = new CodeControl(sourcecode.txt, 'javascript');
I'm sure someone already has done this, no point in reinventing the wheel. :)