topical media & game development

talk show tell print

professional-sql-12-public-files-exploit-01.php / php



  <html>
  <?php
  if (isset(_POST['submitted']))
  {
      echo '<p>Hello, ' . _POST['name'] . '</p>';
  }
  else
  {
  ?>
  <form action="<?php echo _SERVER['PHP_SELF']; ?>" method="post">
   <div>
    Enter your name: <input type="text" name="name"/>
    <input type="submit" value="Submit"/>
    <input type="hidden" name="submitted" value="true"/>
   </div>
  </form>
  <?php
  }
  ?>
  </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.