Is it possible to show <?php
and ?>
tags in BBCode? I know about the [code]
and [php]
tags, but these still strip out any code blocks that contain things like:
<?php echo "myvalue" ?>
Thanks for any ideas.
Is it possible to show <?php
and ?>
tags in BBCode? I know about the [code]
and [php]
tags, but these still strip out any code blocks that contain things like:
<?php echo "myvalue" ?>
Thanks for any ideas.
Here ( http://www.phpbb.com/community/faq.php?mode=bbcode#f2r1 ) is saying that you must use something like this [code=php][/code] Try this maybe will work :)
Oh and also you cand use markItUp! editor in your projects ( http://markitup.jaysalvat.com/home/ ) in this editor [code]< ? php echo "myvalue" ?>[/code] is working