我在这里使用 TinyMCE 是我的代码:-
tinyMCE.init({
// General options
mode : "textareas",
theme : "advanced"
});
这是我的html代码:-
<textarea name="terms" id="elm1" rows="15" cols="30" width="100%" ></textarea>
问题是当我做这样的事情时我没有得到这个文本区域的帖子值: -
print_r($_POST['terms']);