问题
hi i saw there are four types of tags using in php .
<?php
?>
and
<?
?>
and
<script language=“php”>
</script>
and
<%
%>
and only the first one is using and others are deprecated .
i want to know the major advantages and disadvantages of each . and want to know why the 2 ,3 ,4 ones are deprecated .
回答1:
- Normal php tags
- XML tags
- HTML tags
- ASP tags
I think the disadvantage of deprecated tags is that they are common in other languages too, not only php.
回答2:
They are going to be deprecated in php6
Because these php short tags are not supported on all servers
来源:https://stackoverflow.com/questions/6909303/major-advantages-and-disadvantages-in-using-php-script-language-ph