使用如下语句测试一下电脑上配置的php5.2支持的tags,<?php
echo "<P>This is a test using the first tag type.</P>";
?><?
echo "<P>This is a test using the second tag type.</P>";
?><script language="php">
echo "<P>This is a test using the third tag type.</P>";
</script>发现服务器没有解析
<?
echo "<P>This is a test using the second tag type.</P>";
?>
所以我想问,是不是php5.2不支持<?了?还是需要进一步配置呢?如何配置呢?
谢谢各位!