Hey,
Can anyone think of a quick regular expression that would fix the default one for php? Check out this example code:
<ul> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> </ul> [code=php]<?php this_is_php_code("<div id=\"morestuff\">stuff</div>"); echo "?>"; [/code] this_is_also_php_code("<div id=\"morestuff\">stuff</div>"); ?>