RE: [PHP] Override php.ini

2006-09-26 Thread Beauford
: Richard Lynch [mailto:[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

[PHP] Override php.ini

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

RE: [PHP] Override php.ini

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

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

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't