I'm looking for a open source PHP script to colorize the code inside
<code></code>
or
[code][/code] tags.
Thanks
|
feedback
|
|
You could also try a clientside/javascript highlighter:
(This is the one used on stackoverflow.com/ and code.google.com/) | ||||
|
feedback
|
|
Assuming you want something other than the built-in syntax highlighter, GeSHi looks like it might fit your requirements:
| |||||||
feedback
|
|
PHP has some built in functions for this purpose. Check if highlight_string or highlight_file will work for you | |||
|
feedback
|
<code></code>contain? – Bob Fanger Jun 7 '10 at 15:39