老師為啥提交不成功
我来也
我来也 2019-05-08 19:13:50
0
1
1390

老師在不

$title = trim(input('post.title'));

$site = $this->db->table('sites' )- >where(array('names'=>'site'))->item();

if(!$site){

$this->; db->table( 'sites')->insert(array('names'=>'site','values'=>json_encode($title)));

}else{

# $value[ 'values'] = json_encode($title);

$this->db->table('sites')->where(array('names) '=>'site'))->update ($value);

}


#
我来也
我来也

全部回覆(1)
Single

你得看看報什麼錯 對症下***

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!