I see that it is possible to write set php code functions using custom markup. Is it possible to write a custom markup tag that will let me write any inline php code similar to the HTML markup stuff I have seen?<br>Something like this but for php tags.
<br><br>Markup(<br> 'html',<br> 'fulltext',<br> '/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi',<br> "'<:block>'.Keep(str_replace(array('&gt;', '&lt;', '&amp;'),<br> array('>', '<', '&'), PSS('$1')))");
<br clear="all"><br>-- <br>----------------------<br>Tim Boland<br><a href="http://www.techtoolblog.com">www.techtoolblog.com</a><br>----------------------