topical media & game development

talk show tell print

basic-php-05-formprocess2.php / php



  <html>
  <head>
  <title>Greetings Earthling</title>
  <style type="text/css">
  TD{color:#353535;font-family:verdana}
  TH{color:#FFFFFF;font-family:verdana;background-color:#336699}
  </style>
  </head>
  <body>
  <?php
    if (isset(_POST['Debug']) and _POST['Debug'] == "on") {
  ?>
  <pre>
  <?php
      print_r(_POST);
  ?>
  </pre>
  <?php
    }
  ?>
  
  <p align="center"><?php echo _POST['Greeting']; ?> 
  <?php echo _POST['Name']; ?></p>
  </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.