I wouldn't use it myself, but a buddy who is using Frontpage is complaining that it automatically changes <? To <script language....> and wanted to know how to get around this. I suggested not using FP and get a real editor. Thanks to others that replied. B -----Original Message----- From: Richard Lynch [mailto:ceo@xxxxxxxxx] Sent: September 22, 2006 8:02 PM To: Beauford Cc: PHP Subject: Re: 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 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. You can do this in .htaccess under Apache, or with ini_set (which would have to be in <?php ?> But you SHOULD NOT DO THIS Nobody else on the planet is using <% for PHP, and it's unlikely to be all that useful to you. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php