I wonderd if theres a way you can do this ive seen it on some other php scripting where you do a variable like below
<?php //variable as {name} $name = "Jake"; ?>
and you can show it by typing {name} or something like that if you include the file with php?