<?php include_once("highlighter.php"); $obj = new highlighter(); $fileContent = trim(file_get_contents("highlighter.php", true)); $fileContent = htmlentities($fileContent); echo $obj->applycolor($fileContent); ?>
info at phpclasses dot org