When adding stuff to the database i use
INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
however if the item already exists it causes an error and then stops.
Is it possible to do it where if it exists it just skips it and continues?