Forum Moderators: coopster
<?php
$file = 'templates/journals/layout.tpl';
$body = fopen($file, 'a') or die("can't open file");
?>
<textarea style="width: 800px; height: 600px"><?php $body;?></textarea>
This doenst work. Using echo doesnt work either. Does anyone know how to do this?