I am working on a site management system (like a CMS, but better ;-)), and i am including a tag {{toc}} for automatic creation of a table of contents. i took this code from WackoWiki, and i would like to alter it to be callable from my main script:
<?php
//toc.php
$page = ""; $ppage=""...