Why The Select Option Didn't Showing Number?
问题 i have some problems. Where my stock produk size is "100-199" The Select Option just showing this : If in my product have stock is 1-99 and 200-999 i didn't get this error. The select option is fine and showing a number. In my case stok s and stok m the select option showing the number. This my db : This is my Controller : $data['stock'] = $this->Product_model->get_product_all($id); This is my Models : public function get_product_all($id){ $this->db->select('products_shirt.*'); $this->db-