How many types of Tags are available in php?

Standard Tags <?php
… code
?>

Short Tags <?
… code
?>

<?= $variable ?>

Script Tags <script language=“php”>
… code
</script>

ASP Tags <%
… code
%>

Short tags, script tags and ASP tags are all considered deprecated and their use is strongly discouraged.

Share

Leave a Reply

Your email address will not be published. Required fields are marked *