Howdy,
I just wrote up and submitted a tips and trick article for php zone (
How to Continue to Pass Elements in a Multi-part Form).
While writing it up, I had some trouble with the WYSIWYG editor and getting the syntax highlighting to work properly.
The line of html showed up fine. However, I tried to highlight the php snippet, and nothing happened. I went into the source and fixed it up so that it was all wrapped in one pre tag with class "php," but it still showed up as plain text.
I eventually decided to highlight it as Ruby (got strings and variables highlighted anyway).
Just thought I'd raise the issue, in case you weren't aware of the problem.
- Walkere