Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <p>Yay! That works! You entered:</p>
  2. <dl>
  3. <dt>Field 1</dt>
  4. <dd><?php echo $_POST['field1']; ?></dd>
  5. <dt>Stuff</dt>
  6. <dd><?php echo $_POST['stuff']; ?></dd>
  7. </dl>
  8. <p>That was easy, wasn't it?</p>
  9. <p>Go back to the <a href='index.php'>Index</a></p>
Add Comment
Please, Sign In to add comment