// [snip] instantiate a Text_Wiki object ($wiki). // now disable the HTML, embed, and include rules. $wiki->disableRule(‘html’); $wiki->disableRule(’embed’); $wiki->disableRule(‘include’); // turn the ‘html’ rule back on $wiki->enableRule(‘html’); ?>
Read More →