공부

php short_open_tag

보라색코르테즈 2016. 4. 19. 19:11

<?php echo>

가 싫으면 php.ini 에서 

short_open_tag=off -> on

기러면 <? echo>도 먹는다

728x90