Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
196
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. if (isset($_POST['text']))
  3. {
  4. echo $_POST['text'];
  5. }
  6. ?>
  7. <form method="post">
  8. <textarea name="text"><blockquote class="twitter-tweet" data-partner="tweetdeck"><p lang="und" dir="ltr"><a href="https://twitter.com/din2d2">@din2d2</a> <a href="https://t.co/nroblKHsMT">pic.twitter.com/nroblKHsMT</a></p>&mdash; ad (@adnz_) <a href="https://twitter.com/adnz_/status/849350866356379648">April 4, 2017</a></blockquote>
  9. <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></textarea>
  10. <button type="submit">Send</button>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement