Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $query = 'INSERT INTO product ( '.
  2. 'product_ean,'.
  3. 'product_quantity,'.
  4. 'product_price,'.
  5. 'product_date_added,'.
  6. 'product_weigth,'.
  7. 'product_status,'.
  8. 'product_manufactures_id'.
  9. 'product_fsk'.
  10. 'product_name'.
  11. 'product_description'.'
  12. VALUES (?,?,?,?,?,?,?,?,?,?))';
  13. $this->db->query($sql, array(12345, 20, 100,10,1,0815,18,'megadildo 500','Für den kleinen cock zwischendurch...'));
Add Comment
Please, Sign In to add comment