Adding More Items

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adding More Items

    hello there..i just wanna to add some items from but it says.....file is existing in line one..even there is no file over exist


    hahay

    Code:
    -- Dumping data for table `ibwf_shop`
    --
    
    INSERT INTO `ibwf_shop` (`itemid`, `itemname`, `itmeprice`, `itemshopid`, `avail`) VALUES
    (1, 'Bunch of Flowers', 15, 2, 189),
    (2, 'Teddy Bear', 35, 2, 56),
    (3, 'Rubics Cube', 29, 2, 131),
    (12, 'Promise Ring', 9, 2, 250),
    (15, 'Waterbed', 85, 2, 12),
    (16, 'Punching Bag', 69, 2, 69),
    (17, 'Love Songs - CD', 50, 2, 52),
    (18, 'Drinking Beer Helmet', 40, 2, 6),
    (10, 'McLaren Mercedes SLR', 480, 3, 52),
    (9, 'Lamborghini Murchielago', 550, 3, 40),
    (8, 'Jaguar XJ220', 459, 3, 39),
    (19, 'Ice cold beer', 40, 2, 155),
    (7, 'McLaren F1', 790, 3, 33),
    (6, 'Bugatti', 567, 3, 47),
    (11, 'pellet gun', 250, 2, 47),
    (5, 'Porsche Carrera', 485, 3, 44),
    (14, 'love u card', 10, 2, 147),
    (13, 'play dildo', 200, 2, 47),
    (4, 'Ferrari Enzo', 670, 3, 42),
    (31, 'T.N.T', 69, 2, 279);
Working...
X