Pretty sure. But I got the include to work like so...
- PHP: Select all
$Text = '<?php include("template/template.php"); ?>';
I think what I may need to solve this is to be able to call a variable instead of an include. Something like...
- PHP: Select all
$Text ='$inputText';
I'm writing to the file and I need to be able to change the $Text variable. Maybe dynamically?