Code:
INSERT INTO `site_database`.`vb_itrader` (`rateid`, `userid`, `rateduserid`, `rating`, `buyselltrade`, `subject`, `dealurl`, `dateline`, `ipaddress`) VALUES ('7', '23', '1', '1', '2', 'Great Trader, Can''t wait to work with again!', '', '0', '');
I wants to insert this into the mysql of iTrader. The point of the site will be to keep your TR from another forum. This puts in the feedback needed for 1 TR. I need the first value (here is a 7) to repeat various amounts of time. If someone comes with the TR of 158 I want to be able to run this 158 times and not change the rateid manually. If anyone could help I would greatly appreciate it! Thanks