Hi there!
Is there a syntax hightlighter for PHP, like mc has for common languages like perl, C, or HTML?
i know that zend included in their last IDE such a feature, but they are not selling it separately...
thank you
I havent checked this out myself but there is a code thingie at www.zend.com's code section that is called "Source code view with syntac higlight"
URL: http://www.zend.com/codex.php?id=432&single=1
it might be what your looking for...
you also got some editors that highlight the code.. the one i use is UltraEdit.. You need to download an extra file for PHP highlighting (and the highlighting isnt whery good)...
A editor with better highlighting is PHPed you can find that at http://soysal.com/PHPEd/ but i dont like that one as much as UltraEdit...
Andreas
Depends on whether you code on a Win box or a Lin box. I have yet to find one on a Lin box, but I found PHPed for Win which is great. http://www.soysal.com/PHPEd
Try reading the manual.
http://www.php.net/manual/en/function.highlight-file.php
Hi :-)
I'm not sure if this is what you're looking for (and it's a bit of a shameless plug :o).
I'm the author of <a href="http://www.ecs.soton.ac.uk/~moj199/">PHPSyn</a> - it can take in Ultraedit highlighting files and produce highlighted HTML. It can currently do C, C++, Java, PHP, etc (not HTML yet, but that's in the pipeline :-).
Hope that helps, Mike