标签: phoenix
我有一列名为tag的列,该列存储用逗号分隔的字符串。
$pirnt
我需要从所有记录中的此文本中删除“标签”子字符串。
输出应如下所示:
$this->db->insert('table_name',data) $isSuccess = $this->db->insert_id(); if($isSuccess) { echo 'data updated with id : '.$isSuccess; }else{ echo 'failed error'; }