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

Friday, April 26, 2013

Codecademy Sample Solution: Practice Makes Perfect



<html>
<head>
<title></title>
</head>
<body>
      <p>
        <?php
            function aboutMe($name, $age){
                echo "Hello! My name is $name, and I am $age years old.";
            }
           
            aboutMe("Anonymous",100);
        ?>
      </p>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts