The forum operates in read-only mode. Please head to StackOverflow for support.
<form action="submit.php" method="post"> <textarea name="editor"> <? $page = readHTML(page.htm); echo $page; ?> </textarea> </form>
echo $page;
echo htmlentities($page);
Re: < textarea > with a < textarea >... it doesnt wo
with :
Re: < textarea > with a < textarea >... it doesnt wo