The forum operates in read-only mode. Please head to StackOverflow for support.
Hi!Great editor btw ...I have a problem, the code is like this:
<form action="submit.php" method="post"> <textarea name="editor"> <? $page = readHTML(page.htm); echo $page; ?> </textarea> </form>
echo $page;
echo htmlentities($page);
thank you!!
Re: < textarea > with a < textarea >... it doesnt wo
with :
Re: < textarea > with a < textarea >... it doesnt wo
thank you!!