Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- require "include/bittorrent.php";
- dbconn();
- stdhead("Tags");
- begin_main_frame();
- begin_frame("Tags");
- $test = $_POST["test"];
- $test1 = $_POST["test1"];
- <?php
- $content="<p><hr>";
- if ($test != "")
- $content .= format_comment($test);
- if ($test1 != "")
- $content .= format_comment($test1);
- $content=$content. "<hr></p><br />";
- ?>
- <textarea id="test" name="test"><?php echo $content; ?></textarea>
- end_frame();
- end_main_frame();
- stdfoot();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment