I\'m messing around with templating and I\'ve run into a situation where I need to echo to the browser a template that contains html & php. How do I evaluate the PHP and
$contents = htmlentities($contents); echo html_entity_decode(eval($contents));