peter-morris_60c0368bf30a6
peter-morris_60c0368bf30a6
About
- Username
- peter-morris_60c0368bf30a6
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Im not sure this code works : $id = $this->db->query($id_label)->result(); It still in array form. Alternative: $id_label = "select id_label from t_label where label =".$user."; $id = $this->db->query($id_label); …