las7h0p3

temp.php

May 26th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?
  2. require "include/bittorrent.php";
  3. dbconn();
  4.  
  5.  
  6. stdhead("Tags");
  7. begin_main_frame();
  8. begin_frame("Tags");
  9. $test = $_POST["test"];
  10. $test1 = $_POST["test1"];
  11.  
  12.  
  13. ?>
  14. <p>The TorrentBits forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.</p>
  15.  
  16. <form action=formm.php method=post>
  17.  
  18. <textarea name=test cols=60 rows=3><? print($test ? htmlspecialchars($test) : "")?></textarea>
  19.  
  20. <textarea name=test1 cols=60 rows=3><? print($test1 ? htmlspecialchars($test) : "")?></textarea>
  21. <input type=submit value="Test this code!" style='height: 23px; margin-left: 5px'>
  22. </form>
  23. <?
  24.  
  25.  
  26.  
  27.  
  28. end_frame();
  29. end_main_frame();
  30. stdfoot();
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment