These lines are causing a syntax/parse error, and I'm not sure how to fix it. I'm pretty sure it's either the <?php and ?> tags, or the single quotes. Any ideas?
$data = '<?php
$title = "'. $name. '";
$keywords = "'. $title. ','. $developer. '";
$description = "How to install '. $title. ' for PC and Mac.";
include('templates/modheader.php');
include('templates/modfooter.php');
?>';
Thanks in advance.
'around your included filenamesHEREDOCstring.