- "Marcin 'Rambo' Roguski" wrote:
> > Anyway the real question is: Is there a way to have short tags
> turned
> > on for one web site and turned off for another?
>
> Yes, either by
>
php_admin_flag short_open_tags on
in vhost. Or in a of that vhost,
should it be only valid for a certai
> Anyway the real question is: Is there a way to have short tags turned
> on for one web site and turned off for another?
Yes, either by
php_flag short_open_tags on
in .htaccess or separate php.ini for vhost.
-
The official Us
Not sure this is really the place for this question. but I am hoping that
someone might have an answer nonetheless.
I use php5 (Apache2, php5, Ubuntu) and a product called phpAlbum, which up
until now has worked great. Recently one of my customers required that I
turn off SHORT_TAGS in php, w