1,增加會(huì)員字段
2,修改會(huì)員字段,在輸入表單替換html代碼位置修改如下
<input type="hidden" id="jianjie" name="jianjie" value="<?=$ecmsfirstpost==1?"":stripSlashes($addr[jianjie])?>" style="display:none" /><input type="hidden" id="jianjie___Config" value="" style="display:none" /><iframe id="jianjie___Frame" src="/e/data/ecmseditor/infoeditor/editor/fckeditor.html?InstanceName=jianjie&classid=1&filepass=1&Toolbar=Basic" frameborder="0" scrolling="no"></iframe>
3,前臺(tái)輸出時(shí)候用函數(shù)轉(zhuǎn)換下
<?=html_entity_decode($addur[jianjie])?>