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

Saturday, April 20, 2013

Codecademy Sample Solution: Creating Your First Array



<html>
  <head>
    <title>My First Array</title>
  </head>
  <body>
    <p>
      <?php
        $friends = array("Bosh", "Lebron", "Wade");
      ?>
    </p>
  </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts