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 .