The syntactic keyword coloring php script is done, and works very well (if I do say so myself

The only thing that is not working to my knowledge is coloring #include strings:
#include <stdio.h>
In that example the stdio.h is not colored like a string.
If we can figure out a way to pass parameters via the [ code ] tags, then I will allow additional formatting options, like line numbers, and how many spaces a tab should be translated into (I'm currently using 4, which is what eVC uses). I can perhaps add support for additional languages besides C / C++, which could also be specified as a parameter in the code tag.
Dan East