PHP - Hello World

"php is the best language in the world."

1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
    <head>
        <title>HEAD</title>
    </head>
    <body>
        <?php echo '<p>Hello World</p>'; ?>
    </body>
</html>
Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy