i php.ini finns det ju på ett ställe:
asp_tags = On ; allow ASP-style <% %> tags
Men jag får det inte att funka ändå, om det ska gå var ska asp-taggarna skrivas?
eller innebär detta endast att php ignorerar <% och %>?
Enables the use of ASP-like \<% %\> tags in addition to the usual \<?php ?\> tags. This includes the variable-value printing shorthand of \<%= $value %\>. For
more information, see [Escaping from HTML.](http://se.php.net/manual/html/language.basic-syntax.html#language.basic-syntax.phpmode)
Note: Support for ASP-style tags was added in 3.0.4.
------------------ Can you tell a 3 year old what a slow modem is?