发新话题
打印

linux8.0里自己带的php,不识别<? ?>只识别<?php ?>怎

linux8.0里自己带的php,不识别<? ?>只识别<?php ?>怎

linux8.0里自己带的php,不识别<? ?>只识别<?php ?>怎么解决?
怎么才能让它识别〈? ?〉      

TOP

期待答案!!!!!!      

TOP

修改php.ini中
short_open_tag = Off

short_open_tag = On      

TOP

发新话题