SH4TinyMCE Demo

You can see below the SH4TinyMCE plugin in action. HTML demo code with PHP script is included. You can test your own code to colorize and see the result by clicking on "Submit".

Result

<p class="some-class">
    Here is a demo code with a php script below.
</p>
<?php
function foo($bar = null) {
    if ($bar)
        echo "<p>" . $bar . "</p>";
}
?>