Home  >  Article  >  Backend Development  >  The name posted by ueditor's custom form

The name posted by ueditor's custom form

WBOY
WBOYOriginal
2016-07-29 09:03:011357browse
自己加入name即可
<span><</span><span>script </span><span>id=</span><span>"editor" </span><span><span>name=</span><span>"aaaaa"</span></span><span>type=</span><span>"text/plain" </span><span>style=</span><span>"width:1024px;height:500px;"</span><span>></</span><span>script</span><span>></span>
接收的地方
<pre class="brush:php;toolbar:false"><span>$_POST</span><span>[</span><span>'aaaaa'</span><span>];</span>

The above introduces the name posted by the ueditor custom form, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn