phphaml icon indicating copy to clipboard operation
phphaml copied to clipboard

Variable interpolation

Open derDoc opened this issue 13 years ago • 0 comments

The title says it all, php code interpolation in plain test does not work.

%p You've pressed #{$_POST['run']} times on the submit button.

should result in

<p>You've pressed <?php echo $_POST['run'];?> times on the submit button.</p>

derDoc avatar Feb 08 '13 20:02 derDoc