Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, April 26, 2013

Codecademy Sample Solution: Your First Function



<html>
<head>
<title></title>
</head>
<body>
      <p>
        <?php
        // Write your function below!
       
        function displayName(){
            echo "Anonymous";
        }
       
        displayName();
        ?>
      </p>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts