Link to home
Start Free TrialLog in
Avatar of Audiominds
AudiomindsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

I am always getting this weird mysql problem !

Hello i have this mysql query to update a table in my database so when i add a field the query didn't work however i am sure that  i wrote correctly this field ! and there aren't any problem even when working with it offline using easyphp where it have same database of my online website the filed is CONDITION when i remove this part condition='$condition' the code work good !
mysql_query( " UPDATE products SET title='$title' , section='$section' , subcat='$subcat' , availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , condition='$condition' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , condition='$condition' WHERE id='$id' " );
 
 
 
datbabase
 
 
-- phpMyAdmin SQL Dump
-- version 2.11.9.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Oct 27, 2008 at 07:07 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.6
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
 
--
-- Database: `alain_audiominds`
--
 
-- --------------------------------------------------------
 
--
-- Table structure for table `products`
--
 
CREATE TABLE IF NOT EXISTS `products` (
  `id` int(11) NOT NULL auto_increment,
  `section` enum('keyboards','clinics','studios','cds','oriental','misc','livemusic','dvd') NOT NULL default 'keyboards',
  `subcat` int(11) NOT NULL default '0',
  `availability` enum('usa','global','both') NOT NULL default 'both',
  `title` varchar(255) NOT NULL default '',
  `overview` text NOT NULL,
  `manu` varchar(255) NOT NULL default '',
  `picture` varchar(255) NOT NULL default '',
  `thumb` varchar(255) NOT NULL default '',
  `bigpic` varchar(255) NOT NULL default '',
  `shownews` enum('yes','no') NOT NULL default 'yes',
  `orderpos` enum('top','bottom','no') NOT NULL default 'top',
  `is_bestseller` enum('yes','no') NOT NULL default 'no',
  `priority` int(11) NOT NULL default '0',
  `visible` enum('yes','no') NOT NULL default 'yes',
  `condition` enum('used','new') NOT NULL default 'new',
  `hotoffer` enum('true','false') NOT NULL default 'false',
  `price` varchar(10) NOT NULL default '',
  `discountprice` varchar(10) NOT NULL default '',
  `usaprice` varchar(10) NOT NULL default '',
  `usadiscountprice` varchar(10) NOT NULL default '',
  `brand` varchar(255) NOT NULL default '',
  `stock` enum('true','false') NOT NULL default 'true',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=532 ;
 
--
-- Dumping data for table `products`
--
 
INSERT INTO `products` (`id`, `section`, `subcat`, `availability`, `title`, `overview`, `manu`, `picture`, `thumb`, `bigpic`, `shownews`, `orderpos`, `is_bestseller`, `priority`, `visible`, `condition`, `hotoffer`, `price`, `discountprice`, `usaprice`, `usadiscountprice`, `brand`, `stock`) VALUES
(20, '', 0, 'both', 'Steinberg cubase SL', '', '', '771370845-1656077127.jpeg', '956653635-1565810733.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(16, '', 0, 'both', 'Steinberg cubase SL', '', '', '1054790223-1775195776.jpeg', '809252563-2118792877.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(17, '', 0, 'both', 'Steinberg cubase SL', '', '', '1680539030-1731244188.jpeg', '1925987194-1552079233.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(23, '', 0, 'both', 'Steinberg cubase SL', '', '', '1017673629-1885431343.jpeg', '888937226-253628529.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(25, '', 0, 'both', 'Steinberg cubase SL', '', '', '1446100944-381218848.jpeg', '86860504-166094986.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(24, 'clinics', 29, 'both', 'Nuendo 3', 'The best  crash course  covers all nuendo technical skills & operations ', '', '2012619888-132848543.gif', '513019777-982504299.gif', '', '', '', 'yes', 0, 'no', '', 'false', '427', '299', '427', '299', 'Steinberg', 'true'),
(26, '', 0, 'both', 'Steinberg cubase SL', '', '', '1706883294-2036311832.jpeg', '1697674458-1102024138.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(27, '', 0, 'both', 'Steinberg cubase SL', '', '', '1371118885-503322543.jpeg', '416520236-1871719094.jpeg', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(28, 'clinics', 29, 'both', 'Cubase SL', 'The best crash course  covers cubase sl3 technical and skills operations ', '', '545050057-1423027940.gif', '339076287-817000506.gif', '', '', '', 'yes', 0, 'no', '', 'false', '427', '299', '427', '299', 'Steinberg', 'true'),
(36, 'keyboards', 65, 'both', 'Roland EXR-40OR', '64 polyphony oriental arranger keyboard.  ', '', '1149481217-1197029063.gif', '1628936998-1817683986.gif', 'big-725138682.jpg', '', '', 'yes', 2, 'no', '', 'false', '1141', '499$', '1141', '799$', 'Roland', 'true'),
(489, 'keyboards', 89, '', 'Behringer  FCV100', 'Expression pedal controls two keyboards simultaneously ', '', '798092671-1353708202.jpg', '2027020184-548646931.jpg', 'big-250228434.jpg', '', '', 'yes', 0, 'yes', '', 'true', '99', '55', '99', '29', 'Behringer', 'true'),
(34, 'clinics', 30, 'both', 'Protools LE', 'The best crash course that covers all the protools le operations skills', '', '1129803611-1609590006.gif', '1957453051-1567690055.gif', '', '', '', 'yes', 0, 'no', '', 'false', '427', '299', '427', '299', 'Digidesign', 'true'),
(37, 'keyboards', 2, 'both', 'Roland G-70', 'The new flagship 76 keys is now in town -SAVE NOW! 899$ ', '', '1911055174-1649454762.gif', '1057460513-1330152882.gif', 'big-317564247.jpg', '', '', 'no', 4, 'yes', '', 'false', '3500', '2750', '2999', '2399', 'Roland', 'true'),
(38, 'keyboards', 7, 'both', 'PLUS flash card', 'Vega expansion flash ram loaded with good oriental sounds. ', '', '1778254602-1575020493.gif', '1658562020-498007482.gif', '', '', '', 'no', 10, 'yes', '', 'false', '356', '299', '356', '299', 'Ketron', 'true'),
(39, 'keyboards', 6, 'both', 'Roland SPDS oriental pad', 'The first oriental percusion pads in the market. ', '', '2140659874-1286677462.jpg', '204529636-1856237402.gif', 'big-1908123341.jpg', '', '', 'yes', 4, 'yes', '', 'true', '999', '550', '999', '550', 'Roland', 'true'),
(135, 'studios', 14, 'both', 'AD1 Computer', 'The best <strong>AD1</strong> DAW computers certified for home music production<br />', '', '927065429-953456590.jpg', '1153524076-1728792092.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '1999', '1499', '1999', '1599', 'Audiominds', 'true'),
(41, 'keyboards', 90, 'both', 'YAMAHA PSR-A1000', 'The best affordable gulfian and oriental arranger -demo units left ', '', '244354107-1242087496.gif', '1644948191-311566639.gif', 'big-628239831.jpg', '', '', 'yes', 5, 'yes', 'used', 'false', '1500', '699', '1500', '699', 'Yamaha', 'true'),
(42, 'cds', 18, 'both', 'Darbuka Wizoo (VSTi)', 'The only pure oriental percussion grooves module vsti from wizoo ', '', '1027062061-1885661019.gif', '1852557400-2049699602.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '271', '190', '271', '190', 'Wizoo', 'true'),
(43, 'keyboards', 7, 'both', 'EXB16 (PA1X exb board)', '16Mb expansion board for PA1X loaded with good sounds/styles ', '', '1201017125-500641779.gif', '483851988-451554688.gif', '', '', '', 'no', 11, 'yes', '', 'false', '713', '499', '713', '499', 'Korg', 'true'),
(45, 'studios', 15, 'both', 'Mpowered Protools', 'Protools M-powered compatible with most M-audio audiocards', '', '1154010558-1088416250.gif', '356757184-211530050.gif', '', '', '', 'yes', 11, 'yes', '', 'false', '500', '350', '500', '350', 'M-audio', 'true'),
(46, 'studios', 0, 'both', 'EUPHONIX system 5MC', '', '', '931792150-1597356077.gif', '668848243-1279399001.gif', '', 'yes', 'top', 'no', 12, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(136, 'studios', 20, 'both', 'PRO HA8000', '8-Channel High-Power Headphones Distribution Amplifier', '', '1285881005-521499576.gif', '1667890860-952893161.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '427', '299', 'Behringer', 'true'),
(48, 'studios', 12, 'both', 'BCF2000', 'The best affordable motorized controller mixer in the market. ', '', '412699256-389717990.gif', '813437609-424448440.gif', '', '', '', 'no', 9, 'yes', '', 'false', '427', '299', '427', '299', 'Behringer', 'true'),
(161, 'oriental', 26, 'both', 'Bozok', 'A new pro bozok with good sonority and finishing ', '', '1275349008-1766125266.gif', '1731987214-1306909235.gif', '', '', '', 'no', 0, 'yes', '', 'false', '321', '225', '321', '225', '', 'true'),
(160, 'oriental', 25, 'both', 'Kanoon pro level', 'PRO QUALITY KANOON Zein wood and magono finishing ', '', '1607361648-758187143.gif', '1772126643-1883256734.gif', '', '', '', 'no', 0, 'yes', '', 'true', '850', '595', '850', '595', 'Audiominds', 'true'),
(162, 'oriental', 27, 'both', 'Ney series', '\r\nThe best wood nay series ', '', '1063322411-1831098026.gif', '977059134-1716490856.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '79', '55', '79', '55', 'Audiominds', 'true'),
(154, 'studios', 10, 'both', 'Track master', 'A high quality mic pre, intuitive compression', '', '623132408-103420204.gif', '1384275753-151607405.gif', '', '', '', 'no', 0, 'yes', '', 'false', '713', '499', '713', '499', 'Focusrite', 'true'),
(63, 'keyboards', 64, 'both', 'YAMAHA PSR-A300', 'The first learning oriental keyboard gets beginners to a next level. ', '', '579206299-1246630750.gif', '845639618-1116614896.gif', 'big-1727774281.jpg', '', '', 'no', 6, 'yes', '', 'false', '570', '399', '570', '399', 'Yamaha', 'true'),
(57, 'cds', 19, 'both', 'Percusion oriental library', '<p>Best oriental percussion sampled at Audiominds studios.</p>', '', '1639429411-1120970194.gif', '1886155532-1162219076.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '284', '199', '284', '199', 'Audiominds', 'true'),
(59, 'keyboards', 64, 'both', 'Gem PK5', 'Get the best gem oriental sounds in a budget keyboard ', '', '1668644116-1037162924.gif', '1610680576-390843945.gif', 'big-1892521379.jpg', '', '', 'yes', 7, 'yes', '', 'false', '570', '429', '570', '429', 'Gem', 'true'),
(60, 'keyboards', 0, 'both', 'WK1', '32 Polyphony oriental arranger keyboard. ', '', '1716232419-8557540.gif', '1051315450-674819877.gif', '', '', '', 'no', 8, 'yes', '', 'false', '856', '599', '856', '599', 'Gem', 'true'),
(61, 'keyboards', 65, 'both', 'Gem WK2000', 'The affordable oriental arranger keyboard-<strong><font color="#ff0000">USA crasy offer!</font></strong> ', '', '794372721-646778648.gif', '818453508-1984569739.gif', 'big-478661754.jpg', '', '', 'yes', 9, 'yes', '', 'false', '1427', '550', '1427', '550', 'Gem', 'true'),
(275, 'keyboards', 2, '', 'Gem Genesys pro', 'Professional arranger/audio workstation from GEM transforms your musical dreams into reality ', '', '1545993326-1478880851.gif', '580091285-1559107434.gif', 'big-1083138321.jpg', '', '', 'no', 7, 'yes', '', 'true', '4999', '2999', '4999', '2999', 'Gem', 'true'),
(100, 'studios', 9, 'both', 'BX5a', '70 Watt Bi-Amplified Studio Reference Monitors ', '', '2064803249-833628631.gif', '374078323-860442640.gif', '', '', '', 'no', 0, 'yes', '', 'false', '714', '500', '500', '299', 'M-audio', 'true'),
(71, 'misc', 0, 'both', 'Why Audiominds!', '', '', '1114094365-826023989.gif', '1637026937-1664024015.gif', '', 'yes', 'no', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(72, 'keyboards', 4, 'both', 'Korg Triton Extreme 61', 'The best solos synthesizer keyboard loaded with oriental sha3by sounds. ', '', '1748945489-187376820.gif', '1714628861-2069111694.gif', 'big-646825482.jpg', '', '', 'no', 12, 'no', '', 'false', '2643', '1799', '2643', '1799', 'Korg', 'false'),
(73, 'studios', 0, 'both', 'Blow deal!', '', '', '1973179572-1737554827.gif', '1274271666-801017314.gif', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(74, 'studios', 12, 'both', 'Project studio solution', 'The best full project studio solution. all you need right to go!. ', '', '842676125-1350556627.gif', '625737944-163313917.gif', '', '', '', 'yes', 10, 'yes', '', 'false', '2284', '1599', '1599', '1299', 'M-audio', 'true'),
(75, 'studios', 0, 'both', 'Studio preamp', '', '', '1351557456-2143133606.gif', '1310187969-590410879.gif', '', '', 'top', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(76, 'clinics', 0, 'both', 'Online courses', '', '', '1379424541-1780454342.gif', '861151266-367741130.gif', '', '', 'top', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(77, 'studios', 11, 'both', 'CO1U usb mic', 'The first USB condenser studio microphone ', '', '1062850919-1954573385.gif', '1348923627-1794832550.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '284', '199', '284', '199', 'Samson', 'true'),
(78, 'misc', 0, 'both', 'Free delivery!', '', '', '497884448-2028224719.gif', '700288685-555303592.gif', '', 'yes', 'no', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(79, 'misc', 0, 'both', 'Safe shipping guarentee', '', '', '689667810-1357019149.gif', '800270090-1076916915.gif', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(80, 'studios', 1, 'both', 'Audiophile 2496', '4-In/4-Out PCI Audio Card with MIDI and S/PDIF I/O. ', '', '231810653-1007366875.gif', '342766993-24600415.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '256', '179', '179', '85', 'M-audio', 'true'),
(84, 'studios', 16, 'both', 'Fastrack PRO', '4 x 4 Mobile USB Audio/MIDI Interface with Preamps ', '', '1630480815-1837826794.gif', '1553314277-558167392.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '299', '199', 'M-audio', 'true'),
(81, 'studios', 1, 'both', 'Audiophile 192', 'High-Definition 4-In/4-Out Audio Card with Digital I/O and MIDI ', '', '601084916-2016337412.gif', '247092522-242346798.gif', '', '', '', 'no', 0, 'yes', '', 'true', '357', '250', '250', '165', 'M-audio', 'true'),
(82, 'studios', 1, 'both', 'Delta 1010lt', '10-In/10-Out PCI Virtual Studio ', '', '1219010619-21948776.gif', '361537384-1654485067.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '299', '199', 'M-audio', 'true'),
(83, 'studios', 1, 'global', 'Revolution 7.1', 'High-Definition 7.1 Surround Sound PCI Card ', '', '605305844-1323612572.gif', '1417905747-1204536.gif', '', '', '', 'no', 0, 'yes', '', 'false', '193', '135', '193', '135', 'M-audio', 'true'),
(85, 'studios', 17, 'both', 'Firewire solo', 'FireWire Mobile Audio Interface for Songwriter/Guitarists ', '', '1611668617-1022280899.gif', '340524692-2080315158.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '414', '290', '414', '290', 'M-audio', 'true'),
(86, 'studios', 17, 'both', '410', '4-In/10-Out FireWire Mobile Recording Interface ', '', '833579889-2094867501.gif', '326855710-193105171.gif', '', '', '', 'no', 0, 'yes', '', 'false', '713', '499', '499', '299', 'M-audio', 'true'),
(87, 'studios', 17, 'both', '1814', '18-in/14-out FireWire Audio/MIDI Interface w/ ADAT Lightpipe ', '', '1526639066-711715176.gif', '1924067632-952577804.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1284', '899', '899', '599', 'M-audio', 'true'),
(88, 'studios', 16, 'both', 'BCA2000', '\r\nHigh-Speed USB 2.0 Multi-Channel Audio/MIDI Control Interface with ADAT® Support, ', '', '347451447-2106043084.gif', '1157262206-561406197.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '513', '359', '513', '359', 'Behringer', 'true'),
(89, 'studios', 17, 'both', 'FCA202', 'Ultra low-latency 2 In/2 Out 24-Bit/96 kHz FireWire® Audio Interface ', '', '242870239-1139829545.gif', '1286653178-1465154191.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '193', '160', '193', '135', 'Behringer', 'true'),
(90, 'studios', 16, 'both', 'UA-25', 'Powerful USB2 with 2 in/out with good preamps', '', '904677227-1901008384.gif', '1440762812-2014615496.gif', '', '', '', 'no', 0, 'yes', '', 'false', '413', '289', '413', '289', 'Edirol', 'true'),
(91, 'studios', 16, 'both', 'UA-1X', '\r\nUltra compact with 2 in/out and headphone out. ', '', '983396362-910427769.gif', '1856762480-1842703950.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '127', '89', '127', '89', 'Edirol', 'true'),
(92, 'studios', 8, 'both', 'O2 (25keys)', 'Ultra-Compact Mobile USB MIDI Controller ', '', '230347110-1442603940.gif', '305124383-1844452083.gif', '', '', '', 'no', 0, 'yes', '', 'false', '256', '179', '256', '179', 'M-audio', 'true'),
(93, 'studios', 84, 'both', '49e (49Keys)', '49-Key USB MIDI Controller ', '', '1065207655-1392528599.gif', '193936749-1241206106.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '224', '157', '157', '99', 'M-audio', 'true'),
(94, 'studios', 84, 'global', 'MK-449C (49keys)', '49-Key Advanced Mobile USB MIDI Controller. ', '', '117744319-1217294177.gif', '1395700346-150905362.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '427', '299', 'M-audio', 'true'),
(95, 'studios', 84, 'both', 'PC-180 (49keys)', 'The best Roland 49 keys controller keyboard ', '', '328092498-125734184.gif', '140085241-481609441.gif', '', '', '', 'no', 0, 'yes', '', 'false', '413', '289', '413', '289', 'Roland', 'true'),
(96, 'studios', 85, 'both', 'PCR-80 (61keys)', 'Quality 61 Keys controller keyboard with assignable keys &amp; joystick pitch  ', '', '1538207902-1402745389.gif', '1058518073-1121801218.gif', '', '', '', 'no', 0, 'yes', '', 'false', '570', '399', '570', '399', 'Edirol', 'true'),
(97, 'studios', 84, 'both', 'PCR-50 (49keys)', 'Good 49Keys controller keyboard with assignable knobs &amp;  joystick pitch ', '', '1408268407-953086361.gif', '1899616589-669046736.gif', '', '', '', 'no', 0, 'yes', '', 'false', '450', '315', '450', '315', 'Edirol', 'true'),
(98, 'studios', 8, 'both', 'PCR-30 (37keys)', 'Good portable 37 keys controller keyboard with assignable knobs &amp; joystick pitch', '', '1834607400-258963192.gif', '1844753111-584791119.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '313', '219', '313', '219', 'Edirol', 'true'),
(99, 'studios', 9, 'both', 'BX8a', '130-Watt Bi-Amplified Studio Reference Monitors ', '', '738734955-1706544093.gif', '785257368-573584525.gif', '', '', '', 'no', 0, 'yes', '', 'false', '999', '699', '699', '499', 'M-audio', 'true'),
(101, 'studios', 9, 'both', 'Studio pro 3', 'Professional Desktop 2.5&quot;Â Audio Monitors ', '', '2105001338-216539370.gif', '1432937563-1738240343.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '284', '199', '199', '99', 'M-audio', 'true'),
(102, 'studios', 9, 'both', 'Resolv 4.0', 'Good selling 4&quot; Active Monitors', '', '439123603-1339241533.gif', '1749972134-975556835.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '370', '259', '370', '259', 'Samson', 'true'),
(103, 'studios', 9, 'both', 'Resolv 5.0', 'Good 5&quot; studio near feild audio monitor system.', '', '508799392-549321731.gif', '1045008879-531783491.gif', '', '', '', 'no', 0, 'yes', '', 'false', '641', '449', '641', '449', 'Samson', 'true'),
(104, 'studios', 9, 'both', 'Resolv 8.0', 'Best quality 8&quot; near feild audio monitor system', '', '513811678-684696283.gif', '1289363773-1677054551.gif', '', '', '', 'no', 0, 'yes', '', 'false', '939', '657', '939', '657', 'Samson', 'true'),
(105, 'studios', 9, 'both', 'Resolv 120a', 'Ideal bass reflection 12&quot; subwoofer system', '', '1223798727-628391916.gif', '1174819901-1138106600.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '1070', '749', '1070', '749', 'Samson', 'true'),
(106, 'studios', 9, 'both', 'Truth B2031a', 'Â 8.25&quot; High-Resolution, Active 2-Way Reference Studio Monitor ', '', '1716038291-1163246788.gif', '939325200-474682790.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '713', '499', '713', '499', 'Behringer', 'true'),
(108, 'studios', 9, 'both', 'MA-7A', '3&quot; Affordable Desktop Monitors in Wooden Cabinets', '', '1782127189-1492351942.gif', '1123103612-1524987681.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '139', '199', '139', 'Edirol', 'true'),
(109, 'studios', 10, 'both', 'Tube Pro channel', 'Perfect class A quality studio  outboard ', '', '1980154875-1471329980.jpg', '1089923484-1045555087.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1136', '795', '1136', '795', 'Art', 'true'),
(110, 'studios', 10, 'both', 'Digital MPA', 'Class A preamp mixed with digital features.', '', '1266170432-833714142.gif', '1589820136-341831152.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '964', '675', '964', '675', 'Art', 'true'),
(111, 'studios', 10, 'both', 'Tube MP', 'The best offordable portable tube preamps ', '', '796391558-576767500.gif', '1349499236-1503932519.gif', '', '', '', 'no', 0, 'yes', '', 'true', '179', '125', '179', '125', 'Art', 'true'),
(112, 'studios', 10, 'both', 'Promix', '3-Channel Microphone Mixer with Phantom Power', '', '269177974-1386952860.gif', '1212571448-2099827181.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '141', '99', '141', '99', 'Art', 'true'),
(113, 'studios', 10, 'both', 'S-phantom', '<p>Mini portable mic preamp with phantom power</p>', '', '558036347-2070547173.gif', '59854609-969872555.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '170', '119', '170', '119', 'Samson', 'true'),
(114, 'studios', 10, 'both', 'C-valve', 'The real tube affordable quality/price preamp with digital out ', '', '634480108-226812619.gif', '1350661315-39688579.gif', '', '', '', 'no', 0, 'yes', '', 'true', '271', '190', '271', '190', 'Samson', 'true'),
(115, 'studios', 10, 'both', 'TPS Tube', 'Â Two-channel rack mountable tube microphone preamplifier ', '', '894361152-1151127532.gif', '889480295-1026530833.gif', '', '', '', 'no', 0, 'yes', '', 'false', '411', '288', '411', '288', 'Art', 'true'),
(116, 'studios', 10, 'both', 'Octane', '\r\n8-channel Preamp and A/D Converter with ADAT Lightpipe ', '', '178899034-805376212.gif', '894787477-1262979011.gif', '', '', '', 'no', 0, 'yes', 'used', 'true', '750', '360', '750', '460', 'M-audio', 'true'),
(117, 'studios', 11, 'both', 'CO1', 'Large Diaphragm Condenser ideal for vocal ', '', '2026249123-123827685.gif', '718975826-1094214673.gif', '', '', '', 'no', 0, 'yes', '', 'false', '224', '157', '224', '157', 'Samson', 'true'),
(118, 'studios', 11, 'both', 'C02', 'Pencil condenser micrpohnes good for percusion. ', '', '1788600611-20890946.gif', '498444147-1992660951.gif', '', '', '', 'no', 0, 'yes', '', 'false', '206', '144', '206', '144', 'Samson', 'true'),
(119, 'studios', 11, 'both', 'C03', 'Large diaphram condenser mic with multi pattern.', '', '86691710-1820637255.gif', '1032495146-1122923145.gif', '', '', '', 'no', 0, 'yes', '', 'false', '309', '216', '309', '216', 'Samson', 'true'),
(120, 'studios', 11, 'both', 'C05', '\r\nCondenser mic ideal for live vocal.', '', '506779957-538199418.gif', '1993802500-1774225573.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '206', '144', '206', '144', 'Samson', 'true'),
(121, 'studios', 11, 'both', 'CL7', 'Large Diaphragm Condenser Microphone with 1.1&quot; Gold-sputtered Diaphragm', '', '556171924-501074314.gif', '434423797-287945151.gif', '', '', '', 'no', 0, 'yes', '', 'false', '570', '399', '570', '399', 'Samson', 'true'),
(122, 'studios', 11, 'both', 'CL8', 'Large Diaphragm Condenser Microphone with 1.1&quot; Gold-sputtered Diaphragm and Multi-Pattern Ability ', '', '570805454-735343054.gif', '1970853413-1006210706.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '713', '499', '713', '499', 'Samson', 'true'),
(123, 'studios', 11, 'both', 'Nova', 'Affordable Large Capsule Cardioid Microphone ideal for vocal ', '', '92085425-1566307980.gif', '568123237-979183656.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '224', '157', '157', '99', 'M-audio', 'true'),
(124, 'studios', 11, 'both', 'Pulsar', 'Professional Cardioid Instrument Microphone small diaphram. ', '', '1441259721-759181331.gif', '639703833-1357382329.gif', '', '', '', 'no', 0, 'yes', '', 'false', '224', '157', '157', '99', 'M-audio', 'true'),
(125, 'studios', 11, 'both', 'Aries', 'Professional Condenser Vocal Microphone. ', '', '379020237-18289247.gif', '1074315025-181007314.gif', '', '', '', 'no', 0, 'yes', '', 'false', '284', '199', '199', '119', 'M-audio', 'true'),
(126, 'studios', 11, 'both', 'B1', 'Gold-Sputtered Large Diaphragm Studio Condenser Microphone ', '', '1541219522-1703723766.gif', '810449595-435733512.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '213', '149', '213', '149', 'Behringer', 'true'),
(127, 'studios', 11, 'both', 'B2 PRO', 'Gold-Sputtered Large Dual-Diaphragm Studio Condenser Microphone ', '', '1722392269-202355777.gif', '2125936913-2142837492.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '321', '225', '321', '225', 'Behringer', 'true'),
(128, 'studios', 11, 'both', 'A-48', 'Tube large diaphram microphones ideal for class A recording', '', '1740377535-515015367.gif', '852061924-681787087.gif', '', '', '', 'no', 0, 'yes', '', 'true', '786', '550', '786', '550', 'ADK', 'true'),
(129, 'studios', 12, 'both', 'BCR2000', 'Total Recall USB/MIDI Controller Desk with 32 Illuminated Rotary Encoders ', '', '1407238381-532087694.gif', '1870079251-1881215690.gif', '', '', '', 'no', 0, 'yes', '', 'true', '284', '199', '284', '199', 'Behringer', 'true'),
(130, 'studios', 12, 'both', 'BCN44', 'Ultra-Compact and Universal MIDI Controller', '', '1996294356-594195347.gif', '1481255987-1668892600.gif', '', '', '', 'no', 0, 'yes', '', 'false', '127', '89', '127', '89', 'Behringer', 'true'),
(131, 'studios', 12, 'both', 'Ezbus', '\r\nAll you need from digital mixer to audiocard to control mixer  surface all package in one ready to go! ', '', '105710448-371902462.gif', '491054333-1163641917.gif', '', '', '', 'no', 0, 'yes', 'used', 'false', '254', '178', '254', '178', 'Event', 'true'),
(132, 'studios', 12, 'both', 'Si-24', '\r\nFull compatible steinberg&amp; sonar motorized controller mixer. ', '', '416431775-2146188059.gif', '22057754-961174019.gif', '', '', '', 'no', 0, 'yes', 'used', 'true', '940', '658', '940', '658', 'Roland', 'true'),
(133, 'studios', 13, 'both', 'Uno 1x1', '1-In/1-Out USB Bus-Powered MIDI Interface ', '', '1609410863-650451077.gif', '2118704592-452853186.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '70', '49', '49', '30', 'M-audio', 'true'),
(134, 'studios', 13, 'global', 'Midisport 2x4', '2-In/4-Out USB Bus-Powered MIDI Interface ', '', '672069282-12068093.gif', '1003580681-1936692219.gif', '', '', '', 'no', 0, 'yes', '', 'false', '284', '199', '284', '199', 'M-audio', 'true'),
(137, 'studios', 20, 'both', 'HA4700', 'Professional High-Power 4-Channel Headphones Amplifier System ', '', '243425447-268095557.gif', '859718224-1484112679.gif', '', '', '', 'no', 0, 'yes', '', 'false', '284', '199', '284', '199', 'Behringer', 'true'),
(138, 'studios', 20, 'both', 'S-Amp', '4-channel headphone amplifier ideal for home recording. ', '', '923969068-769866495.gif', '187270286-1000330820.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '156', '109', '156', '109', 'Samson', 'true'),
(139, 'studios', 20, 'both', 'Headamp V', 'Home studio 5Â headphones preamp channels ', '', '1417459427-335027085.gif', '657331328-343345377.gif', '', '', '', 'no', 0, 'yes', '', 'false', '271', '190', '271', '190', 'Art', 'true'),
(140, 'studios', 20, 'both', 'Headamp I', 'Home studio 4-Ch Headphone Amplifier', '', '139320694-432893609.gif', '45307061-2096509718.gif', '', '', '', 'no', 0, 'yes', '', 'false', '141', '99', '141', '99', 'Art', 'true'),
(141, 'studios', 20, 'both', 'HeadTap', 'One channel home studio headpone amp.', '', '652150355-1843848192.gif', '748290357-1797169861.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '113', '79', '113', '79', 'Art', 'true'),
(142, 'studios', 20, 'both', 'My monitors', 'Home studio pro Mic/Line Monitor Mixer', '', '311169841-53113468.gif', '991593788-1432994798.gif', '', '', '', 'no', 0, 'yes', '', 'false', '141', '99', '141', '99', 'Art', 'true'),
(143, 'studios', 1, 'both', 'Lynx TWO A', '\r\nClass A audiocard with 4 I/O midi &amp; S/Pdif up to 200Khz sample rate.', '', '857633323-1968951089.gif', '1146011825-878641529.gif', '', '', '', 'no', 0, 'yes', '', 'true', '1500', '1199', '1500', '999', 'Lynx', 'true'),
(144, 'studios', 21, 'both', 'CH700', 'Profesional closed type studio headphone. ', '', '454251305-928902101.gif', '966879700-1280226471.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '99', '69', '99', '69', 'Samson', 'true'),
(145, 'studios', 21, 'both', 'RH600', 'Top of the line open type reference headphone.', '', '229966701-1307482889.gif', '125935122-1400846344.gif', '', '', '', 'no', 0, 'yes', '', 'false', '121', '85', '121', '85', 'Samson', 'true'),
(146, 'studios', 21, 'both', 'HPS5000', 'Budget Closed-Type High-Performance Studio Headphones.', '', '952968090-996387682.gif', '367623969-1174449324.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '79', '55', '79', '55', 'Behringer', 'true'),
(147, 'studios', 22, 'both', 'C-com opti', 'Fully Adjustable Optical Compressor with Enhancer ', '', '1509825867-369555285.gif', '293870371-462843814.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '279', '195', '279', '195', 'Samson', 'true'),
(148, 'studios', 22, 'both', 'CCOM16', 'Stereo Compressor with Presets and Manual Mode ', '', '1417532800-737802812.gif', '438228783-409120820.gif', '', '', '', 'no', 0, 'yes', '', 'false', '279', '195', '279', '195', 'Samson', 'true'),
(149, 'studios', 22, 'both', 'MDX''1600', 'Expander/Gate/Compressor/ Peak Limiter with Integrated Dynamic Enhancer, De-Esser and Low Contour Filter ', '', '895979473-1182817312.gif', '379827060-2065657243.gif', '', '', '', 'no', 0, 'yes', '', 'true', '214', '150', '214', '150', 'Behringer', 'true'),
(150, 'studios', 22, 'both', 'S.Com', 'Class A to all purposes stereo-compressor/limiter that every studio needs.', '', '1476187190-1574993198.gif', '786164058-993242160.gif', '', '', '', 'no', 0, 'yes', '', 'false', '284', '199', '284', '199', 'Samson', 'true'),
(151, 'studios', 23, 'both', 'MS100', 'Studio monitors stands with bass abbsorbant.', '', '94891415-1716758012.gif', '2047854445-336659644.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '170', '119', '170', '119', 'Samson', 'true'),
(152, 'studios', 23, 'both', 'SB100', 'Best boom stand  for proffesional studio microphones. ', '', '2077415243-1134461150.gif', '678117245-229226051.gif', '', '', '', 'no', 0, 'yes', '', 'true', '270', '189', '270', '189', 'Samson', 'true'),
(153, 'studios', 23, 'both', 'BT4', 'Telescoping  boom stand mic for studios', '', '2002123678-1664450090.gif', '1209091029-1904716088.gif', '', '', '', 'no', 0, 'yes', '', 'true', '84', '59', '84', '59', 'Samson', 'true'),
(155, 'oriental', 24, 'both', 'Entry level', 'Entry level oud with good sonority and finishing ', '', '154600249-579788252.jpg', '143041641-110999485.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '199', '139', '199', '139', 'Audiominds', 'true'),
(156, 'oriental', 24, 'both', 'Intermediate level', 'A good oud with pretty sonority &amp; shape ', '', '1383017382-67907287.gif', '712836741-315604037.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '427', '299', 'Audiominds', 'true'),
(157, 'oriental', 24, 'both', 'Pro level', 'A very good pro level finishing and sonority', '', '685107464-452973059.gif', '1105847464-385815756.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '914', '640', '914', '640', 'Audiominds', 'true'),
(158, 'oriental', 24, 'both', 'Electric level', '<p>Electric pro oud with good finishing</p>', '', '1434974441-462687498.gif', '1434050553-170760571.gif', '', '', '', 'no', 0, 'yes', '', 'true', '550', '399', '550', '399', 'Audiominds', 'true'),
(159, 'oriental', 24, 'both', 'Electric pro level', 'A very good quality electric oud with equalizer. ', '', '1073201842-1602655068.gif', '1954168287-1660332147.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '800', '650', '800', '650', 'Audiominds', 'true'),
(164, 'cds', 28, 'both', 'Oriental LIVE! assistance', 'The new original service to add live oriental intruments to your songs ', '', '315785494-1709923399.jpg', '1896224191-1051935719.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '427', '299', '427', '299', 'Audiominds', 'true'),
(394, 'studios', 31, 'both', 'Home studio package', 'The perfect combiantion for your home music production-<font color="#ff0000">new!</font>', '', '2015432971-26067157.jpg', '1390806280-603893743.jpg', 'big-570915513.jpg', 'yes', 'top', 'yes', 0, 'yes', 'new', 'true', '999', '845', '999', '499', 'Audiominds', 'true'),
(166, 'studios', 11, 'both', 'C15 CL', 'Good affordable price large diaphram condenser mic.', '', '1606717256-9173842.gif', '1873931007-1702221815.gif', '', '', '', 'no', 0, 'yes', '', 'true', '141', '99', '141', '99', 'Samson', 'true'),
(167, 'studios', 31, 'both', 'Project solution', 'The needed studio equipment for start recroding your albums at home with the min budget', '', '1412243786-1215515046.gif', '1278630316-297038707.gif', '', '', '', 'no', 0, 'yes', '', 'true', '1736', '1215', '1736', '1215', 'Studio solution', 'true'),
(168, 'livemusic', 32, 'both', 'UB2442 pro', '<div class="textnorm">24-Input 4-Bus Mic/Line Mixer and Premium IMP Mic Preamplifiers 24-Bit Multi-FX Processor</div>', '', '115352362-845741134.gif', '806611208-939459961.gif', '', '', '', 'no', 9, 'yes', '', 'false', '713', '499', '713', '499', 'Behringer', 'true'),
(169, 'livemusic', 32, 'both', 'UB1622FX', '16-Input 2/2-Bus Mic/Line Mixer with Premium IMP Mic Preamplifiers and 24-Bit Multi-FX Processor ', '', '1509193434-2061046412.gif', '860896652-1805343653.gif', '', '', '', 'yes', 8, 'yes', '', 'false', '389', '272', '389', '272', 'Behringer', 'true'),
(391, 'livemusic', 32, '', 'Xenyx 1202FX', 'Premium 12-Input 2-Bus Mixer with XENYX Mic Preamps, British EQs and 24-Bit Multi-FX Processor ', '', '1156809890-1289823130.jpg', '1255984771-203454111.jpg', 'big-1280175664.jpg', '', '', 'no', 5, 'yes', '', 'false', '199', '169', '199', '109', 'Behringer', 'true'),
(171, 'livemusic', 32, 'both', 'UB1202', 'Ultra Low-Noise Design 12-Input 2-Bus Mic/Line Mixer', '', '1078305343-1165652193.gif', '1607745245-2018881556.gif', '', '', '', 'no', 3, 'yes', '', 'false', '171', '120', '171', '120', 'Behringer', 'true'),
(390, 'livemusic', 32, '', 'Xenyx 1002FX', 'Premium 10-Input 2-Bus Mixer with XENYX Mic Preamps, British EQs and 24-Bit Multi-FX Processor ', '', '1166327659-215006109.jpg', '1091889998-1655010363.jpg', 'big-1688426245.jpg', '', '', 'yes', 4, 'yes', '', 'false', '169', '129', '129', '89', 'Behringer', 'true'),
(388, 'livemusic', 32, '', 'Xenyx 802', 'Premium 8-Input 2-Bus Mixer with XENYX Mic Preamps and British EQs ', '', '1424538482-42696939.jpg', '919177007-1016316546.gif', 'big-856515854.jpg', '', '', 'no', 2, 'yes', '', 'false', '120', '99', '120', '59', 'Behringer', 'true'),
(174, 'livemusic', 33, 'both', 'SL2442FX', '24-Input 4-Bus Studio/Live Mixer with Premium Mic Preamplifiers and Dual Digital 24-Bit Multi-FX Processor ', '', '1845208724-316744060.gif', '1811708080-1653816495.gif', '', '', '', 'no', 0, 'yes', '', 'false', '979', '685', '979', '685', 'Behringer', 'true'),
(175, 'livemusic', 33, 'both', 'SL3242FX', '32-Input 4-Bus Studio/Live Mixer with Premium Mic Preamplifiers and Dual Digital 24-Bit Multi-FX Processor ', '', '1475097100-926476809.gif', '1840235658-1465615793.gif', '', '', '', 'no', 0, 'yes', '', 'true', '1214', '850', '1214', '850', 'Behringer', 'true'),
(176, 'livemusic', 34, 'both', 'O1V 96', '\r\nDigital Mixing Console,24-bit, 96kHz Performance', '', '2039808512-1881670606.gif', '1516358275-1402828768.gif', '', '', '', 'no', 0, 'yes', '', 'false', '2713', '1899', '2713', '1899', 'Yamaha', 'true'),
(177, 'livemusic', 34, 'both', 'DDX3216', 'Fully Automated 32-Channel 16-Bus 24-Bit Digital Mixing Console', '', '1300766378-704674343.gif', '956378075-207372603.gif', '', '', '', 'no', 0, 'yes', '', 'true', '2141', '1499', '2141', '1499', 'Behringer', 'true'),
(178, 'livemusic', 32, 'both', 'MDR6', 'Six input stereo mic/line tabletop mixer ', '', '1030333770-952142712.gif', '1827465471-456803927.gif', '', '', '', 'no', 10, 'yes', '', 'false', '313', '219', '313', '219', 'Samson', 'true'),
(179, 'livemusic', 32, 'both', 'MDR8', 'Eight channel professional stereo mixer with built-in 24-bit DSP', '', '1263103362-39817099.gif', '992058086-250612136.gif', '', '', '', 'no', 11, 'yes', '', 'false', '527', '369', '527', '369', 'Samson', 'true'),
(180, 'livemusic', 32, 'both', 'MDR10', '10 stereo mixer packs a lot of professional features ', '', '1759419980-1960015589.gif', '2120100353-898494532.gif', '', '', '', 'no', 12, 'yes', '', 'false', '984', '689', '984', '689', 'Samson', 'true'),
(181, 'livemusic', 33, 'both', 'MDR16', '16-channel stereo mixer with all the features needed for any live or studio application', '', '1166948686-1364942449.gif', '1408869547-1820979782.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1279', '895', '1279', '895', 'Samson', 'true'),
(182, 'livemusic', 35, 'both', 'PMH1000', 'Ultra-Compact 400-Watt 12-Channel Powered Mixer with 24-Bit Multi-FX Processor and FBQ Feedback Detection System ', '', '666075763-192303684.gif', '446906658-43957520.gif', '', '', '', 'no', 0, 'yes', '', 'true', '664', '465', '664', '465', 'Behringer', 'true'),
(183, 'livemusic', 35, 'both', 'PMH 3000', 'Ultra-Compact 2 x 400-Watt 16-Channel Powered Mixer with 24-Bit Multi-FX Processor and FBQ Feedback Detection System', '', '1526454576-1349267720.gif', '1928041912-1404005741.gif', '', '', '', 'no', 0, 'yes', '', 'false', '950', '665', '950', '665', 'Behringer', 'true'),
(184, 'livemusic', 36, 'both', 'Monitors 1C', 'Ultra-Compact Monitor Speakers ', '', '1493344516-1456227155.gif', '1774810523-682212135.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '93', '65', '93', '65', 'Behringer', 'true'),
(185, 'livemusic', 36, 'both', 'MS16', '2-Way Active Personal Monitor System ', '', '791863077-1359342888.gif', '1903648373-1578114412.gif', '', '', '', 'no', 0, 'yes', '', 'true', '136', '95', '136', '95', 'Behringer', 'true'),
(186, 'livemusic', 37, 'both', 'CE 1000P', '300-Watt Business Environment Speakers with Repaintable Front', '', '486794561-13932802.gif', '1382097940-367196138.gif', '', '', '', 'no', 0, 'yes', '', 'false', '421', '295', '421', '295', 'Behringer', 'true'),
(187, 'livemusic', 37, 'both', 'Auro3', '3-1/2-inch Mica Impregnated cone, Butyl Surround Woofer in 2-way sealed cabinets', '', '1473151517-1128708710.gif', '1623040556-231621343.gif', '', '', '', 'no', 0, 'yes', '', 'true', '170', '119', '170', '119', 'Samson', 'true'),
(188, 'livemusic', 37, 'both', 'Auro5', '5-inch Mica Impregnated cone, Butyl Surround Woofer in 2-way sealed cabinets', '', '117054935-1075085332.gif', '741263160-1816037192.gif', '', '', '', 'no', 0, 'yes', '', 'false', '279', '195', '279', '195', 'Samson', 'true'),
(189, 'livemusic', 37, 'both', 'Auro6', '6-1/2-inch Butyl Surround Woofers. Larger 20mm PEI Dome Tweeters provide smooth highs ', '', '1215733052-1721415577.gif', '1853247872-1417325619.gif', '', '', '', 'no', 0, 'yes', '', 'true', '364', '255', '364', '255', 'Samson', 'true'),
(190, 'livemusic', 37, 'both', 'Auro8', '8-inch Mica Impregnated Cone, Butyl Surround Woofers and ported cabinets', '', '1582590009-2010254476.gif', '895606654-538128576.gif', '', '', '', 'no', 0, 'yes', '', 'false', '557', '390', '557', '390', 'Samson', 'true'),
(191, 'livemusic', 38, 'both', 'RS10"', '2-way full range speaker with custom heavy-duty components ', '', '868025003-814215423.gif', '1717183099-2075983378.gif', '', '', '', 'no', 0, 'yes', '', 'false', '343', '240', '343', '240', 'Samson', 'true'),
(192, 'livemusic', 38, 'both', 'RS12"', 'Heavy duty 12&quot; Low Frequency Driver', '', '356098392-559828862.gif', '1326750272-1307290348.gif', '', '', '', 'no', 0, 'yes', '', 'false', '407', '285', '407', '285', 'Samson', 'true'),
(193, 'livemusic', 38, 'both', 'RS15"', 'Heavy duty 15&quot; Low Frequency Driver ', '', '1894915068-1482327060.gif', '1810715386-875264428.gif', '', '', '', 'no', 0, 'yes', '', 'false', '507', '355', '507', '355', 'Samson', 'true'),
(194, 'livemusic', 38, 'both', 'RS215"', 'Dual Heavy duty 15&quot; Low Frequency Drivers ', '', '1578993585-106678169.gif', '1994006521-957789272.gif', '', '', '', 'no', 0, 'yes', '', 'false', '850', '595', '850', '595', 'Samson', 'true'),
(195, 'livemusic', 39, 'both', 'RS10"M', 'Â 2-way 10&quot; monitor with a small foot print ', '', '1753861685-663431379.gif', '1839048465-1555675992.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '343', '240', '343', '240', 'Samson', 'true'),
(196, 'livemusic', 39, 'both', 'RS12"M', 'Heavy duty 12&quot; Low Frequency Driver ', '', '1221961630-1206051212.gif', '2063534223-2106952532.gif', '', '', '', 'no', 0, 'yes', '', 'false', '407', '285', '407', '285', 'Samson', 'true'),
(197, 'livemusic', 39, 'both', 'RS15"M', 'Heavy duty 15&quot; Low Frequency Driver ', '', '742346599-2121929237.gif', '1581546217-2114139871.gif', '', '', '', 'no', 0, 'yes', '', 'false', '507', '355', '507', '355', 'Samson', 'true'),
(198, 'livemusic', 40, 'both', 'Servo 120A', '1 Space 19-inch Rackmount Servo Controlled Power Amplifier', '', '316092383-1526203150.gif', '611461774-475525961.gif', '', '', '', 'no', 0, 'yes', '', 'true', '421', '295', '421', '295', 'Samson', 'true'),
(199, 'livemusic', 40, 'both', 'Servo 200', '200 watts bridged mono at 8 ohms', '', '295132861-1112246961.gif', '2024318602-727602599.gif', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', 'Samson', 'true'),
(200, 'livemusic', 40, 'both', 'Servo 300', '300 watts bridged mono at 8 ohms', '', '373351235-793559812.gif', '1226950825-1648807946.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '457', '320', '457', '320', 'Samson', 'true'),
(201, 'livemusic', 40, 'both', 'Servo 600', '600 watts bridged mono at 8 ohms', '', '243823742-459272174.gif', '859427332-1133009414.gif', '', '', '', 'no', 0, 'yes', '', 'false', '700', '490', '700', '490', 'Samson', 'true'),
(202, 'livemusic', 40, 'both', 'SX1200', 'Â 2 Ohms at 600-Watts per side, as well as a 4 Ohm bridged mono mode providing the full 1200 Watts of power. ', '', '505760341-386960095.gif', '449667900-1328355801.gif', '', '', '', 'no', 0, 'yes', '', 'false', '843', '590', '843', '590', 'Samson', 'true'),
(203, 'livemusic', 40, 'both', 'SX1800', '900-Watts per-side in stereo mode with out breaking a sweat', '', '1899171201-2009092859.gif', '1407722264-1666914093.gif', '', '', '', 'no', 0, 'yes', '', 'false', '971', '680', '971', '680', 'Samson', 'true'),
(204, 'livemusic', 40, 'both', 'SX2400', '1200 Watts per side or 2400 Watts bridged mono at 4 Ohms. ', '', '333464218-537522419.gif', '6039855-1077148112.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1186', '830', '1186', '830', 'Samson', 'true'),
(205, 'livemusic', 40, 'both', 'SX2800', 'Professional 700W High Power Rail-switching Amplifier ', '', '145082525-426251489.gif', '898741894-514595126.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1414', '990', '1414', '990', 'Samson', 'true'),
(206, 'livemusic', 40, 'both', 'A500', 'Professional 500-Watt Reference-Class Studio Power Amplifier ', '', '1142427560-2088381283.gif', '1746652332-1367594129.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '399', '279', '399', '279', 'Behringer', 'true'),
(207, 'livemusic', 41, 'both', 'CD-11', 'Low impedance dynamic microphone characterized with a very clear midrange ', '', '2039245072-29807394.gif', '1351392640-670884975.gif', '', '', '', 'no', 0, 'yes', '', 'true', '93', '65', '93', '65', 'Audix', 'true'),
(208, 'livemusic', 41, 'both', 'CD-11H', 'Dyn microphones designed for a wide variety of applications including music, speech, corporate presentations, karaoke, worship, and education.', '', '666820897-2131466519.gif', '2087028814-953049177.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '93', '65', '93', '65', 'Audix', 'true'),
(209, 'livemusic', 41, 'both', 'RS21', 'Tight Cardioid pickup pattern for maximum gain before feedback', '', '1445528908-2046054826.gif', '875260211-1233386953.gif', '', '', '', 'no', 0, 'yes', '', 'true', '70', '49', '70', '49', 'Samson', 'true'),
(210, 'livemusic', 41, 'both', 'Q4Sl', 'Neodymium dynamic mic element, cardioid pickup pattern ', '', '1578360194-672139756.gif', '512150822-473331100.gif', '', '', '', 'no', 0, 'yes', '', 'false', '97', '68', '97', '68', 'Samson', 'true'),
(211, 'livemusic', 41, 'both', 'Q6', 'Good live stage dynamic microphone', '', '1711984523-1052096823.gif', '82034726-1967093213.gif', '', '', '', 'no', 0, 'yes', '', 'false', '97', '68', '97', '68', 'Samson', 'true'),
(212, 'livemusic', 41, 'both', 'Q7Cl', 'The finest Neodymium hand-held dynamic microphone ', '', '425366568-1633946753.gif', '1183276683-1493498273.gif', '', '', '', 'no', 0, 'yes', '', 'false', '140', '98', '140', '98', 'Samson', 'true'),
(213, 'livemusic', 41, 'both', 'VP-1', 'complete microphone solution all you need from mic, cable and stand!', '', '702212313-1875329108.gif', '1359348909-1600118419.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '199', '139', '199', '139', 'Samson', 'true'),
(214, 'livemusic', 42, 'both', '4kit', '4KIT includes the best of the Samson drum microphones', '', '1360592256-955279403.gif', '1932255085-379225943.bmp', '', '', '', 'yes', 0, 'yes', '', 'false', '427', '299', '427', '299', 'Samson', 'true'),
(215, 'livemusic', 42, 'both', '5kit', 'A comprehensive drum mic set up in a sturdy road case', '', '1330990421-1576193375.gif', '19459013-2040425244.gif', '', '', '', 'no', 0, 'yes', '', 'false', '570', '399', '570', '399', 'Samson', 'true'),
(216, 'livemusic', 43, 'both', 'FBQ3102', 'Ultra-Musical 31-Band Stereo Graphic Equalizer with FBQ Feedback Detection System ', '', '1380989070-1594069338.gif', '1726316474-1678369697.gif', '', '', '', 'no', 0, 'yes', '', 'false', '327', '229', '327', '229', 'Behringer', 'true'),
(217, 'livemusic', 43, 'both', 'FBQ6200', 'Ultra-Musical 31-Band Stereo Graphic Equalizer with FBQ Feedback Detection System ', '', '997607238-485363575.gif', '788847630-1084158465.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '427', '299', 'Behringer', 'true'),
(218, 'studios', 44, 'both', 'Tc Element', 'The PowerCore solution for music production.', '', '865908588-894919188.gif', '1027974777-280533732.gif', '', '', '', 'no', 0, 'yes', '', 'false', '913', '639', '913', '639', 'Tc electronics', 'true'),
(219, 'studios', 44, 'both', 'Tc compact', 'Portable power dsp effects for artists and studios on the move ', '', '788965597-1661550836.gif', '1466283443-413558174.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '1309', '916', '1309', '916', 'Tc electronics', 'true'),
(220, 'livemusic', 45, 'both', 'FBQ2496', 'Ultra-Fast 24-bit/96 kHz Feedback Suppressor/Parametric EQ', '', '331175537-45796974.gif', '1514077042-1123485449.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '356', '249', '356', '249', 'Behringer', 'true'),
(221, 'livemusic', 45, 'both', 'SHARK DSP110', 'Digital 24-Bit Multifunction Signal Processor and auto feedback destroyer', '', '2043619808-1807820010.gif', '840712275-607292389.gif', '', '', '', 'no', 0, 'yes', '', 'true', '157', '110', '157', '110', 'Behringer', 'true'),
(222, 'livemusic', 43, 'both', '418', 'Eight Channel Mixer w/ EQ and Direct Outs ', '', '1305689175-83846886.gif', '1051806976-1820126210.gif', '', '', '', 'no', 0, 'yes', '', 'false', '427', '299', '427', '299', 'Art', 'true'),
(223, 'livemusic', 43, 'both', '416', 'Six Channel Mixer w/ EQ and EFX ', '', '696193267-1151449531.gif', '804795286-574749767.gif', '', '', '', 'no', 0, 'yes', '', 'false', '341', '239', '341', '239', 'Art', 'true'),
(224, 'livemusic', 45, 'both', 'DEQ 1024', 'Digital Stereo 31-Band 24-Bit/96 kHz Equalizer/Feedback Destroyer/Dynamics Processor ', '', '355037089-1938383916.gif', '2047044588-1581644858.gif', '', '', '', 'no', 0, 'yes', '', 'false', '470', '329', '470', '329', 'Behringer', 'true'),
(225, 'livemusic', 46, 'both', 'dB500a', '400 watts low frequency/100 watts high frequency active 15&quot; speaker ', '', '748069001-586864233.gif', '2036209795-606461820.bmp', '', '', '', 'no', 0, 'yes', '', 'false', '1357', '950', '1357', '950', 'Samson', 'true'),
(226, 'livemusic', 46, 'both', 'EX500', '500 Watts of power in tandem with a custom, heavy-duty 15&quot; low frequency driver.', '', '673273821-69188107.gif', '538087811-211767635.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1179', '825', '1179', '825', 'Samson', 'true'),
(227, 'livemusic', 43, 'both', 'S.CURVE231', '31-band EQ for the most demanding live or studio applications.', '', '1581992412-1892341320.gif', '1960140404-48956783.gif', '', '', '', 'no', 0, 'yes', '', 'false', '713', '499', '713', '499', 'Samson', 'true'),
(228, 'livemusic', 47, 'both', 'REV2496', 'Ultra High-Performance 24-Bit/96 kHz Dual-Engine Reverb Modeler ', '', '105481272-1148054780.gif', '1543905215-1566777167.gif', '', '', '', 'no', 0, 'yes', '', 'false', '641', '449', '641', '449', 'Behringer', 'true'),
(229, 'livemusic', 47, 'both', 'DSP2024P', 'Digital Multi-Engine 24-Bit Multi-Effects Processor ', '', '359632333-1691044062.gif', '1328441893-622136607.bmp', '', '', '', 'no', 0, 'yes', '', 'false', '213', '149', '213', '149', 'Behringer', 'true'),
(230, 'livemusic', 48, 'both', 'DX052', 'Professional 2-Channel DJ Mixer with BPM Counter and VCA Faders', '', '733099922-6623710.gif', '1810975220-1338015204.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '179', '125', '179', '125', 'Behringer', 'true'),
(231, 'livemusic', 48, 'both', 'DX626', 'Professional 3-Channel DJ Mixer with BPM Counter.', '', '755548117-263107812.bmp', '14636478-1249838837.gif', '', '', '', 'no', 0, 'yes', '', 'false', '179', '125', '179', '125', 'Behringer', 'true'),
(232, 'livemusic', 48, 'both', 'VMX''100', 'Â 2-Channel DJ Mixer with Beat Counter', '', '957369688-1535532029.bmp', '221518924-2089417576.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '156', '109', '156', '109', 'Behringer', 'true'),
(233, 'livemusic', 48, 'both', 'DJX700', 'Professional 5-Channel DJ Mixer with Digital Effects and BPM Counter.', '', '425442191-1409052293.gif', '506544351-2063878550.gif', '', '', '', 'no', 0, 'yes', '', 'false', '541', '379', '541', '379', 'Behringer', 'true'),
(234, 'livemusic', 48, 'both', 'RM-80', '4 Channel stereo preamp mixer ', '', '1889683374-890186281.gif', '341538629-1694886270.gif', '', '', '', 'no', 0, 'yes', '', 'false', '641', '449', '641', '449', 'Stanton', 'true'),
(235, 'livemusic', 48, 'both', 'RM406', '4-channel club/mobile mixer in newly designed 5U rackmount chassis. ', '', '1942893890-1251321939.gif', '1478874896-889875165.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1184', '829', '1184', '829', 'Stanton', 'true'),
(236, 'livemusic', 48, 'both', 'RM-3S', '3 channel DJ mixer all needed features to start mixing.', '', '1175950197-946553643.gif', '2010255192-2074850613.gif', '', '', '', 'no', 0, 'yes', '', 'false', '513', '359', '513', '359', 'Stanton', 'true'),
(237, 'livemusic', 48, 'both', 'VRM-10', '8 line and 4 phono inputs on 4 input channels', '', '71271542-1502788757.gif', '1292918835-29784441.gif', '', '', '', 'no', 0, 'yes', '', 'false', '3141', '2199', '3141', '2199', 'Stanton', 'true'),
(238, 'livemusic', 48, 'both', 'SMX.211', '2-channel mixer designed for DJs who spin CDs', '', '1939594804-1520144033.gif', '1593891416-1901101421.gif', '', '', '', 'no', 0, 'yes', '', 'true', '156', '109', '156', '109', 'Stanton', 'true'),
(239, 'livemusic', 48, 'both', 'M201', 'Affordable 2-channel mixer featuring new Stanton design ', '', '1085706634-2107992424.gif', '462476272-1299129728.gif', '', '', '', 'no', 0, 'yes', '', 'false', '270', '189', '270', '189', 'Stanton', 'true'),
(240, 'livemusic', 48, 'both', 'M202', 'Compact 2-channel mixer designed with the aspiring DJ in mind', '', '910285183-818929906.gif', '1574477606-817317796.gif', '', '', '', 'no', 0, 'yes', '', 'false', '321', '225', '321', '225', 'Stanton', 'true'),
(241, 'livemusic', 49, 'both', 'S250', '<p>The best entry level dj cd player with selectable Pitch Control</p>', '', '397040113-1295307320.gif', '1065593446-566240671.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '284', '199', '284', '199', 'Stanton', 'true'),
(242, 'livemusic', 49, 'both', 'S350', '<p>Affordable tabletop CD player with seamless looping and sampling </p>', '', '2117841505-1105528421.gif', '1610209937-503937086.gif', '', '', '', 'no', 0, 'yes', '', 'false', '784', '549', '784', '549', 'Stanton', 'true'),
(243, 'livemusic', 49, 'both', 'S450', 'Flagship tabletop CD player with innovative &quot;touch-sensitive&quot; jog wheel.', '', '565376837-987469123.gif', '7712745-717375503.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1284', '899', '1284', '899', 'Stanton', 'true'),
(244, 'livemusic', 50, 'both', 'S650', 'DJ solution with 2 cd player,pitch job and mixer', '', '547689862-432277223.gif', '201319075-95451102.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1141', '799', '1141', '799', 'Stanton', 'true');
INSERT INTO `products` (`id`, `section`, `subcat`, `availability`, `title`, `overview`, `manu`, `picture`, `thumb`, `bigpic`, `shownews`, `orderpos`, `is_bestseller`, `priority`, `visible`, `condition`, `hotoffer`, `price`, `discountprice`, `usaprice`, `usadiscountprice`, `brand`, `stock`) VALUES
(245, 'livemusic', 50, 'both', 'S700', 'New dual CD players let you get the house shaking wiht 40 seconds of anti-shok protection', '', '1953653510-1962968520.gif', '1513597108-924829440.bmp', '', '', '', 'no', 0, 'yes', '', 'false', '1427', '999', '1427', '999', 'Stanton', 'true'),
(246, 'livemusic', 50, 'both', 'C504', 'Professional dual CD player with realistic scratching and MP3 support ', '', '387681219-1264602737.gif', '244507961-556393587.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1707', '1195', '1707', '1195', 'Stanton', 'true'),
(247, 'livemusic', 50, 'both', 'Dj pack', 'A complete and affordable solution for CD-based DJs ', '', '472489595-233742659.gif', '426353480-205834118.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '856', '599', '856', '599', 'Stanton', 'true'),
(248, 'studios', 51, 'both', 'Microtrack24/96', '\r\nProfessional 2-Channel Mobile Digital Recorder. ', '', '1735541437-664560011.gif', '17836974-1597686306.gif', '', '', '', 'no', 0, 'yes', '', 'false', '756', '529', '529', '399', 'M-audio', 'true'),
(249, 'studios', 16, 'both', 'JamLab', 'USB personal guitar system. ', '', '1807759672-1515561328.gif', '372306353-899104738.gif', '', '', '', 'no', 0, 'yes', '', 'true', '156', '109', '156', '109', 'M-audio', 'true'),
(250, 'misc', 0, 'both', 'Sweden offers', '<p>Hot offers on all Audiominds items specialy for KSA &amp; CHILE citizens</p>', '', '1174838009-963315027.jpg', '1691829657-660150825.gif', '', '', '', 'no', 0, 'yes', '', 'false', '0', '', '0', '', '', 'true'),
(251, 'keyboards', 5, 'both', 'X1', '<p>The best oriental arranger sampler keyboard</p>', '', '121909703-938500539.gif', '1271712580-1295740418.gif', '', '', '', 'yes', 0, 'no', 'used', 'true', '1713', '1199', '1713', '1199', 'Ketron', 'true'),
(252, 'keyboards', 53, 'both', 'MC-909', 'The best groovebox ever released with Sampler onboard.', '', '370976179-1999930689.gif', '1672817386-1164647762.gif', '', '', '', 'no', 3, 'yes', '', 'true', '1570', '1099', '1570', '1099', 'Roland', 'true'),
(253, 'keyboards', 53, 'both', 'XV-5080', 'The ultimate module 128 polyphony with sample reader ', '', '1624564528-415773473.gif', '1877957890-1446754420.gif', '', '', '', 'no', 2, 'yes', '', 'true', '2427', '1699', '2427', '1699', 'Roland', 'true'),
(254, 'keyboards', 53, 'both', 'MC09', 'All-in-one production tool combining a DSP synth, step sequencer, four-part audio looper and effects processor ', '', '62084066-840668839.gif', '80723021-2111881558.gif', '', '', '', 'no', 4, 'yes', '', 'true', '213', '149', '213', '149', 'Roland', 'true'),
(255, 'keyboards', 53, 'both', 'CDX-1', 'Digital multitrack recorder, part phrase sampler, part CD burner.', '', '1991305757-1293013318.gif', '625767316-1186670027.gif', '', '', '', 'no', 5, 'yes', '', 'true', '793', '555', '793', '555', 'Roland', 'true'),
(256, 'keyboards', 5, 'both', 'Triton classic (used)', '\r\n  The proffesional 61 keys synthesizer keyboard. ', '', '1928502628-545583082.gif', '789852147-1694201067.gif', '', '', '', 'no', 0, 'yes', 'used', 'true', '2141', '1499', '2141', '1499', 'Korg', 'true'),
(257, 'keyboards', 2, 'both', 'KORG PA1X', 'Â  The best korg 61 keys arranger ready to go -<font color="#ff0000">Hot offers now!-</font> ', '', '774164616-1912553276.gif', '2119056562-1671312491.gif', '', '', '', 'no', 5, 'no', '', 'true', '3983', '2788$', '3983', '2788$', 'Korg', 'true'),
(258, 'keyboards', 4, 'both', 'Roland Fantom X6', '61 keys sampling sythesizer sampler workstation. <font color="#ff0000">Hot offers!</font> ', '', '588917126-807122387.gif', '1134471737-700070912.gif', '', '', '', 'no', 0, 'no', '', 'true', '2427', '1699', '2427', '1699', 'Roland', 'true'),
(259, 'misc', 0, 'both', 'CONTACT & PAY US', '<p />', '', '1723925857-897557642.gif', '106887003-1454870326.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '0', '', '0', '', '', 'true'),
(260, 'studios', 31, 'both', 'M-audio home studio', 'All you need to start recroding at your home proffesionaly  ', '', '605293595-2085085137.gif', '1126739475-1086341912.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '964', '675', '964', '675', 'M-audio', 'true'),
(261, 'studios', 31, 'both', 'M-audio project studio', 'All you need to start recording your album at your home proffesionaly', '', '1324473674-2022992742.gif', '1141370754-301455515.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1970', '1379', '1970', '1379', 'M-audio', 'true'),
(262, 'keyboards', 64, 'both', 'Roland EM-15 OR', 'A good quality small oriental keyboard at an affordable prices -including E-40OR patches ', '', '1047190183-1436049456.gif', '1139267711-552562552.gif', 'big-1756776996.jpg', '', '', 'yes', 11, 'yes', '', 'true', '570', '399', '570', '399', 'Roland', 'true'),
(263, 'misc', 0, 'both', 'Enter & Win', '', '', '1388605796-189755986.gif', '135050240-1722362020.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '0', '', '0', '', '', 'true'),
(264, 'keyboards', 53, 'both', 'Midjay oriental', 'The best modules that combine on stage, styles, mp3 and live grooves all in sync! ', '', '745328516-1935511559.gif', '405588066-348407537.gif', '', '', '', 'no', 1, 'yes', '', 'true', '2284', '1399', '2284', '1399', 'Ketron', 'true'),
(265, 'keyboards', 5, 'both', 'VEGA EX (used)', '\r\nThe best oriental arranger keyboard', '', '1954590082-436233038.gif', '2142371425-1369485558.gif', '', '', '', 'no', 0, 'no', 'used', 'false', '2000', '1400', '2000', '1400', 'Ketron', 'true'),
(266, 'misc', 0, 'both', 'M-audio', 'USA hot offers! ', '', '1861061029-1414126466.jpg', '1670552014-292795488.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '0', '', '0', '', '', 'true'),
(267, 'studios', 8, 'both', 'AXIOM 25', 'Advanced 25 keys semi-weighted controller keyboard ', '', '1457603924-1178823151.gif', '1347246496-1133526352.gif', '', '', '', 'no', 0, 'yes', '', 'false', '500', '350', '350', '179', 'M-audio', 'true'),
(268, 'studios', 84, 'both', 'AXIOM 49', 'Advanced 49 semi-weighted keyboard ', '', '154211593-1433590415.gif', '1873493075-212665399.gif', '', '', '', 'no', 0, 'yes', '', 'false', '713', '499', '499', '239', 'M-audio', 'true'),
(269, 'studios', 1, 'both', 'Delta 1010', '10in/out pci rackmout super digital audiocard ', '', '1901976507-1041321976.gif', '47235887-19453053.gif', '', '', '', 'no', 0, 'yes', '', 'false', '999', '699', '699', '399', 'M-audio', 'true'),
(270, 'studios', 16, 'both', 'Mobile pre', 'USB powered preamp and audio interface ', '', '741085136-231437852.gif', '675227386-432353398.gif', '', '', '', 'no', 0, 'yes', '', 'false', '321', '225', '225', '149', 'M-audio', 'true'),
(271, 'studios', 16, 'both', 'Transit', 'High resolution mobile audiocard ', '', '1474549480-1030243890.gif', '1889772688-1333755782.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '179', '125', '125', '79', 'M-audio', 'true'),
(274, 'misc', 0, '', 'Clients testimonials', 'Their experience with Audiominds group.', '', '1452775516-888357579.gif', '810597723-1405484721.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(276, 'keyboards', 54, '', 'Kelfar AK1', 'The best oriental scale converter controling two keyboards. ', '', '56120501-1376168977.gif', '719613792-1958373697.gif', 'big-589171831.gif', '', '', 'yes', 0, 'yes', '', 'true', '425', '375', '350', '299', 'Kelfar', 'true'),
(272, 'studios', 9, '', 'EX66', 'Near field powered MTM high-end monitor speaker.', '', '184512273-215433439.gif', '1590235657-1656949163.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1000', '888', '750', '599', 'M-audio', 'true'),
(273, 'studios', 9, '', 'LX4', 'Surround-sound expandable reference monitors', '', '304283322-583581983.gif', '996665469-2124021981.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '550', '399', '399', '279', 'M-audio', 'true'),
(277, 'keyboards', 90, 'both', 'KETRON VEGA EX3 PCM', 'The first night show 61 keys oriental keyboard FREE PCM UPGRADE FOR ALL EX3 USERS. ', '', '1656668584-870573168.swf', '131436276-1723481939.gif', '', '', '', 'no', 1, 'yes', '', 'false', '2600', '1599', '2600', '1599', 'Ketron', 'true'),
(278, 'keyboards', 55, '', 'Soft case', 'Soft cases for ketron, Roland and Korg 61 keys keyboard. ', '', '1114056424-1975987175.gif', '1951957533-1693688184.gif', '', '', '', 'no', 1, 'yes', '', 'false', '45', '30', '45', '30', 'Audiominds', 'true'),
(279, 'keyboards', 55, '', 'ATA Cases', 'Â The best solution for carrying 61 keys keyboard.<br />', '', '408768377-489443949.gif', '1260113702-751325234.gif', '', '', '', 'no', 3, 'yes', '', 'false', '225', '200', '225', '180', 'Gator', 'true'),
(280, 'keyboards', 89, 'both', 'M-audio SP-1', 'The best sustain pedal for keyboard and digital piano ', '', '1691363115-1161078415.gif', '2086567425-29738308.gif', '', '', '', 'yes', 4, 'yes', '', 'true', '35', '25', '35', '20', 'M-audio', 'true'),
(281, 'keyboards', 89, '', 'M-audio EX-P', 'Universal expression pedal controller for arranger keyboards ', '', '1284107999-1665517228.gif', '1529006627-726113033.gif', '', '', '', 'no', 5, 'yes', '', 'false', '100', '75', '100', '50', 'M-audio', 'true'),
(283, 'studios', 31, '', 'Live light-recording solution', 'Record your live performance at higher quality studio<br />', '', '1363394402-881594157.jpg', '664555910-534407919.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '750', '599', '550', '349', 'M-audio', 'true'),
(284, 'keyboards', 56, '', 'VEGA EX3 + TRITON EXTREME', 'Â Best offer, get KETRON VEGA EX3 + KORG TRITON EXTREME for less!<br />', '', '1088383497-1082470395.gif', '1277821184-256617449.gif', '', '', '', 'no', 0, 'no', '', 'true', '4700', '3999', '4700', '3999', 'OFFERS', 'true'),
(285, 'oriental', 57, '', 'Perc SET', 'A quality full oriental percusion set for less.  ', '', '453197301-1129332034.gif', '1758187632-30630202.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1300', '999', '1300', '999', 'Audiominds', 'true'),
(286, 'clinics', 0, 'both', 'Ketron VEGA EX2-maxima-', 'A reboxed ketron vega ex2- maxima - excelent condition  ', '', '1171155669-1654140204.jpg', '526457083-58326674.gif', '', 'yes', 'top', 'no', 0, 'no', 'used', 'false', '2300', '1899', '2300', '1899', 'Ketron', 'true'),
(403, 'clinics', 76, 'both', 'Oriental mood-16', 'Best 2006 oriental notated songs - volume 16', '', '2130543994-498884202.jpg', '652941088-96163355.jpg', '', 'yes', 'top', 'yes', 10, 'yes', 'new', 'false', '29', '4', '29', '4', 'Audiominds E-learning', 'true'),
(288, 'clinics', 60, '', 'Event Ezbuss', 'Reboxed audiocard mixers -ezbuss-<br />', '', '2088687265-306749819.gif', '1147959769-2138905389.gif', '', '', '', 'yes', 0, 'yes', 'used', 'true', '750', '249', '750', '249', 'Event', 'true'),
(289, 'clinics', 60, '', 'Roland SI-24', 'Reboxed Audiocard + motorized controller keyboard. ', '', '1466173542-1841251631.gif', '1977750549-510731018.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1200', '499', '1200', '499', 'Roland', 'true'),
(290, 'cds', 61, 'both', 'Korg triton extreme', 'Audiominds oriental programs for Triton extreme', '', '746062569-470277680.gif', '891141811-918091709.gif', '', 'yes', 'top', 'yes', 0, 'yes', 'new', 'true', '300', '199', '300', '199', 'Audiominds', 'true'),
(291, 'cds', 61, '', 'Korg PA-80', 'A full oriental program sounds and styles for PA-80', '', '865528307-11339995.gif', '592437294-658558349.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '399', '299', '399', '299', 'Audiominds', 'true'),
(292, 'cds', 61, '', 'VEGA plus', 'Ketron vega plus soundset compile ', '', '1933786821-1079248081.gif', '1626635000-897082386.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '2000', '399', '2000', '399', 'Audiominds', 'true'),
(293, 'studios', 14, '', 'AD2 computer', 'Project studio DAW based computer -Core duo integrated- ', '', '791390526-834048713.jpg', '1900305616-363070976.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '2500', '1999', '2500', '1999', 'Audiominds', 'true'),
(294, 'studios', 14, '', 'AD3 power computer', 'The best of the best! pro daw computer core', '', '1305284356-1644754829.swf', '1038316218-1441715362.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '4999', '1199', '4999', '1199', 'Audiominds', 'true'),
(295, 'studios', 9, '', '8020A-Genelec-', 'Active Bi-amplified Studio Monitor with 20W 4&quot; Woofer and 20W .75&quot; ', '', '962785666-1713860906.jpg', '55208781-1236350989.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '600', '450', '600', '386', 'Genelec', 'true'),
(296, 'studios', 9, '', '8030-Genelec-', 'Active Bi-amplified Studio Monitor with 40W 5&quot; Woofer and 40W .75&quot; ', '', '925622376-1419085859.jpg', '587063049-276219303.gif', '', '', '', 'no', 0, 'yes', '', 'false', '900', '750', '900', '630', 'Genelec', 'true'),
(297, 'studios', 9, '', '8040-Genelec', 'Active Bi-amplified Studio Monitor with 90W 6.5&quot; Woofer and 90W .75&quot;', '', '986355135-1753113056.jpg', '913438142-98600584.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1400', '1250', '1400', '1100', 'Genelec', 'true'),
(298, 'studios', 9, '', '8050A-Genelec', 'Active Bi-amplified Studio Monitor with 150W 8&quot; Woofer and 120W 1&quot;', '', '1526789686-1671680501.jpg', '265488025-389232502.gif', '', '', '', 'no', 0, 'yes', '', 'false', '2500', '2099', '2500', '1999', 'Genelec', 'true'),
(299, 'studios', 9, '', '1032A-Genelec', 'Active 200W Bi-amped Nearfield Monitor with 10" Woofer and 1" Metal Dome Tweeter ', '', '589036816-582596881.jpg', '1312750680-109566279.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '3500', '2750', '3500', '2699', 'Genelec', 'true'),
(300, 'studios', 9, '', '8240A-Genelec', '90-watt Active Studio Monitor with DSP and Acoustical System Calibration', '', '580738648-641555046.jpg', '1231380744-246238938.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '1900', '1750', '1900', '1700', 'Genelec', 'true'),
(301, 'studios', 9, '', '7050b-Genelec', 'Active Subwoofer with 8&quot; Driver and 70W Power Amp', '', '1612764558-575062204.jpg', '242662227-1472831890.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '1250', '1199', '1250', '1099', 'Genelec', 'true'),
(302, 'keyboards', 4, '', 'Korg Triton studio 61', 'The best 61 keys  synthesizer workstation-oriental sounds included-<br /><strong><font color="#ff0000">Free Moss onboard +CDRW drive + EXB sampling</font></strong> ', '', '2039560629-1731141675.gif', '1058262708-257044878.gif', 'big-1061799219.jpg', '', '', 'no', 0, 'no', '', 'true', '2900', '2699', '2700', '2499', 'Korg', 'false'),
(303, 'keyboards', 4, '', 'Korg TR61', '<span class="z1a1n">61 keys synthesizer with 64MB PCM ROM. Portable SD card data storage </span>', '', '807512702-24335531.gif', '1618033558-1946622041.gif', 'big-102996080.jpg', '', '', 'no', 0, 'yes', '', 'true', '1250', '999', '899', '799', 'Korg', 'true'),
(304, 'cds', 61, '', 'SPDS oriental library', 'A pacckage that turn your SPDS into a live oriental percusion pad ', '', '1768549852-939266529.gif', '264519551-2009243609.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '299', '299', '299', '299', 'Audiominds', 'true'),
(404, 'clinics', 76, 'both', 'Oriental mood-7', 'The best 99 oriental notated songs - volume 7', '', '1155133403-180772445.jpg', '1257554096-2042773902.jpg', '', 'yes', 'top', 'no', 5, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(405, 'clinics', 76, 'both', 'Imortal songs-3', 'The best immortal oriental songs - volume3', '', '1366831666-1320214763.jpg', '1443603683-378363461.jpg', '', 'yes', 'top', 'yes', 4, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(401, 'clinics', 76, 'both', 'Oriental mood-14', 'The best oriental songs collection - number 14', '', '2095123627-552278322.jpg', '297898989-614550914.jpg', '', 'yes', 'top', 'yes', 8, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(402, 'clinics', 76, 'both', 'Oriental mood-15', 'The best oriental notation sheets -volume 15', '', '1163324334-1329187580.jpg', '2126126995-763027298.jpg', '', 'yes', 'top', 'no', 9, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(309, 'studios', 14, '', 'AD L', 'New mobile  based on duo 2 core technology everything you need to make your music on the go!', '', '1289672851-1504335376.gif', '1685622429-743891012.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '2699', '2399', '2699', '2399', 'Audiominds', 'true'),
(310, 'studios', 52, '', 'guitarist solution', 'A prefect guitarist solution with 2 analog I/O', '', '133558335-130915198.jpg', '1370631204-472325072.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '199', '160', '199', '160', 'Solution', 'true'),
(311, 'studios', 52, '', 'Singer & guitarist', 'The prefect combo solution for singer and guitarist with 2 anlog I/O with one preamp in ', '', '1212541446-1713521396.jpg', '1782827888-323515591.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '450', '325', '450', '199', 'Studio solution', 'true'),
(312, 'studios', 52, '', 'Gig band', 'A prefect trio solution that enable recording lead singer, guitarist and bassist 4in/out', '', '876580738-864356126.jpg', '1160835141-450554561.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '513', '359', '513', '359', 'Studio solution', 'true'),
(313, 'studios', 52, '', 'Basic Band', 'A perfect quantet band solution that enable recording lead singer &amp; guitar, backing guitar and drums', '', '1014224403-626790715.jpg', '2097567801-9748311.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '750', '539', '750', '539', 'Studio solution', 'true'),
(314, 'studios', 52, '', 'Full Band', '<p>The prefect solution for recoding live rock band.</p>', '', '1288421019-542059841.jpg', '1250677613-1309741757.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '800', '599', '800', '599', 'Studio solution', 'true'),
(316, 'studios', 17, '', 'Traveler', 'Portable FireWire Recording System with 20 Input Channels, 4 Mic Inputs and FireWire Bus Power', '', '189969503-794076098.gif', '1913876618-1174984982.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '1250', '999', '999', '849', 'Motu', 'true'),
(315, 'studios', 52, 'both', 'Band Plus', 'The best solution for recording rock band with full acoustic drums miking. ', '', '1376524394-1572889239.jpg', '1961296347-960691812.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '1350', '1049', '1350', '1049', 'Studio solution', 'true'),
(317, 'studios', 52, '', 'Extreme Band', 'The perfect recording solution for an extrended rock band. ', '', '740383335-1310373030.jpg', '1010114960-1585530283.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '2250', '1799', '2250', '1499', 'Studio solution', 'true'),
(318, 'keyboards', 62, '', '96Ram upgrade', '<p>Best RAM upgrade for triton series-Guarentee-</p>', '', '1768691549-1434860478.jpg', '1988648710-723469563.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '199', '139', '199', '139', 'Korg', 'true'),
(319, 'keyboards', 62, '', 'CDRW-1', 'Internal 8x CD-RW for Korg Triton Studio and D12/1200', '', '2053090615-1138745560.jpg', '1136840538-436999020.gif', '', '', '', 'no', 0, 'yes', '', 'false', '399', '250', '399', '199', 'Korg', 'true'),
(320, 'keyboards', 62, 'both', 'Moss board', '6-voice MOSS Expansion with 128 Programs ', '', '68848824-1667357205.jpg', '924469156-841782685.jpg', '', '', '', 'yes', 0, 'no', '', 'true', '699', '580', '699', '475', 'Korg', 'false'),
(321, 'keyboards', 62, '', 'EXB-SMPL', 'Triton LE Expansion Option adds Two Audio Inputs with Mic/Line Switching, Variable Gain Knob, a SCSI Interface, and Support for 48-kHz/16-bit Linear Mono/Stereo sampling', '', '409755232-1851511215.jpg', '489998125-1082186448.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '399', '275', '399', '199', 'Korg', 'true'),
(407, 'clinics', 76, 'both', 'Feirouz songs-2', 'The best feiruz notated songs -volume 2', '', '825317588-263105322.jpg', '564273318-2117577811.jpg', '', 'yes', 'top', 'yes', 2, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(406, 'clinics', 76, 'both', 'Feirouz songs-1', 'Best feyrouz notated songs- volume 1 ', '', '793557645-1702550039.jpg', '1016199330-1266837475.jpg', '', 'yes', 'top', 'yes', 1, 'yes', 'new', 'false', '19', '4', '19', '4', 'Audiominds E-learning', 'true'),
(324, 'studios', 17, '', 'OZONIC', '37-Key MIDI Controller and 2x2 24-bit/96kHz Audio Interface ', '', '25955952-634332283.gif', '1365418772-383317574.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '750', '550', '750', '485', 'M-audio', 'true'),
(325, 'studios', 10, '', 'Audio Buddy', 'Dual-channel Microphone Preamp and Direct Box with Phantom Power', '', '2065897947-94670917.gif', '864169717-1506021034.gif', '', '', '', 'no', 0, 'yes', '', 'true', '250', '159', '250', '99', 'M-audio', 'true'),
(326, 'misc', 0, '', 'STUDIO SUPPORT', 'STOP DREAMING! START RECORDING..', '', '1243107491-1969766700.gif', '383227878-2021371206.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(327, 'keyboards', 63, '', 'FS6', 'switch function switch', '', '927226313-1277797063.gif', '318088469-448601023.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '150', '139', '150', '140', 'Ketron', 'true'),
(328, 'keyboards', 63, '', 'FS13', '13 pedals switch board', '', '849859332-1746162145.jpg', '1865474363-1018675512.gif', '', '', '', 'no', 0, 'yes', '', 'false', '300', '229', '300', '229', 'Ketron', 'true'),
(329, 'keyboards', 63, '', '4 Switch', '4 Switch Volume/Tonality Pedal', '', '1148040892-573486051.gif', '1495431779-692475596.gif', '', '', '', 'no', 0, 'yes', '', 'false', '350', '279', '350', '279', 'Ketron', 'true'),
(330, 'keyboards', 63, '', '9FS', '9 button Manual Function Switch', '', '33259059-836577120.gif', '1389112540-1289358642.gif', '', '', '', 'no', 0, 'yes', '', 'false', '250', '109', '250', '109', 'Ketron', 'true'),
(331, 'keyboards', 63, '', 'Cable computer', 'Computer cable computer ', '', '562751486-1968288961.gif', '757459334-1169304753.gif', '', '', '', 'no', 0, 'yes', '', 'false', '75', '29', '75', '29', 'Ketron', 'true'),
(332, 'keyboards', 63, '', 'Flash pattern', '2Mb flash pattern', '', '1122895181-795066425.gif', '160872922-2012337371.gif', '', '', '', 'no', 0, 'yes', '', 'false', '165', '115', '165', '115', 'Ketron', 'true'),
(333, 'keyboards', 63, '', '8MB flash ram', '8MB flash ram board', '', '1358861569-1309781341.gif', '170714865-2045855587.gif', '', '', '', 'no', 0, 'yes', '', 'false', '270', '159', '270', '159', 'Ketron', 'true'),
(334, 'keyboards', 63, '', 'Vocalizer', 'Vocalizer expansion board', '', '188735631-1851488306.gif', '970477655-1423744009.gif', '', '', '', 'no', 0, 'yes', '', 'false', '250', '215', '350', '215', 'Ketron', 'true'),
(335, 'keyboards', 63, '', 'Harddisk Kit', 'Special Harddisk-EXTRA STORAGE-', '', '270353874-2027333971.gif', '1397516252-1750390673.gif', '', '', '', 'no', 0, 'yes', '', 'false', '', '515', '', '', 'Ketron', 'true'),
(337, 'keyboards', 63, '', '8MB flash card', '8Mb flash card for X series.', '', '961218372-2059009954.gif', '1028314413-1396779492.gif', '', '', '', 'no', 0, 'yes', '', 'false', '350', '299', '350', '299', 'Ketron', 'true'),
(338, 'keyboards', 64, '', 'Casio AT-1', 'Best 61 keys solution for beginners that looking for oriental scaling ', '', '1711257103-650650511.gif', '214355320-1037384642.gif', '', '', '', 'no', 0, 'yes', 'new', 'true', '399', '299', '399', '299', 'Casio', 'true'),
(339, 'keyboards', 2, '', 'KETRON SD5', 'Versatile 61 Keys arranger Keyboard with Hard Drive. ', '', '877059305-1009350059.jpg', '906120690-738538668.jpg', 'big-1559053131.jpg', '', '', 'no', 3, 'yes', '', 'true', '2899', '2299', '2899', '2299', 'Ketron', 'true'),
(340, 'clinics', 66, '', 'Acoustic Masters', '\r\nThis books get you deep into the fundamental of sound physics.', '', '1768761918-1508037135.jpg', '2097167782-1782982981.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '299', '149', '99', '149', 'Audiominds E-learning', 'true'),
(341, 'clinics', 66, '', 'Synth filter & oscillator', 'Easy guide to digital filter and oscillator synthesizer ', '', '366623845-1103485606.jpg', '946731114-1785047847.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '99', '49', '99', '49', 'E-learning audiominds', 'true'),
(342, 'clinics', 66, '', 'Microphone techniques', 'This E-books guide you  to microphones types and useablity techniques', '', '1170195947-1284472313.jpg', '1220856909-1537821471.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '99', '49', '99', '49', 'E-learning Audiominds', 'true'),
(343, 'clinics', 66, '', 'Pro music production', 'This e-books guides you to pro studio production and functionality.', '', '1169584974-1107506943.jpg', '1652344136-167391929.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '399', '149', '399', '149', 'E-learning Audiominds', 'true'),
(344, 'clinics', 66, '', 'Mixing techniques', 'All you need to know about MIXING TECNIQUES &amp; TECHNOLOGY.', '', '1191436010-2009488108.jpg', '1734356421-47585012.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '99', '199', '99', 'E-learning Audiominds', 'true'),
(345, 'clinics', 66, '', 'Mix Masters', '<p>Its a MIX MASTERS guide to every pratical elements in audio song mixing.</p>', '', '811097465-1884211942.jpg', '1824990422-2011829824.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '299', '149', '299', '149', 'E-learning Audiominds', 'true'),
(346, 'clinics', 66, '', 'Way to Mastering', 'This E-books guide to the prefect audio mastering.', '', '1663418589-318595121.jpg', '989031438-1128776666.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '199', '99', '199', '99', 'E-learning Audiominds', 'true'),
(347, 'clinics', 67, '', 'Oriental scales', 'E-book guide to the full theories of oriental scales and techniques. ', '', '1195215873-147705986.gif', '2125064596-1542888803.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '99', '199', '99', 'Audiominds E-learning', 'true'),
(348, 'cds', 28, '', 'ORIENTAL REMIX', 'Audiominds team are ready to shake your tunes!!', '', '1669623603-1448097864.jpg', '1110179005-1838006812.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '499', '199', '499', '199', 'Audiominds', 'true'),
(349, 'clinics', 68, '', 'Protools secret', 'Get deeply into Protools technical skills  with this elearning book', '', '2109876260-1975821176.jpg', '1970827130-913225307.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '150', '75', '150', '75', 'E-learning audiominds', 'true'),
(350, 'clinics', 68, '', 'Sonar secret', '<p>The full guide to master cakewalk sonar</p>', '', '1700896565-843016884.jpg', '1011001187-1058870285.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '120', '45', '120', '45', 'E-learning audiominds', 'true'),
(351, 'clinics', 68, '', 'Protools post production', '<p>Get deeply in PROTOOLS Â post production creation </p>', '', '1756680758-130973465.jpg', '418764174-285271742.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '150', '75', '150', '75', 'E-learning audiominds', 'true'),
(352, 'oriental', 69, '', 'Egypt black', '<p>The black fond Alexandria  10 3/4&quot; x 16 3/4&quot; darbuka </p>', '', '1350227634-1829591066.jpg', '2104576321-2069901267.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '99', '199', '99', 'Audiominds', 'true'),
(353, 'oriental', 69, '', 'Pro mosaik', 'PRO hand made  17.5&quot; x 11&quot; mosaik darbuka ', '', '1465809522-740333183.jpg', '1077668784-1045106133.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '600', '399', '600', '399', 'Audiominds', 'true'),
(354, 'oriental', 70, '', 'Wood Req', 'Excellent wood 8.5&quot; Diameter req ', '', '1402940787-160763011.jpg', '1581066009-1468701863.gif', '', '', '', 'no', 0, 'yes', '', 'false', '150', '99', '150', '99', 'Audiominds', 'true'),
(355, 'oriental', 70, '', 'Pro Mosaik Req', 'Pro hand made mosaic 9&quot; diameter req <font color="#ff0000">-excellent sonority-</font> ', '', '164766049-552567650.gif', '1938900051-1606480703.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '550', '350', '550', '350', 'Audiominds', 'true'),
(356, 'oriental', 71, '', '12" Wood Duff', 'An excellent wood 12&quot; diameter bandir ', '', '605961142-1095434808.gif', '350232277-1513511320.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '250', '150', '250', '150', 'Audiominds', 'true'),
(357, 'oriental', 71, '', '14" MTA''AM katem', 'Excellent 14&quot; diameter MTA''AM katem ', '', '1952665128-262680549.gif', '1075711786-712600908.gif', '', '', '', 'no', 0, 'yes', '', 'false', '250', '175', '250', '175', 'Audiominds', 'true'),
(358, 'oriental', 70, '', '12" Mazhar', 'Good quality 12&quot; Mazhar ', '', '2123879932-1680956545.gif', '248401252-1997258194.gif', '', '', '', 'no', 0, 'yes', '', 'false', '199', '135', '199', '135', 'Audiominds', 'true'),
(359, 'oriental', 72, '', '15" Wood  Bendir', '<p>Quality 15&quot; Wood bendir <font color="#ff0000">-Excellent sonority-</font></p>', '', '232645602-28102110.gif', '225068786-1303606183.gif', '', '', '', 'no', 0, 'yes', '', 'false', '250', '149', '250', '149', 'Audiominds', 'true'),
(360, 'oriental', 73, 'both', '19" Big tabel', '<p>First quality 19&quot; big tabel (davul)</p>', '', '2065760533-1673390723.gif', '457423334-55585500.gif', '', 'yes', 'top', 'no', 0, 'yes', 'new', 'false', '250', '199', '250', '199', 'Audiominds', 'true'),
(361, 'oriental', 74, '', 'Mazamir set', '<p>Quality wood Mazamir set </p>', '', '239436756-461948157.gif', '2032379559-774624938.gif', '', '', '', 'yes', 0, 'yes', '', 'false', '450', '249', '450', '249', 'Audiominds', 'true'),
(362, 'oriental', 74, '', 'Mizmar', '<p>Quality wood mizmar</p>', '', '2010178721-67680012.gif', '719003225-835457396.gif', '', '', '', 'no', 0, 'yes', '', 'false', '99', '69', '99', '69', 'Audiominds', 'true'),
(363, 'oriental', 74, '', 'Migwiz', 'Handcrafted Quality double Migwiz ', '', '86444430-871750278.jpg', '945932446-239577944.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '55', '29', '55', '29', 'Audiominds', 'true'),
(364, 'keyboards', 64, 'both', 'Ayoub AWO-56', 'Best budget preset oriental arranger keyboard-assyrian style included -<font color="#ff0000"><strong>USA crasy offer!</strong></font> ', '', '1395188726-1654716532.jpg', '1884115166-1376453386.gif', 'big-229073515.jpg', '', '', 'yes', 0, 'yes', '', 'true', '850', '550', '750', '550', 'Ayoub', 'true'),
(365, 'misc', 0, '', 'Credit facilities', 'Applied only in Lebanon', '', '82368050-1842178397.jpg', '730138146-741791397.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(366, 'keyboards', 65, '', 'Roland EXR-46 OR', 'The new mood in oriental music performance. khaligy loaded ', '', '1726416400-1834049232.gif', '1220461337-1241603025.gif', 'big-1906450336.jpg', '', '', 'no', 0, 'yes', '', 'true', '1250', '965', '1250', '965', 'Roland', 'true'),
(367, 'misc', 0, '', 'Credit facilities', 'Applied in USA ', '', '2065031428-2063599845.jpg', '1681635391-1585796813.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(368, 'studios', 75, '', 'Mbox mini', '2-channel USB Audio Interface with 24-bit/48kHz Resolution, Mic and Instrument Inputs, and Pro Tools LE Software ', '', '195614515-495998669.gif', '734227641-1074216387.gif', '', '', '', 'no', 0, 'yes', '', 'false', '599', '399', '599', '295', 'Protools', 'true'),
(369, 'studios', 75, '', 'Mbox2', '24-bit Audio/MIDI Interface with 2 Mic Preamps, DI, S/PDIF Audio I/O, and Pro Tools LE Software', '', '616711012-1291777797.gif', '973040966-773822849.gif', '', '', '', 'no', 0, 'yes', '', 'false', '799', '650', '799', '449', 'Protools', 'true'),
(370, 'studios', 75, '', 'Mbox2 pro', '6-in, 8-out 24-bit/96kHz FireWire Audio/MIDI Interface with Pro Tools LE and Ignition Pack Software - Mac/PC ', '', '1685775859-1134867457.gif', '446010056-510760712.gif', '', '', '', 'no', 0, 'yes', '', 'false', '899', '799', '899', '699', 'Protools', 'true'),
(371, 'studios', 75, '', 'Digi003-rack', 'FireWire Audio Interface with Pro Tools LE Software', '', '1847091009-14156642.gif', '1265119988-424441087.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1699', '1499', '1699', '1199', 'Protools', 'true'),
(372, 'studios', 75, '', 'Digi003-Mixer', 'FireWire Interface/Control Surface with Pro Tools LE Software and Plug-in Bundle', '', '1776363269-1940753707.gif', '72179287-305928313.gif', '', '', '', 'no', 0, 'yes', '', 'false', '2999', '2599', '2999', '2199', 'Protools', 'true'),
(373, 'studios', 1, '', 'Lynx L22', 'Class A new 24-bit/192 kHz Audio Card for Windows PC and MAC', '', '1020171792-2038291291.gif', '981095030-1909060476.gif', '', '', '', 'no', 0, 'yes', '', 'false', '999', '799', '999', '599', 'Lynx', 'true'),
(374, 'studios', 1, '', 'Lynx Aes16', 'Lynx AES16 192 kHz Multichannel AES/EBU Interface', '', '1648370233-20920817.gif', '30499817-327780998.gif', '', '', '', 'no', 0, 'yes', '', 'false', '1199', '899', '1199', '625', 'Lynx', 'true'),
(375, 'studios', 22, '', 'Com800', 'Ultra-Compact Stereo Modeling Compressor with 16 Presets ', '', '1883983221-1991597891.gif', '737249801-1343860742.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '135', '199', '99', 'Behringer', 'true'),
(376, 'studios', 10, '', 'Mic800', 'Ultra-Compact Microphone Modeling Preamp ', '', '78498529-807678211.gif', '1528387723-1073163684.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '135', '199', '99', 'Behringer', 'true'),
(377, 'studios', 17, '', '8pre', '24-bit/96kHz, 16 x 12 FireWire Audio Interface with 8 Preamps and 2 Banks of ADAT I/O for Mac and PC', '', '1510406621-574990937.gif', '1107976125-643570995.gif', '', '', '', 'no', 0, 'yes', '', 'false', '999', '790', '499', '999', 'Motu', 'true'),
(379, 'studios', 8, '', 'UMX25', '<p align="left">25-Key USB/MIDI Controller Keyboard with USB/Audio Interface, 50 Software Instruments and Ableton Live Lite 4 BEHRINGER Edition </p>', '', '1457695125-697596764.gif', '1462485944-982278613.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '199', '129', '199', '99', 'Behringer', 'true'),
(380, 'studios', 8, '', 'UMX49', '49-Key USB/MIDI Controller Keyboard with USB/Audio Interface, 50 Software Instruments and Ableton Live Lite 4 BEHRINGER Edition ', '', '2007543876-1229643421.gif', '1489825847-2013610736.gif', '', '', '', 'no', 0, 'yes', '', 'false', '299', '199', '299', '145', 'Behringer', 'true'),
(381, 'keyboards', 90, 'both', 'Korg Pa80', '61 keys arranger keyboard with sampler with vocalizer onboard ', '', '947855581-745590759.gif', '1642131876-2114509249.gif', 'big-620418615.jpg', '', '', 'no', 6, 'yes', '', 'false', '2299', '1499', '2299', '1499', 'Korg', 'true'),
(382, 'keyboards', 65, 'both', 'Korg Pa50', '61-Key Professional Arranger Keyboard with TRITON based sound engine-USA WARRANTY', '', '1112248516-1766906447.gif', '1050231260-101016199.gif', 'big-1251624024.jpg', 'yes', 'top', 'no', 0, 'yes', 'new', 'true', '1599', '749', '1599', '749', 'Korg', 'true'),
(383, 'keyboards', 2, 'both', 'Korg Pa800', '61-key Arranger Workstation with 950 ROM sounds, Over 400 Styles, TouchView Display, and TC Helicon Vocal Processor -<strong><font color="#ff0000">USA crasy offer!</font></strong> ', '', '87741205-1841616050.gif', '2123499821-310302421.gif', 'big-2037400241.jpg', 'yes', 'top', 'no', 0, 'yes', 'new', 'true', '3250', '2650', '3250', '2399', 'Korg', 'true'),
(386, 'keyboards', 55, '', 'Keyboard stand', 'X-Stable, heavy duty flexible setup', '', '691012687-1870151154.gif', '1478219543-1783251664.gif', 'big-1200303454.jpg', '', '', 'no', 0, 'yes', '', 'true', '49', '29', '49', '29', 'Stagg', 'true'),
(387, 'livemusic', 32, '', 'Xenyx 502', 'Premium 5-Input 2-Bus Mixer with XENYX Mic Preamp and British EQ', '', '1830925236-1175547332.gif', '1754373770-1447610568.gif', 'big-284497124.jpg', '', '', 'yes', 1, 'yes', '', 'false', '99', '79', '99', '49', 'Behringer', 'true'),
(389, 'livemusic', 32, '', 'Xenyx 1002', 'Premium 10-Input 2-Bus Mixer with XENYX Mic Preamps and British EQs ', '', '1521278460-1687630291.jpg', '580288340-1108401032.jpg', 'big-377090872.jpg', '', '', 'no', 3, 'yes', '', 'false', '130', '109', '130', '69', 'Behringer', 'true'),
(392, 'livemusic', 32, '', 'Xenyx 1204FX', 'Premium 12-Input 2/2-Bus Mixer with XENYX Mic Preamps, British EQs, 24-Bit Multi-FX Processor and USB/Audio Interface ', '', '329782274-641113454.jpg', '1961786971-1045192137.jpg', 'big-2051780337.jpg', '', '', 'yes', 6, 'yes', '', 'false', '399', '320', '399', '260', 'Behringer', 'true'),
(393, 'livemusic', 32, '', 'Xenyx 1222FX', 'Premium 16-Input 2/2-Bus Mixer with XENYX Mic Preamps, British EQs, 24-Bit Multi-FX Processor and USB/Audio Interface ', '', '981699997-430826208.jpg', '2032525241-193955713.jpg', 'big-929614221.jpg', '', '', 'yes', 7, 'yes', '', 'false', '699', '420', '699', '299', 'Behringer', 'true'),
(395, 'studios', 17, '', 'Profire', '34-in/36-out FireWire Lightpipe Interface', '', '270127147-2027601149.jpg', '1850775961-302409586.jpg', 'big-680269163.jpg', '', '', 'no', 0, 'yes', '', 'false', '899', '550', '899', '399', 'M-audio', 'true'),
(396, 'studios', 12, '', 'Tranzport', 'Wireless Remote DAW Controller with Full Transport Functions and Backlit LCD Data Display - PC/Mac', '', '275864001-1996822463.jpg', '1884784893-1763667786.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '399', '299', '399', '199', 'Frontier design', 'true'),
(397, 'clinics', 76, 'both', 'Shaaby notation', 'The best shaaby notation series ', '', '95989967-1630675666.jpg', '1092742241-842926313.jpg', '', 'yes', 'top', 'no', 3, 'yes', 'new', 'false', '29', '4', '29', '4', 'Audiominds E-learning', 'true'),
(398, 'clinics', 76, 'both', 'Music & songs', 'Oriental notation series number 18', '', '1389227503-847238768.jpg', '2087196933-1879237855.jpg', '', 'yes', 'top', 'yes', 0, 'yes', 'new', 'false', '25', '4', '25', '4', 'Audiominds E-learning', 'true'),
(399, 'clinics', 76, 'both', 'Oriental mood-12', 'The best 2006 songs number 12 ', '', '952948935-221015657.jpg', '797213064-1593245696.jpg', '', 'yes', 'top', 'no', 6, 'yes', 'new', 'false', '25', '4', '25', '4', 'Audiominds E-learning', 'true'),
(400, 'clinics', 76, 'both', 'Oriental mood-13', 'New oriental mood volume 13', '', '411692650-1035338076.jpg', '1422198789-893399914.jpg', '', 'yes', 'top', 'no', 7, 'yes', 'new', 'true', '25', '4', '25', '4', 'Audiominds E-learning', 'true'),
(409, 'misc', 0, 'both', 'Oriental keyboards value added', '', '', '569782756-1469657465.jpg', '499288521-430511659.gif', '', 'yes', 'top', 'no', 0, 'yes', 'new', 'false', '', '', '', '', '', 'true'),
(410, 'misc', 0, '', 'Studio value', '', '', '1982213709-1651879563.jpg', '1194417488-1613751657.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(411, 'misc', 0, '', 'Why buy korg', '', '', '2035172584-1641840201.jpg', '1658489215-608862263.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(412, 'misc', 0, '', 'why buy gem', '', '', '1433832846-1143480918.jpg', '1302207517-207059588.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(413, 'misc', 0, '', 'yamaha value added', '', '', '390218318-1565909696.jpg', '1781147871-1414784470.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(414, 'misc', 0, '', 'germany', '', '', '1691809693-878851763.jpg', '1360698702-1487494265.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(415, 'misc', 0, '', 'acoustic intrmunets', '', '', '1277664264-28388120.jpg', '664241833-390737113.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(416, 'oriental', 77, '', 'Oud Pick', 'Quality oud pick-plastic made. ', '', '850987170-242444629.jpg', '169997954-762553907.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '6.99', '4.99', '6.99', '4.99', 'Oud custom', 'true'),
(418, 'oriental', 77, '', 'D''Addario J95 Silver', 'Plated Wound Oud String Set', '', '1301132332-1330893411.jpg', '137740397-1032914043.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '25', '10.99', '25', '10.99', 'D''Addario J95 Silver', 'true'),
(419, 'oriental', 77, '', 'Super hard case', 'A good quality hard case ', '', '1835876241-690327467.jpg', '990341103-1497017739.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '99', '75', '99', '75', 'Oud custom', 'true'),
(420, 'oriental', 77, '', 'Oud soft case', '<p>A good quality soft case </p>', '', '1918735371-1087984452.jpg', '1947345909-1983643820.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '75', '39', '75', '39', 'Oud custom', 'true'),
(421, 'oriental', 78, '', 'Req soft case', 'Quality leather req soft case ', '', '1847189924-22554041.jpg', '332479462-606975378.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '45', '25', '45', '25', 'L''orient', 'true'),
(422, 'oriental', 78, '', 'Bendir soft case', 'Quality Nylon soft case ', '', '1656207531-2094217769.jpg', '2120505735-1280283652.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '55', '39', '55', '39', 'L''orient', 'true'),
(423, 'oriental', 79, '', 'Tabla soft case', 'Quality Nylon tabla soft case ', '', '2094578810-1919186497.jpg', '1468584668-1948267491.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '55', '25', '55', '25', 'L''orient', 'true'),
(424, 'oriental', 79, '', 'Replacement head', '<p>Quality Tabla replacement 8 5/8&quot; diameter head</p>', '', '216156702-802071248.jpg', '400500092-648749691.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '9.99', '7.55', '9.99', '7.55', 'L''orient', 'true'),
(425, 'oriental', 80, '', 'Electric Baglama-saz', 'Quality wood-handmade Electric baglama saz ', '', '268697293-1149913320.jpg', '611209598-435622180.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '599', '425', '599', '425', 'Turkia', 'true'),
(426, 'oriental', 80, '', 'Baglama-saz', 'Quality sonority baglama saz ', '', '139245817-510472422.jpg', '1283326506-1416318337.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '499', '225', '499', '225', 'Turkia', 'true'),
(427, 'oriental', 81, '', 'Kanoun soft case', 'Quality nylon kanoun soft curying case ', '', '1115702299-303611463.jpg', '1629809948-1378541293.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '99', '65', '99', '65', 'L''orient', 'true'),
(428, 'oriental', 69, '', 'Dahollas', 'Quality oriental dahollas - 4 tunning screws ', '', '1860955890-598651525.jpg', '288000443-1965927812.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '175', '99', '175', '99', 'Audiominds', 'true'),
(429, 'keyboards', 82, '', 'BC3a', 'MIDI Breath Controller-add more feeling to your performance ', '', '171073586-850840738.jpg', '1753083667-684518347.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '150', '120', '150', '120', 'Yamaha', 'true'),
(430, 'keyboards', 82, '', 'Breath converter', 'The midi converter for BC3A ', '', '1471164554-282139989.jpg', '2037594295-2058934989.jpg', '', '', '', 'yes', 0, 'yes', '', 'false', '180', '235', '180', '235', 'Midi solution', 'true'),
(431, 'keyboards', 54, '', 'AS-1', '<p>Oriental scale converter compatible with all GEM keyboards</p>', '', '313335632-1214225144.jpg', '285915366-1078422776.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '250', '190', '250', '190', 'Gem', 'true'),
(432, 'keyboards', 54, '', 'Tr scale converter', '<p>Oriental scale converter compatible with major Korg keyboards</p>', '', '7569929-1265119192.jpg', '595999054-1120279967.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '260', '220', '229', '260', 'Audiominds', 'true'),
(433, 'cds', 18, '', 'Orient World', 'Authentical instruments plus a large percussion pool for licks, phrases and loop-multisamples! ', '', '1272656348-1738266282.jpg', '1235225214-1361898865.jpg', 'big-1053771793.gif', '', '', 'no', 0, 'yes', '', 'false', '250', '199.99', '250', '199.99', 'East west', 'true'),
(434, 'cds', 18, '', 'Quantun Leap RA', '14 Gigabyte Virtual Instrument Covering Ethnic Sounds from Six Areas of the World ', '', '1363856554-1609677752.jpg', '242524612-1748219536.jpg', 'big-1465913365.jpg', '', '', 'no', 0, 'yes', '', 'true', '999', '475', '999', '475', 'East west', 'true'),
(435, 'cds', 18, '', 'Ethno Instruments', '8GB Ethnic Sound and Loop Collection with Drag and Drop Interface and Convolution Reverb - Mac/PC', '', '1271609946-2144457434.jpg', '1407993138-597063391.jpg', 'big-2043742402.jpg', '', '', 'no', 0, 'yes', '', 'false', '450', '279', '450', '279', 'Motu', 'true'),
(436, 'cds', 18, '', 'Oriental RnB', 'Selected Construction Kits with Spicy Oriental Flavour', '', '565390159-1772225833.jpg', '2084424077-819709988.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '250', '120', '250', '120', 'Uberchall', 'true'),
(437, 'cds', 18, '', 'Volka Baglama', 'Superb sampling baglama and sax soundset ready to use as VSTi', '', '1485072516-25020329.jpg', '411935617-938570604.jpg', '', '', '', 'no', 0, 'yes', '', 'true', '50', '39', '50', '39', 'Volko', 'true'),
(438, 'cds', 18, '', 'Ethnosphere', 'Packed as a convenient VST Sample Player, Ethnosphere is the rich source of oriental sounds', '', '248890645-1670019246.jpg', '1677236580-843497037.jpg', 'big-322495419.gif', '', '', 'no', 0, 'yes', '', 'false', '120', '99', '120', '99', 'Soundburst', 'true'),
(442, 'keyboards', 4, '', 'Korg X50-SP edition', 'Small protable 61 keys loaded with best oriental triton sounds- Audiominds special edition ', '', '1417099722-543255232.jpg', '1664507961-1000140503.jpg', 'big-1484745939.jpg', '', '', 'yes', 0, 'yes', '', 'true', '1499', '1299', '1499', '1299', 'Korg', 'true'),
(443, 'keyboards', 4, '', 'Korg X50', 'The sonic power of the TRITON series in a portable keyboard. ', '', '1398615228-1200271900.jpg', '116359617-1948164981.jpg', 'big-1965310125.jpg', '', '', 'no', 0, 'yes', '', 'false', '1399', '650', '1399', '650', 'Korg', 'true'),
(444, 'misc', 0, '', 'customers-testimonials', '', '', '1613500805-678520485.jpg', '484585478-879553088.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(445, 'misc', 0, '', 'customers-testimonials', '', '', '1513377082-1106923419.jpg', '996693239-1380551934.gif', '', '', '', 'yes', 0, 'yes', '', 'true', '', '', '', '', '', 'true'),
(446, 'keyboards', 82, 'both', 'Universal Bc', 'Add a live  feeling to your performance- universal breath controller-<strong><font color="#ff0000">USA crasy offer!</font></strong> ', '', '229035702-781178120.jpg', '90887602-433257750.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '399', '220', '399', '220', 'Audiominds', 'true'),
(439, 'studios', 17, '', 'iO 26', '26-channel FireWire Audio/MIDI Interface with Eight Mic/Line Ins and ADAT Optical Inputs ', '', '1158928862-882512074.gif', '1495155407-982915481.gif', '', '', '', 'no', 0, 'yes', '', 'true', '750', '590', '599', '399', 'Alesis', 'true'),
(440, 'keyboards', 65, '', 'Yamaha PSR-OR700', 'A new levels of oriental/persian live performance- portable 61 keys ', '', '1314292054-1281131616.jpg', '366923254-335555125.jpg', 'big-1475420540.jpg', '', '', 'no', 0, 'yes', '', 'false', '1499', '1299', '1499', '1299', 'Yamaha', 'true'),
(441, 'keyboards', 2, 'both', 'KETRON VEGA EX4 NIGHT', 'A new levels of oriental live performance..all moods in one box!-<strong><font color="#ff0000">USA crasy offer!</font></strong> ', '', '1471426480-1208042413.swf', '1579560198-1064103806.jpg', '', 'yes', 'top', 'yes', 0, 'yes', 'new', 'false', '2999', '2499', '2999', '2499', 'Ketron', 'true'),
(488, 'keyboards', 64, 'both', 'Orla Karawan', 'The best quality sounds 61 keys oriental keyboards for beginners and even profesionals-<strong><font color="#ff0000">USA crasy offer!</font></strong>  ', '', '1747485270-1025834424.jpg', '91171260-618759474.jpg', 'big-1603120117.jpg', 'yes', 'top', 'yes', 0, 'yes', 'new', 'true', '599', '333', '599', '333', 'Orla', 'true'),
(447, 'studios', 17, '', 'Ultralite', 'FireWire Audio/MIDI Interface with 10 Inputs and 14 Outputs and Flexible Monitoring Options - Mac/PC', '', '438148906-1742581468.jpg', '769206989-1834774303.jpg', 'big-189096912.jpg', '', '', 'no', 0, 'yes', '', 'false', '999', '899', '999', '539', 'Motu', 'true'),
(448, 'studios', 8, '', 'Oxygen 8 V2', '25-key USB MIDI Controller with 8 Assignable Knobs, 6 Transport Buttons, and Bundled Music Production Software ', '', '49349369-391614490.jpg', '1342399910-890030879.jpg', 'big-987440697.jpg', '', '', 'no', 0, 'yes', '', 'false', '250', '189', '250', '115', 'M-audio', 'true'),
(502, 'studios', 87, '', 'Control univeral pro', 'Expandable Control Surface with Nine Motorized Faders, Eight V-Pots, Over 50 Buttons, and USB', '', '1972352140-2113692922.jpg', '102989908-2089945088.jpg', 'big-232376805.jpg', '', '', 'no', 0, 'yes', '', 'false', '1999', '1350', '1999', '1199', 'Mackie', 'true'),
(503, 'studios', 88, '', 'Alpha track', 'USB DAW Control Surface with 100mm Touch-sensitive Fader, 3 Encoders, and 22 Assignable Knobs', '', '2057863139-865011113.jpg', '354802921-814212748.jpg', 'big-1436803072.jpg', '', '', 'no', 0, 'yes', '', 'true', '399', '275', '399', '195', 'Frontier design', 'true'),
(452, 'studios', 85, '', 'Axiom 61', '61-key USB MIDI Controller with Aftertouch, 9 Sliders, 8 Knobs, and 15 Buttons ', '', '492888450-1897054892.jpg', '2065772955-1236837862.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '699', '550', '699', '289', 'M-audio', 'true'),
(453, 'studios', 8, '', 'Midair 37', 'Free up your move with an original wireless controller keyboard concept ', '', '687115525-210214946.jpg', '1719690126-1897787161.jpg', 'big-2118261935.jpg', '', '', 'no', 0, 'yes', '', 'false', '699', '399', '699', '255', 'M-audio', 'true'),
(454, 'studios', 8, '', 'Midair 25', 'We live in a wireless world and now your keyboard controller can go wireless too.', '', '354182963-160383509.jpg', '1493886593-1078542547.jpg', 'big-1307477165.jpg', '', '', 'no', 0, 'yes', '', 'false', '499', '299', '299', '195', 'M-audio', 'true'),
(455, 'studios', 84, '', 'Midair', 'Wireless MIDI Transmitter and Receiver System ', '', '1193780868-1958105132.jpg', '1843932122-1779642171.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '399', '199', '399', '117', 'M-audio', 'true'),
(456, 'studios', 84, '', 'Keyrig 49', 'Easy-to-Use 49-Note USB Keyboard ', '', '962457070-608739176.jpg', '1632314008-221202479.jpg', 'big-1860960741.jpg', '', '', 'no', 0, 'yes', '', 'true', '250', '179', '250', '95', 'M-audio', 'true');
INSERT INTO `products` (`id`, `section`, `subcat`, `availability`, `title`, `overview`, `manu`, `picture`, `thumb`, `bigpic`, `shownews`, `orderpos`, `is_bestseller`, `priority`, `visible`, `condition`, `hotoffer`, `price`, `discountprice`, `usaprice`, `usadiscountprice`, `brand`, `stock`) VALUES
(457, 'studios', 86, '', 'Keystation 88', '88-Key Hammer-Action USB Powered MIDI Master Controller w/9 Sliders, 24 Knobs and 22 Buttons ', '', '1076208452-1311178897.jpg', '336159730-714426776.jpg', 'big-313759226.jpg', '', '', 'no', 0, 'yes', '', 'true', '999', '750', '999', '395', 'M-audio', 'true'),
(458, 'studios', 8, '', 'Remote 25', '25-key USB MIDI Controller with Two Backlit Displays, Automap Feature, and 56 Assignable Controls', '', '1638052437-1785353621.jpg', '367652613-1078690651.jpg', 'big-1214466707.jpg', '', '', 'no', 0, 'yes', '', 'true', '599', '499', '599', '395', 'Novation', 'true'),
(459, 'studios', 8, '', 'Remote 37', '37-key USB MIDI Controller with Two Backlit Displays, Automap Feature, and 56 Assignable Controls', '', '1440483840-564737691.jpg', '1262373426-382214897.jpg', 'big-1598120762.jpg', '', '', 'no', 0, 'yes', '', 'false', '999', '750', '999', '490', 'Novation', 'true'),
(460, 'studios', 8, '', 'PCR-M1', 'USB MIDI Keyboard Controller w/25 Keys and 27 MIDI Knobs, Buttons and Pedal Inputs', '', '682378607-72245174.jpg', '651280071-1538260711.jpg', 'big-1837317826.jpg', '', '', 'no', 0, 'yes', '', 'false', '399', '245', '399', '145', 'Edirol', 'true'),
(461, 'studios', 8, '', 'PSR-300', '32-key Velocity-sensitive USB MIDI Controller with 18 Velocity Pads and Aftertouch', '', '1647994591-937614103.jpg', '1958328948-2101414251.jpg', 'big-326545408.jpg', '', '', 'no', 0, 'yes', '', 'false', '599', '399', '599', '245', 'Edirol', 'true'),
(462, 'studios', 84, '', 'PCR-500', '49-key Velocity-sensitive USB MIDI Controller with 18 Velocity Pads with Aftertouch ', '', '250681308-1792235650.jpg', '1231439166-1650093063.jpg', 'big-574701568.jpg', '', '', 'no', 0, 'yes', '', 'false', '599', '420', '599', '295', 'Edirol', 'true'),
(463, 'studios', 17, '', 'Firebox', '24-Bit/96kHz 4x6 FireWire Recording System ', '', '1496202264-1067614158.jpg', '976327571-67106887.jpg', 'big-1540846272.jpg', '', '', 'no', 0, 'yes', '', 'true', '599', '480', '599', '295', 'Presonus', 'true'),
(464, 'studios', 75, '', 'Digi 002-rack', 'FireWire Audio Interface with Pro Tools LE Software + fuctory bundle ', '', '709405615-1700352095.jpg', '2087413723-982881406.jpg', 'big-1959752101.jpg', '', '', 'no', 0, 'yes', '', 'true', '1699', '699', '1699', '699', 'Digidesign', 'true'),
(465, 'studios', 17, '', 'Inspire 1394', 'FireWire Recording System featuring professional quality 24-bit/96k analog to digital conversion rate', '', '2046125382-1211598676.jpg', '1465516580-1753734913.jpg', 'big-1041469978.jpg', '', '', 'no', 0, 'yes', '', 'true', '399', '275', '399', '145', 'Presonus', 'true'),
(466, 'studios', 17, '', 'Firestudio', '26-in, 26-out FireWire Audio Interface with Eight Mic Preamps', '', '1407188261-710656924.jpg', '835867940-778109789.jpg', 'big-924412003.jpg', '', '', 'yes', 0, 'yes', '', 'false', '1299', '899', '899', '690', 'Presonus', 'true'),
(467, 'studios', 17, '', 'Duet', '24-bit/96kHz 2-channel FireWire Interface with 2 XLR Inputs and Bus Power', '', '1687034870-1679609400.jpg', '1303532262-1852661914.jpg', 'big-1431528332.jpg', '', '', 'no', 0, 'yes', '', 'false', '750', '690', '750', '489', 'Apogee', 'true'),
(468, 'studios', 17, '', 'Fa-66', '24-Bit/192kHz Audio Interface with 2 Mic Ins and S/PDIF I/O', '', '1131859253-326827461.jpg', '1912319851-1097946008.jpg', 'big-794537051.jpg', '', '', 'no', 0, 'yes', '', 'false', '450', '399', '450', '275', 'Edirol', 'true'),
(469, 'studios', 17, '', 'Fireface 800', 'FireWire 800 Audio/MIDI Interface with 24-Bit/192kHz Audio, ADAT and S/PDIF I/O', '', '1484483007-1128181326.jpg', '943086215-1409126359.jpg', 'big-2023754708.jpg', '', '', 'no', 0, 'yes', '', 'false', '1999', '1750', '1999', '1495', 'RME', 'true'),
(470, 'studios', 17, '', 'Saffire LE', '4x6 FireWire Interface with 24-bit/96kHz Capabilities and Saffire Plug-ins', '', '1122933951-1734822056.jpg', '1345136591-1785596961.jpg', 'big-348686257.jpg', '', '', 'yes', 0, 'yes', '', 'true', '699', '499', '699', '249', 'Focusrite', 'true'),
(471, 'studios', 17, '', 'Fireface 400', '\r\nFireWire 400 Audio/MIDI Interface with 24-Bit/192kHz Audio, ADAT and S/PDIF I/O', '', '1691586118-1090254256.jpg', '1049478642-1201619541.jpg', 'big-1834580745.jpg', '', '', 'no', 0, 'yes', '', 'false', '1499', '1299', '1499', '990', 'RME', 'true'),
(472, 'studios', 17, '', '896-HD', 'FireWire 24-bit/192kHz Recording System with 8-channel XLR/TRS Analog Inputs, Each with Microphone Preamps', '', '847725446-694137269.jpg', '1045865461-1592773481.jpg', 'big-101396332.jpg', '', '', 'no', 0, 'yes', '', 'false', '1399', '1299', '1399', '985', 'Motu', 'true'),
(473, 'studios', 17, '', 'Saffire pro 26 i/o', '52-channel FireWire Interface with Focusrite Green Series Preamps and 24-bit/192kHz Processing', '', '1039710479-144898717.jpg', '230310593-1098729781.jpg', 'big-1404000742.jpg', '', '', 'no', 0, 'yes', '', 'true', '1250', '999', '1250', '689', 'Motu', 'true'),
(474, 'studios', 17, '', 'Saffire', 'FireWire Audio Interface with 2 Focusrite Preamps, 24-Bit/192kHz capability, Control Software and Plug-Ins - Mac/PC', '', '404815972-1355631614.jpg', '1177912657-1234689417.jpg', 'big-1176886327.jpg', '', '', 'no', 0, 'yes', '', 'true', '699', '499', '699', '299', 'Focusrite', 'true'),
(475, 'studios', 1, '', '1212M v2', 'PCI Audio Interface with 24-Bit/192kHz A/D Conversion and 32-Bit Multi-Effects', '', '1980204816-1708973115.jpg', '750066591-383286525.jpg', 'big-1474259928.jpg', '', '', 'yes', 0, 'yes', '', 'true', '299', '199', '299', '145', 'Emu', 'true'),
(476, 'studios', 1, '', 'Hammerfull HDSP 96/52', '24-bit/96kHz PCI Audio Card with 24-ch ADAT, 2-ch S/PDIF, MIDI, and Word Clock I/O', '', '829506713-844670268.jpg', '1654308429-970997543.jpg', 'big-2115309222.jpg', '', '', 'no', 0, 'yes', '', 'false', '999', '790', '999', '589', 'Rme', 'true'),
(477, 'studios', 1, '', '0404', '<p align="justify">PCI Audio Card for Windows Computers with 24-Bit/192kHz Resolution, Zero-Latency Monitoring, Built-In Effects and MIDI Interface</p>', '', '249173687-945231718.jpg', '12409712-1732922452.jpg', 'big-1148250596.jpg', '', '', 'no', 0, 'yes', '', 'false', '299', '179', '299', '95', 'Emu', 'true'),
(478, 'studios', 1, '', '1616M', '16 x 16 24-bit/192kHz PCI Recording System with Hardware-accelerated Effects, 2 Mic/Line/Hi-Z Inputs, S/PDIF, and ADAT Inputs', '', '595783570-544755653.jpg', '230011314-1036163388.jpg', 'big-637375910.jpg', '', '', 'no', 0, 'yes', '', 'false', '799', '699', '799', '439', 'Emu', 'true'),
(479, 'studios', 1, '', 'Hammerfall DSP 9632', '<p align="justify">24-bit/192kHz PCI Card w/ Digital ADAT, S/PDIF &amp; MIDI</p>', '', '2069877210-1368982947.jpg', '1499014319-607503312.jpg', 'big-1329051969.jpg', '', '', 'yes', 0, 'yes', '', 'false', '999', '750', '999', '539', 'Rme', 'true'),
(480, 'studios', 1, '', 'HD 192', 'PCIe 24-bit/192kHz Recording Core System with 12-ch Analog XLR I/O, 2-Ch AES/EBU', '', '1640167642-1729645204.jpg', '1122604250-2065600477.jpg', 'big-910244137.jpg', '', '', 'no', 0, 'yes', '', 'false', '2250', '2050', '2250', '1699', 'Motu', 'true'),
(481, 'studios', 1, '', 'Multiface 2', '24-bit/96kHz, 36-channel Audio Interface with 8 X Analog, ADAT, S/PDIF, 1 X MIDI , and WC I/O', '', '316539463-1363676001.jpg', '1814517821-2088384236.jpg', 'big-1772905143.jpg', '', '', 'no', 0, 'yes', '', 'false', '1299', '999', '1299', '735', 'Rme', 'true'),
(492, 'studios', 16, '', 'Lambda', 'USB Audio/MIDI Interface with Two Phantom-powered Mic inputs, Balanced Line Inputs, and Included Cubase and Pantheon Reverb -Mac/PC', '', '1947628790-754407003.jpg', '691556740-1242596298.jpg', 'big-2059174698.jpg', '', '', 'no', 0, 'yes', '', 'false', '299', '275', '299', '145', 'Lexicon', 'true'),
(483, 'studios', 1, '', 'Digiface', '24-Bit/96kHz Digital Multi-Format Interface for Cardbus or Desktop', '', '1403269346-1539066969.jpg', '902798241-1962456819.jpg', 'big-1141747321.jpg', '', '', 'no', 0, 'yes', '', 'false', '1250', '1050', '1250', '714', 'Rme', 'true'),
(484, 'studios', 16, '', 'Micport pro', '24-bit/96kHz Microphone Preamp/USB Interface-original concept ', '', '1175562878-1439623529.jpg', '2052946403-1672525064.jpg', 'big-1182983110.jpg', '', '', 'yes', 0, 'yes', '', 'true', '399', '250', '399', '119', 'CEntrance', 'true'),
(485, 'studios', 16, '', '0404', 'USB Audio Interface with Two Mic Pres. Phantom Power, MIDI, and S/PDIF', '', '11983817-1706594728.jpg', '561847460-1989691877.jpg', 'big-1947136545.jpg', '', '', 'no', 0, 'yes', '', 'false', '399', '275', '399', '195', 'Emu', 'true'),
(486, 'studios', 16, '', 'Fast track', '24-bit/48kHz USB Interface w/ Mic, Line, and Instrument Ins and Included Guitar Effects Software', '', '65255874-973771381.jpg', '1118857856-1750840327.jpg', 'big-927332444.jpg', '', '', 'yes', 0, 'yes', '', 'true', '250', '199', '250', '95', 'M-audio', 'true'),
(487, 'studios', 1, '', '1010 rack', 'PCI 24-bit/96kHz Audio Interface with 8-ch TRS, 2-ch S/PDIF, Word Clock, and MIDI I/O', '', '104870976-1107484701.jpg', '701227932-1699662233.jpg', 'big-728629826.jpg', '', '', 'yes', 0, 'yes', '', 'true', '999', '790', '999', '590', 'M-audio', 'true'),
(490, 'studios', 75, '', 'Mbox2 micro', '24-bit/48kHz USB Playback Interface with Pro Tools LE Software', '', '1738490518-33283418.jpg', '1485312889-300987165.jpg', 'big-2086573957.jpg', '', '', 'no', 0, 'yes', '', 'false', '499', '399', '499', '245', 'Digidesign', 'true'),
(491, 'studios', 16, '', 'UA-25', 'Compact 24-bit USB Audio Interface with Direct Monitoring, Dual Preamps, S/PDIF and MIDI I/O', '', '1378036461-1494374783.jpg', '1699502127-1097508646.jpg', 'big-469232347.jpg', '', '', 'no', 0, 'yes', '', 'false', '499', '350', '499', '235', 'Edirol', 'true'),
(493, 'studios', 16, '', 'Alpha', 'USB Bus-powered Audio Interface with 1 Mic Pre, Hi-Z Input, Cubase LE, and Lexicon Pantheon Reverb', '', '354947388-2011954728.jpg', '689077376-1644565345.jpg', 'big-963594447.jpg', '', '', 'no', 0, 'yes', '', 'true', '299', '175', '299', '99', 'L''orient', 'true'),
(494, 'studios', 16, '', 'Omega', '4-in/2-out USB Recording Bundle with Lexicon Pantheon Reverb Plug-in and Cubase LE Software', '', '1901632895-69564817.jpg', '1933198496-1203669973.jpg', 'big-1940673995.jpg', '', '', 'no', 0, 'yes', '', 'false', '399', '275', '399', '195', 'Lexicon', 'true'),
(495, 'studios', 16, '', 'Pod cast', 'The easiest way to create podcasts and get them heard on the web', '', '572170719-1783188979.jpg', '2006210635-1043238325.jpg', 'big-2071324837.jpg', '', '', 'no', 0, 'yes', '', 'true', '299', '175', '299', '99', 'Alesis', 'true'),
(496, 'studios', 16, '', 'Art Audio deck', 'Quality recording system 8 x 8 input/output', '', '1857251050-1283557917.jpg', '704869654-647477806.jpg', 'big-389531330.jpg', '', '', 'no', 0, 'yes', '', 'false', '555', '490', '555', '345', 'Emu', 'true'),
(497, 'studios', 17, '', 'Onyx satellite', 'the world''s first two-piece FireWire recording system, Satellite consists of a portable recording Pod with premium Onyx mic preamps', '', '296874286-952051215.jpg', '570058129-1646321121.jpg', 'big-301841699.jpg', '', '', 'no', 0, 'yes', '', 'false', '666', '590', '666', '399', 'Mackie', 'true'),
(498, 'studios', 83, '', 'Midi express 128', '8x8 Expandable USB MIDI Interface', '', '559903453-1810893598.jpg', '6607255-2054631028.jpg', 'big-627163376.jpg', '', '', 'no', 0, 'yes', '', 'false', '599', '385', '599', '229', 'Motu', 'true'),
(499, 'studios', 83, '', 'MIDI Time Piece AV USB', '8-In/8-Out USB/Serial MIDI Interface and Synchronizer', '', '338693898-607654701.jpg', '905523157-1527209579.jpg', 'big-203545914.jpg', '', '', 'no', 0, 'yes', '', 'false', '799', '695', '799', '530', 'Motu', 'true'),
(500, 'studios', 83, '', 'UM-3EX', '3-In/3-Out MIDI Interface with a built-in USB Hub', '', '2137757116-2058264630.jpg', '1112655461-54229899.jpg', 'big-884041513.jpg', '', '', 'no', 0, 'yes', '', 'false', '144', '125', '144', '65', 'Edirol', 'true'),
(501, 'studios', 83, '', 'Midisport 4x4', 'Usb 4 x4 midi ports -midi time code precise', '', '1901296281-434920455.jpg', '715764868-543351982.jpg', 'big-744533222.jpg', '', '', 'no', 0, 'yes', '', 'false', '399', '250', '399', '145', 'Motu', 'true'),
(504, 'studios', 87, '', 'Control Extender Pro', '8-fader Expansion Board for the Mackie Control Universal', '', '2084592661-329251212.jpg', '581049108-1350921012.jpg', 'big-1951478071.jpg', '', '', 'no', 0, 'yes', '', 'false', '1200', '999', '1200', '695', 'Mackie', 'true'),
(505, 'studios', 88, '', 'UC-33', 'USB MIDI Hardware Controller with 9 Sliders, 24 Knobs &amp; 10-Button Keypad', '', '1188025073-1732875475.jpg', '1598065712-827715284.jpg', 'big-1614084585.jpg', '', '', 'yes', 0, 'yes', '', 'true', '399', '260', '399', '175', 'M-audio', 'true'),
(506, 'studios', 88, '', 'Remote zero SL', 'Keyless USB MIDI Control Surface', '', '1699918315-1754298182.jpg', '1706102854-1979204026.jpg', 'big-1696250701.jpg', '', '', 'no', 0, 'yes', '', 'false', '499', '395', '499', '295', 'Novation', 'true'),
(507, 'oriental', 24, '', 'Quality/price', '<p>Quality price lebanese made-limited quantity</p>', '', '783911729-1987089730.jpg', '1417352664-1236936605.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '299', '99', '299', '99', 'Audiominds', 'true'),
(508, 'oriental', 24, '', 'Egyptian model', 'Hand made Egyptian model', '', '1723606840-537478574.jpg', '2147106464-2046452451.jpg', '', '', '', 'no', 0, 'yes', '', 'false', '250', '125', '250', '125', 'Audiominds', 'true'),
(509, 'oriental', 69, '', 'Lebanese MSADAF', 'State of the art Lebanese MSADAF tabla ', '', '403182975-1449358540.jpg', '2082890933-262239681.jpg', '', '', '', 'yes', 0, 'yes', '', 'true', '299', '199', '299', '199', 'Audiominds', 'true'),
(510, 'studios', 87, '', 'Zero 4', 'Digital Mixer w/Firewire, FX, BPM sampler', '', '1276117292-492814819.jpg', '1019406878-1842299459.jpg', 'big-365280679.jpg', '', '', 'no', 0, 'yes', '', 'false', '1999', '1850', '1999', '1295', 'Korg', 'true'),
(511, 'studios', 51, '', 'H2', 'Handheld SD Recorder with Four Internal Mic Capsules, and the Ability to Record 360-degree 4-channel Data', '', '832640052-1444696767.jpg', '633286529-321110212.jpg', 'big-468885472.jpg', '', '', 'no', 0, 'yes', '', 'true', '399', '260', '399', '195', 'Zoom', 'true'),
(512, 'studios', 11, '', 'NT5', 'Matched Pair Cardioid Condenser Microphones', '', '192870261-854254421.jpg', '1797555883-1081303903.jpg', 'big-1191625927.jpg', '', '', 'no', 0, 'yes', 'new', 'false', '899', '550', '899', '425', 'Rode', 'true'),
(513, 'studios', 11, '', 'MK-012', 'The Red Mic Lollipop Large Diaphragm Capsule replacement for your Oktava MK - 012 Microphone.', '', '1762514800-58045535.jpg', '448823214-1878567101.jpg', '', '', '', 'no', 0, 'yes', 'new', 'false', '399', '295', '399', '189', 'Red', 'true'),
(514, 'studios', 84, '', 'MPK49', 'Performance controller with 12MPC drum pads , capture every nuance of your performance', '', '454241941-1299509679.jpg', '1798058061-1266275888.jpg', 'big-576483578.jpg', '', '', 'yes', 0, 'yes', 'new', 'true', '750', '550', '750', '399', 'Akai', 'true'),
(515, 'studios', 13, '', 'Xmidi 1x1', 'Portable 1x1 usb midi cable', '', '680577614-769917339.jpg', '1477418115-329315952.jpg', 'big-479809263.jpg', '', '', 'yes', 0, 'yes', 'new', 'true', '75', '59', '75', '29', 'Emu', 'true'),
(516, 'studios', 43, '', 'Classic EQ-2 2-Channel', '<p>Class A stereo equalizer outboard-perfect for mastering </p>', '', '1839343773-992847023.jpg', '113793041-1391687204.jpg', 'big-537404775.jpg', '', '', 'no', 0, 'yes', 'new', 'false', '2499', '2350', '2499', '1999', 'TLaudio', 'true'),
(517, 'studios', 88, '', 'Powercore X8', '<p>Free-up your computer memory with this powerful daw dsp effects processor</p>', '', '1078459214-45115951.jpg', '1672877719-1415976275.jpg', 'big-608718197.jpg', '', '', 'no', 0, 'yes', 'new', 'false', '1999', '1850', '', '1499', 'TC electronics', 'true'),
(518, 'studios', 44, '', 'UAD-1e Expert', 'A great effects pack that free-up your daw computer memory', '', '997457083-1663471769.jpg', '1080823911-160506964.jpg', 'big-1856338966.jpg', '', '', 'no', 0, 'yes', 'new', 'false', '1499', '1250', '1499', '999', 'UAD', 'true'),
(519, 'studios', 8, '', 'Prodikeys', 'Multi-function USB-compatible combo keyboard that lets you do more with your computer.', '', '80810409-2105489606.jpg', '1503424612-534065268.jpg', 'big-2052359289.jpg', '', '', 'yes', 0, 'yes', 'new', 'true', '99', '69', '99', '55', 'Creative', 'true'),
(520, 'studios', 9, '', 'AV20', 'Optimized for computer audio including music, DVDs and games. ', '', '561415377-1038897708.jpg', '115637870-15906407.jpg', '', '', '', 'no', 0, 'yes', 'new', 'false', '199', '169', '199', '99', 'M-audio', 'true'),
(521, 'keyboards', 2, '', 'Korg Pa2x', '76-key Arranger Keyboard with Sequencer, Effects, Large Display, USB, Songbook, Styles, and Semi-weighted Keys ', '', '1245081138-1132966293.jpg', '1177620817-9839576.jpg', 'big-810336211.jpg', '', '', 'no', 0, 'yes', 'new', 'true', '4600', '3499', '4600', '3499', 'Korg', 'true'),
(522, 'keyboards', 4, '', 'Korg M3', '61-key Workstation/Sampler with Semi-weighted Action and 512 Programs- <font color="#ff0000"><strong>GET A FREE RADUIS limited offer</strong></font> ', '', '1590484425-942886765.jpg', '634308039-1991525640.jpg', 'big-1215327376.jpg', '', '', 'no', 0, 'yes', 'new', 'true', '3000', '2299', '3000', '2099', 'Korg', 'true'),
(523, 'keyboards', 53, '', 'Korg M3M', 'Workstation/Sampler Module with 512 Programs ', '', '902933962-1573456982.jpg', '38264234-1118896351.jpg', 'big-151318567.jpg', '', '', 'no', 0, 'yes', 'new', 'true', '2300', '1750', '2300', '1750', 'Korg', 'true'),
(524, 'misc', 0, '', 'Invest with us !', '', '', '29609206-1908653459.jpg', '815859672-294679240.gif', 'big-371822585.gif', '', '', 'yes', 0, 'yes', 'new', 'true', '', '', '', '', '', 'true'),
(525, 'keyboards', 90, '', 'Ketron Vega EX2 maxima', 'An-award winning oriental 61 keys orientlal keyboards. ', '', '2043469374-1102520075.gif', '1579314627-1263868695.gif', '', '', '', 'no', 0, 'yes', 'used', 'false', '2499', '1399', '2499', '1399', 'Ketron', 'true'),
(526, 'keyboards', 90, '', 'Ketron X1-oriental', 'Ultimate arranger 61 keyborads with HD-installed ', '', '1708915328-1373288784.jpg', '973532025-1548656303.jpg', '', '', '', 'no', 0, 'yes', 'used', 'false', '3999', '1150', '3999', '1150', 'Ketron', 'true'),
(527, 'keyboards', 90, '', 'Gem WK1', '<p>All WK sound library in an affordable budget</p>', '', '1694549721-242614259.jpg', '1151397778-991798223.gif', '', '', '', 'no', 0, 'yes', 'used', 'false', '799', '440', '799', '440', 'Gem', 'true'),
(528, 'keyboards', 90, '', 'Korg X5d', 'Killer quality sounds in a small portable keyboard ', '', '1805817969-1674179375.jpg', '640818361-170385073.jpg', '', '', '', 'no', 0, 'yes', 'used', 'false', '750', '399', '750', '399', 'Korg', 'true'),
(529, 'keyboards', 54, '', 'Kelfar AK-2', 'AK-2 Pro World Scale Tuning converts a wide range of synthesizers to a specific Scale Tuning', '', '1434114908-1639073134.jpg', '1392585462-1620240150.jpg', 'big-527281470.jpg', '', '', 'yes', 0, 'yes', 'new', 'true', '499', '350', '499', '350', 'Kelfar', 'true'),
(530, 'keyboards', 90, 'both', 'KETRON VEGA EX4 NIGHT', 'A new levels of oriental live performance..all moods in one box!-<strong><font color="#ff0000">USA crasy offer!</font></strong> ', '', '1471426480-1208042413.swf', '1579560198-1064103806.jpg', '', 'yes', 'top', 'no', 0, 'yes', 'used', 'false', '2999', '1999', '2999', '1999', 'Ketron', 'true'),
(531, 'dvd', 0, 'usa', 'testing213456789101112', '', '', '', '', '', 'yes', 'top', 'yes', 0, 'yes', 'new', 'false', '', '', '', '', '', 'true');

Open in new window

Avatar of hielo
hielo
Flag of Wallis and Futuna image

the problem is that you have:
condition='$condition'

TWICE! Once in the middle of the query and once right before the WHERE clause. Get rid of one.
2 things:
? what is the value of $condition for the update?
? what about this:

mysql_query( " UPDATE products SET title='$title' , section='$section' , subcat='$subcat' , availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , condition='$condition' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , `condition`='$condition' WHERE id='$id' " );

Open in new window

Avatar of Audiominds

ASKER

i mistyped twice by error but the original code have one value here it is
            mysql_query( " UPDATE products SET title='$title', section='$section' , subcat='$subcat', availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , condition='new' WHERE id='$id' " );


and the problem still occured when adding the condition mysql_query didn't update !
if the id is numeric, do NOT quote it. Try this:
$sql = " UPDATE products SET title='$title', section='$section' , subcat='$subcat', availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , condition='new' WHERE id=$id ";
mysql_query( $sql ) or die( mysql_error() . "<br>" . $sql);

Open in new window

your value for condition needs to be 'new' OR 'used'. It looks like your $condition variable is emtpy so try:
if (empty($condition) ){
 $condition='new';
}
 
$sql = " UPDATE products SET title='$title', section='$section' , subcat='$subcat', availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , condition='$condition' WHERE id=$id ";
mysql_query( $sql ) or die( mysql_error() . "<br>" . $sql); 

Open in new window

the problem man even if i change it to condition='new' the problem still the same i am afraid i have a problem in my sql !! as it is working in easyphp !
CREATE TABLE IF NOT EXISTS `products` (
  `id` int(11) NOT NULL auto_increment,
...)

your id is auto_increment, so you cannot insert value of your choice. So change:
INSERT INTO `products` (`id`, `section`,...

to:
INSERT INTO `products` ( `section`, ...

but in the values you will also need to get rid of the values you are specifying. Alternatively, you can leave this alone:
INSERT INTO `products` (`id`, `section`, ...
but insert NULL as the value for the id, not a numeric value.
Hielo did you check my code !

   mysql_query( " UPDATE products SET title='$title', section='$section' , subcat='$subcat', availability='$availability' , overview='$overview' , picture='$picture' , thumb='$thumb' , bigpic='$bigpic' , shownews='$shownews' , orderpos='$orderpos' , is_bestseller='$is_bestseller' , priority='$priority' , visible='$visible' , hotoffer='$hotoffer', price='$price' , discountprice='$discountprice', usaprice='$usaprice' , usadiscountprice='$usadiscountprice' , brand='$brand' , stock='$stock' , condition='new' WHERE id='$id' " );


i didn't update my ID ! so it not the case ! that coz the problem !
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it work ! with no errors ! so what the problem could be ?
>>so what the problem could be
most likely there were instances when $condition was empty. Other than that, you should always put backticks around your table and field names to avoid collisions with any potential keywords. It's safer/faster (in terms of debugging time), since you don't have to recheck your field names to see if you are using a keyword as a field/table name.
Thanks Hielo for your help , i have paste the database did you check it ! this field is an enum field so even when setting to update one of these enum it give a problem ! could check the database there could a problem there ! i think
It's not clear whether you are escaping the values you are inserting or not. If you are not and one of the values contains an apostrophe, then that would give you an invalid sql command. You need to escape your values. So, instead something like:
$title= $_POST['title'];

you need:
$title = mysql_real_escape_string($_POST['title']);

the same goes for all the other values. Based on your feedback above (ID: 22818133) regarding ID: 22818055, then there is nothing wrong with that statement. The problem is most likely unescaped values.