topical media & game development

talk show tell print

mashup-flickr-01-examples-ex1-6.php / php



  <html>
    <head>
      <title>Arithmetic</title>
    </head>
    <body>
      <h1>Question</h1>
      <p>
        What is the answer to the sum <code>2 + 2</code>?
      </p>
      <h2>Answer</h2>
      <?php 
        echo 2 + 2 ;
      ?>
    </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.