Code Structure Tutorial PHP

 <?php

    echo "Hello World<br>";
?>
<html>
    <head>
        <title>PHP</title>
    </head>
    <body>
        <?php
            echo "Hello Everyone";
        ?>
    </body>
</html>



Comments

Popular posts from this blog

GROUP BY Clause and HAVING Clause in PHP

Method Overriding in Traits in PHP

Mysqli database Connection and Display Table Data from Database