Hey peaps! On my site im making an article on HTML. Basically tutorials etc. I've deisgned a HTML editor using frames. A left frame and right fame. The left fame is with the form with action="rightframe" target="mainframe" and the right frame has: <?php echo $_POST["htmlbox"]; ?>.
what I want to do is put intial values in the textarea. I want to put <html> and <body> in the textarea, but when i try and view the page it doent display the tags! why? ive seen other sites achieve this but im not quite sure how they did it! maybe php could sort this problem out?! Thx.
www.evostation.com/tryit/html_basic.php to have a look.