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

Logical_Operators

SubQuery with EXISTS and NOT EXISTS in PHP

Get Functions