http://us2.php.net/ini.core

asp_tags  boolean

    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.

        Note: Support for ASP-style tags was added in 3.0.4.

I don't know if you can use a php.ini override command to do this, but it's
worth a try :)

// Martin

-----Original Message-----
From: Beauford [mailto:[EMAIL PROTECTED] 
Sent: 22. september 2006 18:42
To: PHP
Subject: [PHP] Override php.ini

Is there a way I can use <% %> instead of <? ?> for the opening and closing
tags of a php script. I thought I read this somewhere but can't find
anything on it now.

Is there something that I could do with override php.ini command? I don't
have access to the php.ini file on this server.

Thanks

B

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to