I was simply going through the tutorial of PHP there I found that we can write our PHP code using <script language="php"></script>
tag also, and I was trying to figure out the difference between this and <?php ?>
tag and advantages or disadvantages but didn't found anything, can anyone tell me the difference please.
Thanks in advance.