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