The title says it all, php code interpolation in plain test does not work. ``` php %p You've pressed #{$_POST['run']} times on the submit button. ``` should result in ``` php You've pressed times on the submit button. ```