Thursday, April 24, 2014

Introduction to PHP - 10/13 - codeacademy.com

Instructions: Go ahead and add a comment to our PHP code. It can say whatever you like!



<!DOCTYPE html>
<html>
<head>
<title>Oh No!</title>
</head>
<body>
        <p><?php
            echo "Oh, the humanity!";
            // This is a comment. :)
          ?></p>
    </body>
</html>

No comments:

Post a Comment