php hello world

php hello world


    <?php
    $message = "Hello, World!";
    echo $message;
    ?>