RunarM
Finally back
...
Last edited:
INSERT INTO `z_shop_offer`(`id`,`points`,`itemid1` ,`count1` ,`itemid2` ,`count2` ,`offer_type` ,`offer_description` ,`offer_name`)
VALUES (NULL , 'COST IN POINTS', 'ITEMID', 'COUNT', '0', '0', 'OFFER_TYPE (item if item)', 'DESCRIPTION', 'DESCRIPTION AGAIN'
);
PHP:INSERT INTO `z_shop_offer`(`id`,`points`,`itemid1` ,`count1` ,`itemid2` ,`count2` ,`offer_type` ,`offer_description` ,`offer_name`) VALUES (NULL , 'COST IN POINTS', 'ITEMID', 'COUNT', '0', '0', 'OFFER_TYPE (item if item)', 'DESCRIPTION', 'DESCRIPTION AGAIN' );