EMAIL PROTECTED]
Sent: September 22, 2006 8:02 PM
To: Beauford
Cc: PHP
Subject: Re: [PHP] Override php.ini
On Fri, September 22, 2006 11:42 am, Beauford wrote:
> Is there a way I can use <% %> instead of for the opening and
> closing tags of a php script. I thought I read this somew
On Fri, September 22, 2006 11:42 am, Beauford wrote:
> 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'
the ini directive for this is: asp_tags
and it appears you can set them in the .htaccess file on a per directory
basis.
See the user contributed notes on www.php.net/ini_set
HTH
-B
Beauford wrote:
Is there a way I can use <% %> instead of for the opening and closing
tags of a php script. I t
http://us2.php.net/ini.core
asp_tags boolean
Enables the use of ASP-like <% %> tags in addition to the usual
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
4 matches
Mail list logo