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

Saturday, April 20, 2013

Codecademy Sample Solution: Access by Offset with {}



<html>
  <head>
    <title>Accessing Elements</title>
  </head>
  <body>
    <p>
      <?php
        $tens = array(10, 20, 30, 40, 50);
        echo $tens{2};
      ?>
    </p>
  </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts