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"];
- ?>
- <p>The TorrentBits forums supports a number of <i>BB tags</i> which you can embed to modify how your posts are displayed.</p>
- <form action=formm.php method=post>
- <textarea name=test cols=60 rows=3><? print($test ? htmlspecialchars($test) : "")?></textarea>
- <textarea name=test1 cols=60 rows=3><? print($test1 ? htmlspecialchars($test) : "")?></textarea>
- <input type=submit value="Test this code!" style='height: 23px; margin-left: 5px'>
- </form>
- <?
- end_frame();
- end_main_frame();
- stdfoot();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment