please look this promotion.more information,look here CPU:Intel Xeon E3-1230V2 3.30GH RAM:4GB HardDisk:500GB SATA Bandwidth:100Mbps/10TB IPs:5 Country:United […] Original post by invalid@example.com (Edison Thomas)

Hey is this bad coding? PHP Code: public function update_artwork()         {             $data = array(                $_POST[’field’] => $_POST[$_POST[’field’]]             );             $this->db->where(‘id’, $_POST[’product_id’]);                         $this->db->update(‘products_list’, $data);             redirect(‘product’);         }  Original post by English Breakfast Tea