empty($post['bihua']) && $post['bihua'] = $post['jianbihua']; // // $data = array( // 'hanzi'=>$hanzi, // 'pinyin'=>$post['pinyin'], // 'bihua'=>$post['bihua'], // 'jianbihua'=>$post['jianbihua'], // 'bushou'=>$post['bushou'], // 'wuxing'=>$post['wuxing'], // 'fanti'=>$post['fanti'], // ); // // $id = $this->qm_kangxi->create($data); // if($id){ // exit('发布成功'); // }else{ // exit('写入数据表失败'); // } // } //姓名首字母处理 // public function initial(){ // $arr = $this->qm_bjx->find_fetch(array('initial'=>''), array('id'=>1)); // foreach ($arr as $v){ // $py = pinyin::getpinyin($v['xing'], ''); // if(!$py){ // continue; // } // // $py_first = substr($py , 0 , 1); // $v['initial'] = strtoupper($py_first); // if(empty($v['pinyin'])){ // $v['pinyin'] = $py; // } // $this->qm_bjx->update($v); // } // exit('OK'); // } } Lecms 3.0.3 错误

错误信息

错误位置

基本信息

程序流程

SQL

$_GET

$_POST

$_COOKIE

包含文件

其他信息