Guest User

Untitled

a guest
Oct 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * @ignore
  5. */
  6. if (!defined("IN_QDB")) {
  7. exit;
  8. }
  9.  
  10. ?>
  11. <div style="text-align: center;">
  12. <strong>Submit</strong><br />
  13. Enter in a quote and then press submit.<br /><br />
  14. If you are quoting from IRC, please include names (i.e.: <Lincoln> four score)
  15. <br /><br />
  16. <form name="submit-form" action "index.php" method="post" onSubmit="page.submit(document.forms['submit-form']['quote'].value);">
  17. <textarea class="textbox" name="quote" rows="10" cols="35"></textarea><br /><br />
  18. <input class="button1" type="submit" value="Submit" /><br />
  19. </form>
  20. </div>
Add Comment
Please, Sign In to add comment