add data to existing records in php codeigniter append mysql records mysql append content to records How to concat or append data to mysql records in php using Codeigniter Add Comment Use the following code to concat data to existing records: $this->db->where('userId',$id); $this->db->set('keywords... Read More