ASP-Style Tags
Posted by: jonkubis
Posted on: 2005-05-03 16:34:00
I have a whole site I built from scratch that liberally uses ASP-style tags for php, e.g. <% and %>
This option can be enabled in php.ini, I'm pretty sure, without breaking anything. However, I have looked up, and it should be possible to (in an .htaccess file):
php_flag asp_tags On
But that doesn't seem to fly on DH for some reason, can anyone help?