1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<html> <head> <title>Pastebin</title> </head> <body> <p>Paste Stuff Here!</p> <form name="submit_paste" action="submit.php" method="post"> <textarea cols="100" rows="30" name="paste"></textarea><br /> <input type="submit" value="Submit" /> </form> </p> </body> </html>