recently, a php5 server had pear installed (its the only thing im aware
of changing on it) and now opening php statements as so
<?
?>
doesn't work correctly and inlines such as
<?=?>
do not work correctly either. Everything has to be done as
<?php
?>
Is anyone familiar with this problem?
of changing on it) and now opening php statements as so
<?
?>
doesn't work correctly and inlines such as
<?=?>
do not work correctly either. Everything has to be done as
<?php
?>
Is anyone familiar with this problem?
Comment