RE: [PHP] Override php.ini

2006-09-26 Thread Beauford
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

Re: [PHP] Override php.ini

2006-09-22 Thread Richard Lynch
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'

Re: [PHP] Override php.ini

2006-09-22 Thread Brad Bonkoski
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

RE: [PHP] Override php.ini

2006-09-22 Thread Martin Bach Nielsen
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