php ini asp_tags

This is allow ASP - style <% %> tags.PHP supports ASP-style script delimiters, which look like this:

asp_tags = Off

asp_tags example :

<%
echo "Some PHP statement";
%>

If you're coming from an ASP background and prefer to continue using this delimiter syntax, you can do so by enabling this tag.





Content