Parent Directory | Revision Log
1 | jonen | 1.1 | <?php |
2 | |||
3 | $doc_root = $DOCUMENT_ROOT; | ||
4 | |||
5 | $phphtmllib = $doc_root . "/phphtmllib"; | ||
6 | include_once($phphtmllib . "/includes.php"); | ||
7 | |||
8 | $babw_classes = $doc_root . "/babw_classes"; | ||
9 | include_once($babw_classes . "/includes.php"); | ||
10 | |||
11 | $thehtml=join("", file("demo.html")); | ||
12 | |||
13 | $ctags=new phpHTMLparse(); | ||
14 | $ctagshtml=$ctags->parse($thehtml); | ||
15 | xmp_var_dump( $ctagshtml ); | ||
16 | |||
17 | ?> |
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |