las7h0p3

Untitled

May 26th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?
  2. require "include/bittorrent.php";
  3. dbconn();
  4.  
  5.  
  6.  
  7.  
  8. stdhead("Tags");
  9. begin_main_frame();
  10. begin_frame("Tags");
  11. $test = $_POST["test"];
  12. $test1 = $_POST["test1"];
  13.  
  14.  
  15.  
  16.  
  17. <?php
  18. $content="<p><hr>";
  19.  
  20. if ($test != "")
  21. $content .= format_comment($test);
  22. if ($test1 != "")
  23. $content .= format_comment($test1);
  24.  
  25. $content=$content. "<hr></p><br />";
  26. ?>
  27.  
  28. <textarea id="test" name="test"><?php echo $content; ?></textarea>
  29.  
  30.  
  31.  
  32.  
  33. end_frame();
  34. end_main_frame();
  35. stdfoot();
  36. ?>
Advertisement
Add Comment
Please, Sign In to add comment