Selasa, 30 September 2014

Menampilkan Hello word

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>latihan</title>
    </head>
    <body>       
        <?php
        echo 'HELLO WORD';
        ?>
    </body>
</html>