Query Strings

Hello Steve

See the section in Code Examples relating to this. The code for the title above is:


      <?php
        echo 'Hello '.htmlspecialchars($_GET["name"]);
      ?>