Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I think we can all agree

Name: Anonymous 2009-10-07 12:15

That all programming languages are essentially the same,
They differ only in syntax and keywords.

Name: Anonymous 2009-10-07 16:08

<html>
  <head>
    <title>PHP Quality!</title>
  </head>

  <body>
    <form action="" method="POST">
      <p>
        <input type="text" name="name" />
        <input type="submit" onclick="hello();" />
      </p>

    <?php
      if (isset($_REQUEST['name']))
      {
          echo "Hello, " . $_REQUEST['name'];  /* OH FUCK, UNSANITIZED INPUT */
      }
    ?>

    </form>
  </body>
</html>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List