Q: How can I use something like ‘echo’ in PHP to output string to response instead of ‘<%=…%>’?

A: Use concat. <% concat “foo” %> will do the same as <%=”foo”%>