I see that it is possible to write set php code functions using custom markup.&nbsp; 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>&nbsp; 'html',<br>&nbsp; 'fulltext',<br>&nbsp;&nbsp; '/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi',<br>&nbsp; &quot;'&lt;:block&gt;'.Keep(str_replace(array('&amp;gt;', '&amp;lt;', '&amp;amp;'),<br>&nbsp; array('&gt;', '&lt;', '&amp;'), PSS('$1')))&quot;);
<br clear="all"><br>-- <br>----------------------<br>Tim Boland<br><a href="http://www.techtoolblog.com">www.techtoolblog.com</a><br>----------------------