Open derDoc opened 11 years ago
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>
The title says it all, php code interpolation in plain test does not work.
should result in