Code: Select all
<?php
implode("", (file($this->template)));
?>if I wanted to have a php statement in that file like <?php include "this.html"; ?> how could make it parse it before echoing it?
Moderator: General Moderators
Code: Select all
<?php
implode("", (file($this->template)));
?>