検索

ホームページ  >  に質問  >  本文

教師の提出物が失敗したのはなぜですか?

老师在不

$title =rim(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) '=>'サイト'))->update($value);

}


我来也我来也2089日前1434

全員に返信(1)返信します

  • Single

    Single2019-05-09 16:56:26

    どのようなエラーが報告されているかを確認し、それを処理する必要があります***

    返事
    0
  • キャンセル返事