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

Ajax Insert Records in Database Tutorial in PHP

Displaying Database data using Class, Object, Constructor, Destructor in PHP MySql

SubQuery with EXISTS and NOT EXISTS in PHP