-- phpMyAdmin SQL Dump -- version 2.6.1-pl2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 25, 2005 at 11:50 PM -- Server version: 4.0.24 -- PHP Version: 4.3.11 -- -- Database: `hearty46_wishes` -- -- -------------------------------------------------------- -- -- Table structure for table `hwadmin` -- CREATE TABLE `hwadmin` ( `hw_adminname` varchar(10) NOT NULL default '', `hw_adminpassword` varchar(15) default NULL, PRIMARY KEY (`hw_adminname`) ) TYPE=MyISAM; -- -- Dumping data for table `hwadmin` -- INSERT INTO `hwadmin` VALUES ('admin', 'srisrisri'); -- -------------------------------------------------------- -- -- Table structure for table `hwastrology` -- CREATE TABLE `hwastrology` ( `hw_astid` bigint(10) NOT NULL auto_increment, `hw_astorderid` varchar(10) NOT NULL default '', `hw_astfname` varchar(32) default NULL, `hw_astlname` varchar(64) default NULL, `hw_astbirthplace` varchar(50) default NULL, `hw_astbirthcountry` varchar(50) default NULL, `hw_astbirthdate` date default NULL, `hw_astbirthtime` varchar(10) default NULL, `hw_astraasi` varchar(50) default NULL, `hw_aststar` varchar(20) default NULL, `hw_astlanguage` varchar(20) default NULL, `hw_astmail` varchar(50) default NULL, `hw_astdelname` varchar(32) default NULL, `hw_astdeladdress` varchar(250) default NULL, `hw_astdelcity` varchar(50) default NULL, `hw_astdelstate` varchar(50) default NULL, `hw_astdelcountry` varchar(50) default NULL, `hw_astdelzip` varchar(10) default NULL, `hw_astdelphone` varchar(50) default NULL, `hw_astorderverify` char(3) default NULL, `hw_astdelivered` char(3) default NULL, `hw_astdeldate` date default NULL, `hw_astpayed` char(3) default NULL, `hw_astorderdate` date default NULL, PRIMARY KEY (`hw_astid`,`hw_astorderid`) ) TYPE=MyISAM AUTO_INCREMENT=26 ; -- -- Dumping data for table `hwastrology` -- INSERT INTO `hwastrology` VALUES (25, 'HA1013', 'satish', 'chinta', 'hospet', 'india', '1976-08-05', '6:30 AM', 'select', 'select', 'English', 'satish_chinta2000@yahoo.com', 'satish', 'old P&T Colony,\r\n59a-13-3, \r\nnear nirmala convent,\r\npatamata\r\nvijayawada-7', 'vijayawada', 'andhra pradesh', 'india', '520007', '', 'no', 'no', NULL, 'no', '2005-04-25'); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice` -- CREATE TABLE `hwcakeprice` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=37 ; -- -- Dumping data for table `hwcakeprice` -- INSERT INTO `hwcakeprice` VALUES (25, 'half', 5); INSERT INTO `hwcakeprice` VALUES (26, '1', 6.5); INSERT INTO `hwcakeprice` VALUES (27, '1.5', 9); INSERT INTO `hwcakeprice` VALUES (28, '2', 12); INSERT INTO `hwcakeprice` VALUES (29, '2.5', 15); INSERT INTO `hwcakeprice` VALUES (30, '3', 18); INSERT INTO `hwcakeprice` VALUES (31, '4', 24); INSERT INTO `hwcakeprice` VALUES (32, '5', 30); INSERT INTO `hwcakeprice` VALUES (33, '7', 40); INSERT INTO `hwcakeprice` VALUES (34, '10', 55); INSERT INTO `hwcakeprice` VALUES (35, '15', 80); INSERT INTO `hwcakeprice` VALUES (36, '20', 100); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice1` -- CREATE TABLE `hwcakeprice1` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=33 ; -- -- Dumping data for table `hwcakeprice1` -- INSERT INTO `hwcakeprice1` VALUES (26, '1', 7); INSERT INTO `hwcakeprice1` VALUES (28, '2', 14); INSERT INTO `hwcakeprice1` VALUES (30, '3', 21); INSERT INTO `hwcakeprice1` VALUES (31, '4', 28); INSERT INTO `hwcakeprice1` VALUES (32, '5', 35); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice2` -- CREATE TABLE `hwcakeprice2` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=33 ; -- -- Dumping data for table `hwcakeprice2` -- INSERT INTO `hwcakeprice2` VALUES (26, '2', 15); INSERT INTO `hwcakeprice2` VALUES (28, '4', 30); INSERT INTO `hwcakeprice2` VALUES (30, '6', 45); INSERT INTO `hwcakeprice2` VALUES (31, '8', 60); INSERT INTO `hwcakeprice2` VALUES (32, '10', 75); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice3` -- CREATE TABLE `hwcakeprice3` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=33 ; -- -- Dumping data for table `hwcakeprice3` -- INSERT INTO `hwcakeprice3` VALUES (26, '3', 27); INSERT INTO `hwcakeprice3` VALUES (28, '5', 45); INSERT INTO `hwcakeprice3` VALUES (30, '7', 63); INSERT INTO `hwcakeprice3` VALUES (31, '9', 81); INSERT INTO `hwcakeprice3` VALUES (32, '10', 90); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice4` -- CREATE TABLE `hwcakeprice4` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=35 ; -- -- Dumping data for table `hwcakeprice4` -- INSERT INTO `hwcakeprice4` VALUES (28, '4', 30); INSERT INTO `hwcakeprice4` VALUES (30, '6', 45); INSERT INTO `hwcakeprice4` VALUES (31, '8', 60); INSERT INTO `hwcakeprice4` VALUES (32, '10', 75); INSERT INTO `hwcakeprice4` VALUES (34, '12', 90); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice5` -- CREATE TABLE `hwcakeprice5` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=33 ; -- -- Dumping data for table `hwcakeprice5` -- INSERT INTO `hwcakeprice5` VALUES (26, '5', 50); INSERT INTO `hwcakeprice5` VALUES (28, '10', 100); INSERT INTO `hwcakeprice5` VALUES (30, '15', 150); INSERT INTO `hwcakeprice5` VALUES (31, '20', 200); INSERT INTO `hwcakeprice5` VALUES (32, '25', 250); -- -------------------------------------------------------- -- -- Table structure for table `hwcakeprice6` -- CREATE TABLE `hwcakeprice6` ( `hw_cakeid` bigint(10) NOT NULL auto_increment, `hw_cakekg` varchar(5) default NULL, `hw_cakeprice` float default NULL, PRIMARY KEY (`hw_cakeid`) ) TYPE=MyISAM AUTO_INCREMENT=33 ; -- -- Dumping data for table `hwcakeprice6` -- INSERT INTO `hwcakeprice6` VALUES (26, '25', 250); INSERT INTO `hwcakeprice6` VALUES (28, '50', 500); INSERT INTO `hwcakeprice6` VALUES (30, '60', 600); INSERT INTO `hwcakeprice6` VALUES (31, '75', 750); INSERT INTO `hwcakeprice6` VALUES (32, '100', 1000); -- -------------------------------------------------------- -- -- Table structure for table `hwcustomeremail` -- CREATE TABLE `hwcustomeremail` ( `hw_emailno` bigint(10) NOT NULL auto_increment, `hw_emailname` varchar(50) default NULL, `hw_emailid` varchar(50) default NULL, PRIMARY KEY (`hw_emailno`) ) TYPE=MyISAM AUTO_INCREMENT=208 ; -- -- Dumping data for table `hwcustomeremail` -- INSERT INTO `hwcustomeremail` VALUES (30, 'manohar', 'pmreddy@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (85, 'Prasad', 'prasad.boppana@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (68, 'vijaya', 'vijayamaganti@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (6, 'vijay sreeram', 'vijaysreeram@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (111, 'Sridhar', 'sridhar_n1@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (8, 'kv', 'VARMAKV@YAHOO.COM'); INSERT INTO `hwcustomeremail` VALUES (9, 'saikumar', 'sai40@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (10, 'mlmurty', 'mlmurty@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (11, 'joy', 'joymadduri@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (12, 'SMITHA', 'smitha_madduri@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (13, 'Gopal', 'gopalanna@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (14, 'sujay', 'sujay_madduri@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (15, 'sudha', 'twinkle_moonstone@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (16, 'raghu', 'raghumadduri@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (17, 'Venkata Harish Kumar', 'mvhk2001@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (18, 'Ratnakar', 'ratnakar_saiin@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (19, 'Vinod', 'vinni_haa@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (20, 'satish', 'marsnettigen@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (21, 'madhavi', 'madhu_uma@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (22, 'chalanthik', 'chalanthik2003@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (23, 'joshna', 'joshu_cool@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (24, 'shiv kumar', 'ganta_5@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (25, 'sirisha', 'siri2707@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (31, 'malli', 'singamal@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (71, 'srinivas', 'srinivaschowdary_ks@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (33, 'K', 'kaligotla@kaligotla.net'); INSERT INTO `hwcustomeremail` VALUES (34, 'Madhu', 'madhu@masscotindia.com'); INSERT INTO `hwcustomeremail` VALUES (35, 'D V R Prasad', 'dvrprasad@masscotindia.com'); INSERT INTO `hwcustomeremail` VALUES (36, 'sridhar', 'sridhar@masscotindia.com'); INSERT INTO `hwcustomeremail` VALUES (37, 'jyothi', 'jyothimondry@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (38, 'Ajay', 'ajaybhaskar@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (48, 'swetha', 'swethatreddy@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (41, 'bedi', 'mandira971979@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (43, 'Prasad', 'boppana99@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (44, 'praveena', 'veenak18@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (45, 'swapna', 'swapnalatha_t@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (46, 'sri', 'srisris007@krify.com'); INSERT INTO `hwcustomeremail` VALUES (47, 'vijay kumar', 'vijay_kadagala@lycos.com'); INSERT INTO `hwcustomeremail` VALUES (49, 'Ramya', 'kannaramya@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (50, 'Deepu', 'innocent_valley@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (51, 'leena', 'leena1401@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (52, 'sachin Guptar', 's_guptar@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (53, 'vinaye', 'vkseebaluck@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (54, 'ruma', 'rumabt@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (55, 'venkatpragada', 'vijju_79@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (56, 'AnjiReddy', 'reddy_a@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (60, 'venkata vinodh', 'VINNU9NANI@REDIFFMAIL.COM'); INSERT INTO `hwcustomeremail` VALUES (70, 'namit', 'namithachowdary_k@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (69, 'srinivasa', 'schandras_kakumanu@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (72, 'sunitha', 'sunithachowdary_k@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (73, 'balu', 'sityxpress_balu@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (78, 'Vishnu', 'vardhan_vishnu@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (75, 'durga', 'vdpvusala@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (76, 'sudha', 'sudha_talasila@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (77, 'Lakshmi', 'budda50@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (86, 'Vishnu', 'vardhan_vishnu@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (81, 'vijay kumar', 'vijay_sandiego@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (82, 'NagaMani', 'profsvraju@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (149, 'raja', 'rajareddydcssp@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (84, 'sridhar', 'bm_Sridhar@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (88, 'ASD', 'mandira971979@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (113, 'Chaitanya', 'Chaitanyadotcom@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (110, 'Murthy', 'kandikonda_murthy@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (91, 'bhanu', 'BHANU@IFACIS.COM'); INSERT INTO `hwcustomeremail` VALUES (93, 'anjana', 'anju_143_m@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (94, 'anju', 'anjana_datla2003@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (95, 'bava', 'b_j_vza@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (148, 'web', 'webmaster@heartywishers.com'); INSERT INTO `hwcustomeremail` VALUES (97, 'Kriss', 'gopalakr@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (98, 'Srikanth', 'srikanthso@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (99, 'Venu Gopal', 'venug@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (100, 'Karthik', 'karthikk@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (101, 'Ramakrishna', 'ramakrishnarao@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (102, 'Sunil Jana', 'sunilj@intelligroup.com'); INSERT INTO `hwcustomeremail` VALUES (103, 'sandeep', 'sunnychanu@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (104, 'Alluri', 'ark_raju@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (105, 'Satish', 'rsastry@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (106, 'Sahadev', 'sdev9@redifffmail.com'); INSERT INTO `hwcustomeremail` VALUES (107, 'sudheer', 'kodali1980@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (112, 'Satish', 'kandikonda_sat@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (114, 'Subrahmanyam', 'subyam@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (115, 'Sameer Kumar', 'sameerkumar_k@yahoomail.com'); INSERT INTO `hwcustomeremail` VALUES (116, 'kalyan', 'rajkumar2299@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (117, 'Rakesh', 'jaggavarapu@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (118, 'Rajesh', 'prajesh_mca@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (119, 'Koti', 'koti_s2004@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (120, 'Prasad', 'prasad_ambati@satyam.com'); INSERT INTO `hwcustomeremail` VALUES (121, 'dyery', 'fhfhfh@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (122, 'thri', 'thri_nath003@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (123, 'swaram143@yahoo.com', ''); INSERT INTO `hwcustomeremail` VALUES (142, 'vamsi', 'nuthati_vamsi@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (125, 'Gowri S', 'kailas607@yahoo.cp.in'); INSERT INTO `hwcustomeremail` VALUES (127, 'Gowri', 'gowri@cox.net'); INSERT INTO `hwcustomeremail` VALUES (128, 'Gopi', 'mgr2005@email.com'); INSERT INTO `hwcustomeremail` VALUES (129, 'fatima', 'fatima_52@yahoo.co.uk'); INSERT INTO `hwcustomeremail` VALUES (130, 'rats', 'ratnakar_cvs@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (131, 'vinod', 'vinoddon4@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (132, 'asha', 'ven_asha@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (133, 'srinu', 'spvarapu@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (134, 'AVSN', 'mtyavsn@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (135, 'B.N.Valli', 'vallibnv@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (136, 'V.Venugopal', 'vgpalrv@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (137, 'AVSLN MURTY', 'avlnm2002@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (138, 'K.MURALIKRISHNA', 'kusumanchi_murali@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (139, 'D.VENUNAIDU', 'venunaidu_dokala@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (141, 'sajja', 'sajjasrk123@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (143, 'tipu', 'tipu_4288@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (144, 'srikanth', 'srikanth_thunder@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (145, 'teja', 'teja_sa2003@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (146, 'barath', 'bhs_reddi@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (147, 'hhh', 'mvy_mscis@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (150, 'Satish', 'satishbsk@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (151, 'siva', 'siva@siva.com'); INSERT INTO `hwcustomeremail` VALUES (152, 'sreedevi', 'sreedevialla@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (153, 'udaybhaskar', 'udaybhaskar_a@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (154, 'Ravi Sankar', 'karri_ravi@hotmail.com'); INSERT INTO `hwcustomeremail` VALUES (155, 'sreedevi', 'sreedevialla@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (156, 'shakir', 'azim1234567892004@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (157, 'i', 'kiran_inturi@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (158, 'Devarakonda', 'dsubrahmanyam@india.com'); INSERT INTO `hwcustomeremail` VALUES (159, 'Rajivsrivastava', 'rajivsrivastava2001@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (160, 'P.Vidya Sagar', 'pvsagar2000@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (161, 'P Aparna', 'apuligan@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (162, 'Ananthu', 'ashok_ananthu1@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (163, 'Padmaja', 'splokam@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (164, 'jaswanthi', 'staywith_smiley4u@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (165, 'hari', 'haribabu_a@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (166, 'kjr', 'kjrk@india.com'); INSERT INTO `hwcustomeremail` VALUES (167, 'ramesh chowdary', 'tannieru@rediffmail.com'); INSERT INTO `hwcustomeremail` VALUES (168, 'mohan', 'mohank_ece@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (169, 'chowdarys', 'royal_chowdarys@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (170, 'ramesh', 'tannieruc@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (171, 'deepthi', 'deepthi_kothapalli@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (172, 'kodali', 'kodali_santhi@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (173, 'vidyasagar', 'kasubavs@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (174, 'vamsi', 'kiran_dadi1@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (175, 'Rama Raidu', 'gramaraidu@sify.com'); INSERT INTO `hwcustomeremail` VALUES (176, 'Dilip T', 'dilideep007@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (177, 'Pawan Mundluru', 'mundlurupawan@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (178, 'Janardhan Reddy', 'jreddy_gun@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (179, 'vijaya', 'rahulchidurala@yahoo.ca'); INSERT INTO `hwcustomeremail` VALUES (181, 'Praveen', 'praveen.jaladanki@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (182, 'Rajkumar Pal', 'rajkumar.pal@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (183, 'Chandrasekhar N', 'chandrun.chandru@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (184, 'Rajagopal U', 'raja.us@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (185, 'Ramanathan R V', 'ramanathanrv@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (186, 'Sankara Rameswaran', 'sankar.netsoft@gmail.com'); INSERT INTO `hwcustomeremail` VALUES (187, 'chinni', 'kunapareddyml@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (188, 'Ratnam', 'upender@danlawinc.com'); INSERT INTO `hwcustomeremail` VALUES (189, 'satya', 'cvs_reddy2000@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (190, 'koti', 'kotiabbi@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (191, 'Swetha', 'swethasandy_n@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (192, 'araju', 'arajuborra@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (193, 'srikanth', 'srikanth1k@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (195, 'srinivas', 'jandhyaala2003@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (196, 'P.V.Sastry', 'pvsastrylic@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (197, 'P.Rajagopal', 'pabhalaraja@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (198, 'P.Ramprasad', 'ramprasad_prabhala@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (199, 's', 's@s.com'); INSERT INTO `hwcustomeremail` VALUES (200, 'bharathi', 'chinni9_p9@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (201, 'mastan', 'mastan_ismail@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (202, 'bharathi', 'barathi_pinninti@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (203, 'chinni', 'chinni9_p9@yahoo.co.in'); INSERT INTO `hwcustomeremail` VALUES (204, 'lakshmi', 'nagalakshmi_attunooru@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (205, 'Soujanya', 'madhurag4@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (206, 'voletianu@yahoo.com', 'mitrofmine@yahoo.com'); INSERT INTO `hwcustomeremail` VALUES (207, 'Mohan', 'mohan@sigmainc.com'); -- -------------------------------------------------------- -- -- Table structure for table `hwcustomerorder` -- CREATE TABLE `hwcustomerorder` ( `hw_shid` bigint(10) NOT NULL auto_increment, `hw_orderid` varchar(10) NOT NULL default '0', `hw_orderfname` varchar(32) default NULL, `hw_orderlname` varchar(64) default NULL, `hw_orderaddress` varchar(250) default NULL, `hw_ordercity` varchar(50) default NULL, `hw_orderstate` varchar(50) default NULL, `hw_ordercountry` varchar(50) default NULL, `hw_orderzipcode` varchar(10) default NULL, `hw_ordermailid` varchar(50) default NULL, `hw_orderphone` varchar(30) default NULL, `hw_delfname` varchar(32) default NULL, `hw_deladdress` varchar(250) default NULL, `hw_delcity` varchar(50) default NULL, `hw_deldistrict` varchar(50) default NULL, `hw_delstate` varchar(50) default NULL, `hw_delcountry` varchar(50) default NULL, `hw_delzipcode` varchar(10) default NULL, `hw_delphone` varchar(30) default NULL, `hw_orderdate` date default NULL, `hw_registered` char(3) default NULL, `hw_regid` varchar(10) default NULL, `hw_discount` decimal(4,0) default NULL, `hw_todeldate` date default NULL, `hw_orderverify` char(3) default NULL, `hw_delivered` char(3) default NULL, `hw_deldate` date default NULL, `hw_payed` char(3) default NULL, `hw_todeltime` varchar(10) default NULL, `hw_delpic` varchar(50) default NULL, PRIMARY KEY (`hw_shid`,`hw_orderid`) ) TYPE=MyISAM AUTO_INCREMENT=109 ; -- -- Dumping data for table `hwcustomerorder` -- INSERT INTO `hwcustomerorder` VALUES (3, 'HS1028', 'Dilip', 'Movva', '', '', '', '', '', 'dilip@1stamericard.com', '', 'Chandra Mouli', '4-20-32/1\r\nsiddhartha nagar', 'Guntur', 'Guntur', 'Andra Pradesh', 'India', '522006', '2351210', '2003-12-31', 'no', '', 3, '2004-01-01', 'yes', 'yes', '2004-01-01', 'yes', '', ''); INSERT INTO `hwcustomerorder` VALUES (2, 'HS1025', 'vijay sreeram', 'Talluru', '9. birch wood avenue ,\r\nhatfield,\r\nhertfordshire,\r\nUK- AL10 0PL', 'Hatfield', 'herts', 'United Kingdom', '', 'vijaysreeram@yahoo.com', '00447734365302', 'kalyan', 'heartywishes,\r\nguntur.', 'guntur', 'Guntur Town', 'Andra Pradesh', 'India', '111111', '00918633331246', '2003-12-25', 'yes', 'vijay', 3, '2003-12-31', 'yes', 'yes', '2004-01-01', 'yes', '5.00pm', ''); INSERT INTO `hwcustomerorder` VALUES (7, 'HS1031', 'Prasad', 'Boppana', '9618, Apt B\r\nVinca Circle', 'Charlotte', 'NC', 'United States of America', '28213', 'boppana99@yahoo.com', '', 'Vamsi Mohan Motaparthy', 'Suryadevara Kalyana Mandapam, Ringroad', 'Guntur', 'Guntur', 'Andra Pradesh', 'India', '522006', '98480-12766', '2004-03-17', 'yes', 'boppana99', 3, '2004-03-18', 'yes', 'yes', '2004-03-18', 'yes', '8.00 pm', ''); INSERT INTO `hwcustomerorder` VALUES (8, 'HS1034', 'vijay kumar', 'kadagala', '5775 Morehouse Dr', 'San diego', 'CA', 'United States of America', '92121', 'vijay_kadagala@lycos.com', '', 'BEVARA SIRISHA', 'D/O B.NAGESWARA RAO.\r\nSAMRAT APTS,\r\nCHAKRAVARTHY ROAD,\r\nSRINAGAR COLONY,\r\nRING ROAD,\r\n', 'vijayawada', 'Vijayawada', 'Andra Pradesh', 'India', '520008', '91-866-5594383', '2004-04-23', 'yes', 'vijay_k', 3, '2004-04-28', 'yes', 'yes', '2004-04-29', 'yes', '26:00', ''); INSERT INTO `hwcustomerorder` VALUES (106, 'HS1163', 'mahalakshmi', 'kunapareddy', '27157,gateway dr w ,apt#306', 'farmington hills', 'mi', 'u.s.a', '48334', 'kunapareddyml@yahoo.com', '248 478 9141', 'K Koteswari', 'hig 230,m.v.p colony,sector 4', 'vizag', 'Vizag', 'Andra Pradesh', 'India', '500082', '0891-2543211', '2005-05-04', 'no', '', 10, '2005-05-08', 'no', 'no', NULL, 'no', '9 a.m', ''); INSERT INTO `hwcustomerorder` VALUES (19, 'HS1055', 'Ramesh', 'Babu', 'WS', 'Guntur', 'AP', 'INDIA', '522001', 'rrb_ece@yahoo.com', '3090567', 'Ramesh', '302, Yagantwin, Rajendra Nagar, Guntur.', 'Guntur', 'Guntur', 'Andra Pradesh', 'India', '522006', '3090567', '2004-07-30', 'no', '', 3, '2004-08-01', 'yes', 'yes', '2004-07-30', 'yes', '9.30', ''); INSERT INTO `hwcustomerorder` VALUES (98, 'HS1142', 'koti', 'koti', 'fkjfhdhfkd\r\nfdhfk', 'fjdhj', 'andhra', 'india', '523271', 'kotiabbi@yahoo.com', '523271', 'rja', 'kfjdk', 'dkfjkdj', 'Kavali', 'Andra Pradesh', 'India', '523271', '52547874', '2005-03-31', 'no', '', 10, '2005-12-12', 'no', 'no', NULL, 'yes', '12:12', ''); INSERT INTO `hwcustomerorder` VALUES (13, 'HS1049', 'ANJIReddy', 'K', '7611,Knox Ave S\r\nApt # 216', 'RICHFIELD', 'MN', 'US', '55423', 'reddy_a@rediffmail.com', '612-291-3867', 'SHILPA M', 'SHILPA. M\r\nD/O: M.Usha Devi \r\nH-no 20-553\r\nVidya nagar colony\r\nHuzurabad Karimnagar', 'Huzurabad', 'Karimnagar', 'Andra Pradesh', 'India', '505468', '08727-252690', '2004-07-07', 'no', '', 3, '2004-07-10', 'yes', 'yes', '2004-07-10', 'yes', '09:00 AM', ''); INSERT INTO `hwcustomerorder` VALUES (97, 'HS1139', 'chinni', 'k', '27157 gateway dr w apt #306', 'farmingtonhills', 'mi', 'united states', '48334', 'kunapareddyml@yahoo.com', '2484789141', 'P.sudha&mani', 'hig 230,sector 4\r\nmvp colony', 'visakhapatnam', 'Vizag', 'Andra Pradesh', 'India', '530002', '2538645', '2005-02-28', 'no', '', 10, '2005-03-03', 'no', 'no', NULL, 'yes', '', ''); INSERT INTO `hwcustomerorder` VALUES (32, 'HS1082', 'NagaMani', 'B', '4-20-52, Siddhartha Nagar', 'Guntur', 'AP', 'India', '522006', 'profsvraju@yahoo.com', '3090545', 'Suguna', 'SuryaRao pet', 'Vijayawada', 'Vijayawada', 'Andra Pradesh', 'India', '522006', '5541605', '2004-09-28', 'no', '', 3, '2004-09-30', 'yes', 'yes', '2004-09-30', 'yes', '', ''); INSERT INTO `hwcustomerorder` VALUES (31, 'HS1079', 'vijay kumar', 'kadagala', '5775 MOREHOUSE DR', 'SAN DIEGO', 'CA', 'United States of America', '92121', 'vijay_sandiego@yahoo.com', '', 'K ANNAPURNA', 'A-3 SAICHAITANYA TOWERS,\r\nPARK ROAD, KRISHNA NAGAR', 'GUNTUR', 'Guntur', 'Andra Pradesh', 'India', '522006', '0863-2358773', '2004-09-25', 'yes', 'vijay_siri', 3, '2004-09-29', 'yes', 'yes', '2004-09-29', 'yes', '8AM', ''); INSERT INTO `hwcustomerorder` VALUES (27, 'HS1070', 'sudha', 'Talasila', '265, musgrave road, coopers plains', 'brisbane', 'queensland', 'australia', '4108', 'sudha_talasila@rediffmail.com', '0403513468', 'Nageswara Rao Talasila', 'h no:316, veera savarkar road, ayyappa nagar', 'vijayawada', 'Vijayawada', 'Andra Pradesh', 'India', '520007', '2554292', '2004-09-06', 'no', '', 3, '2004-09-07', 'yes', 'yes', '2004-09-07', 'yes', '5PM', ''); INSERT INTO `hwcustomerorder` VALUES (100, 'HS1148', 'Prasad', 'Boppana', '7836 E, Ella Jane LN', 'Charlotte', 'NC', 'United States of America', '28273', 'prasad.boppana@gmail.com', '7044511747', 'Aparna Kudithipudi', 'Flat No:517, Aditya Homes\r\nOpposite to JNTU\r\nKPHB', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500072', '40-23052804', '2005-04-15', 'yes', 'boppana99', 10, '2005-04-17', 'no', 'no', NULL, 'yes', '6:00p.m', ''); INSERT INTO `hwcustomerorder` VALUES (99, 'HS1145', 'Swetha', 'Narra', '800 W Renner road, #3116', 'Richardson', 'Texas', 'United States of America', '75080', 'swethasandy_n@yahoo.com', '', 'Dr. G.venkatratnam', '11/205,\r\nSwetha E.N.T nursing home,\r\nEluru road', 'Gudivada', 'Gudivada', 'Andra Pradesh', 'India', '521301', '08674-243543', '2005-04-05', 'yes', 's_narra', 10, '2005-04-26', 'no', 'no', NULL, 'yes', '11:30 AM', ''); INSERT INTO `hwcustomerorder` VALUES (26, 'HS1067', 'Lakshmi', 'Budda', '330 W. Ocean Blvd., #315,\r\n', 'Long Beach', 'CA', 'USA', '90802', 'budda50@hotmail.com', '562 983 0812', 'Budda Rajeshwar Reddy', 'Bhagya nagar Apts, Flat# 44,\r\nNear Mayuri Theatre,', 'R.T.C. X Roads', 'Hyderabad', 'Andra Pradesh', 'India', '500020', '55157099', '2004-09-01', 'no', '', 3, '2004-09-05', 'yes', 'yes', '2004-09-06', 'yes', '03:00 PM', ''); INSERT INTO `hwcustomerorder` VALUES (28, 'HS1073', 'Vishnu', 'varre', '7968,La Riviera Dr\r\n#118', 'sacramento', 'CA', 'USA', '95826', 'vardhan_vishnu@yahoo.com', '', 'B.S. RAO', 'C/O KCM GUPTA\r\nPLOT#36\r\nMaheshwari Nagar\r\nBharat Nagar Colony', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500018', '55199934', '2004-09-06', 'no', '', 3, '2004-09-08', 'yes', 'yes', '2004-09-08', 'yes', '10A.M', ''); INSERT INTO `hwcustomerorder` VALUES (33, 'HS1085', 'Ravi Kumar', 'Ede', 'Dsl Software Ltd.\r\nThe Senate,33/1\r\nUlsoor Road\r\n', 'Bangalore', 'Karnataka', 'India', '560042', 'ravi_ede@yahoo.com', '9448263599', 'Suguna', 'Surya rao peta\r\nopposite MJ Naidu hospital', 'Vijayawada', 'Vijayawada', 'Andra Pradesh', 'India', '520006', '0866 5541605', '2004-09-29', 'no', '', 3, '2004-09-30', 'yes', 'yes', '2004-09-30', 'yes', '8:00', ''); INSERT INTO `hwcustomerorder` VALUES (35, 'HS1091', 'Vishnu', 'Varre', '7968,La Riviera Dr #118', 'Sacramento', 'California', 'U.S.A', '95826', 'vardhan_vishnu@hotmail.com', '', 'B.S.Rao', 'C/O K.C.M Gupta\r\nplot#36,\r\nMaheshwari Nagar\r\nBharat Nagar Colony,\r\nHyderabad-500018\r\n', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500018', '55199934', '2004-11-08', 'no', '', 3, '2004-11-11', 'yes', 'yes', '2004-11-11', 'yes', '3 P.M', ''); INSERT INTO `hwcustomerorder` VALUES (101, 'HS1151', 'dsddsada', 'sdafa', 'adaaeeee', 'afdsdf', 'dsadf', 'dasda', '43324', 'fdasda@ga.com', '4343543', 'afdada', 'dsafdasfa', 'dsafsdfads', 'Bapatla', 'Andra Pradesh', 'India', '500018', '5345434', '2005-04-17', 'no', '', 10, '2005-04-19', 'no', 'no', NULL, 'yes', '8:00', ''); INSERT INTO `hwcustomerorder` VALUES (48, 'HS1106', 'sudheer', 'kodali', 'gerokstr.27/505A,', 'Dresden', 'saxony', 'Germany', '01307', 'kodali1980@yahoo.com', '', 'Ushasree Kode', 'Kamlanagar,ECIL', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500062', '27134054', '2004-12-13', 'yes', 'kodali', 15, '2004-12-15', 'yes', 'yes', '2004-12-18', 'yes', '11', ''); INSERT INTO `hwcustomerorder` VALUES (103, 'HS1154', 'Soujanya', 'Mosalikanti', '303,Mountain ave,Apt#131', 'Waukesha', 'Wisconsin', 'United States of America', '53188', 'madhurag4@yahoo.com', '2625248094', 'Mr&MrsV.S.R.Murti', 'Flat#101,1st Floor ,\r\nPrashantha Towers,\r\nSnehapuri,\r\n\r\n', 'Nacharam', 'Hyderabad', 'Andra Pradesh', 'India', '500076', '040-27173006', '2005-05-03', 'yes', 'madhurag', 10, '2005-05-04', 'no', 'no', NULL, 'yes', 'Anytime', ''); INSERT INTO `hwcustomerorder` VALUES (88, 'HS1130', 'Satish', 'Bandaru', '', '', '', '', '', 'satishbsk@yahoo.com', '', 'Chandana', 'C/o K Joji reddy\r\n12-2-823 A/1/7\r\n1 st Floor \r\n(Behind Oriental Bank of Commerce),\r\nSantosh Nagar Colony, Mehadipatnam\r\n', 'HYDERABAD', 'Hyderabad', 'Andra Pradesh', 'India', '500028', '9866272720', '2005-01-02', 'no', '', 10, '2004-01-04', 'yes', 'yes', '2005-01-04', 'yes', '5 PM', ''); INSERT INTO `hwcustomerorder` VALUES (72, 'HS1121', 'Gowri', 'Kailas', '34 Chateau Palmer Dr', 'Kenner', 'Lousiana', 'United States of America', '70065', 'gowri@cox.net', '5044676560', 'Vasu Devi Kailas', 'No.607, St.3', 'Tarnaka', 'Secunderabad', 'Andra Pradesh', 'India', '500017', '56462616', '2004-12-29', 'yes', 'Gowri', 10, '0000-00-00', 'yes', 'yes', '2005-01-01', 'yes', '9.00AM', ''); INSERT INTO `hwcustomerorder` VALUES (104, 'HS1157', 'Soujanya', 'Mosalikanti', '303,Mountain ave,Apt#131', 'Waukesha', 'Wisconsin', 'United States of America', '53188', 'madhurag4@yahoo.com', '2625248094', 'Dr V S R Murti', '101, Prashanta Towers, Snehapuri, Nacharam,', 'Nacharam', 'Hyderabad', 'Andra Pradesh', 'India', '500076', '40-27173006', '2005-05-03', 'yes', 'madhurag', 10, '2005-05-04', 'yes', 'no', NULL, 'yes', '10.00AM', ''); INSERT INTO `hwcustomerorder` VALUES (105, 'HS1160', 'Soujanya', 'Mosalikanti', '303,Mountain ave,Apt#131', 'Waukesha', 'Wisconsin', 'United States of America', '53188', 'madhurag4@yahoo.com', '2625248094', 'Mr M V Ramana Rao', 'Door # 80-11-76-3/1,\r\nOpposite to Water Tank,\r\n\r\n', 'Aditya Nagar', 'Kurnool', 'Andra Pradesh', 'India', '518005', '8518-230346', '2005-05-03', 'yes', 'madhurag', 10, '2005-05-04', 'no', 'no', NULL, 'yes', '10.00Am', ''); INSERT INTO `hwcustomerorder` VALUES (107, 'HS1166', 'mahalakshmi', 'kunapareddy', '27157 gateway dr w,apt#306', 'farmingtonhills', 'MI', 'u.s.a', '48334', 'kunapareddyml@yahoo.com', '248-478-9141', 'K Koteswari', 'hig 230,m.v.p.colony,sector 4', 'vizag', 'Vizag', 'Andra Pradesh', 'India', '530010', '2543211', '2005-05-04', 'no', '', 10, '2005-05-08', 'no', 'no', NULL, 'no', '9 a.m', ''); INSERT INTO `hwcustomerorder` VALUES (108, 'HS1169', 'Mohan', 'Nannapaneni', '5 Glenwood Road', 'Southborough', 'MA', 'United States of America', '01772', 'mohan@sigmainc.com', '5086126676', 'Mr & Mrs Donepudi Rangadas', '12-13-13\r\nNear Kuglar Hospital\r\nKothapet', 'Guntur', 'Guntur', 'Andra Pradesh', 'India', '522001', '0863-2356733', '2005-05-17', 'yes', 'MohanN', 10, '2005-05-19', 'yes', 'yes', '2005-05-19', 'yes', '10.00 AM', ''); -- -------------------------------------------------------- -- -- Table structure for table `hwcustomers` -- CREATE TABLE `hwcustomers` ( `hw_customerid` bigint(10) NOT NULL auto_increment, `hw_username` varchar(10) default NULL, `hw_password` varchar(15) default NULL, `hw_firstname` varchar(32) default NULL, `hw_lastname` varchar(64) default NULL, `hw_address` varchar(250) default NULL, `hw_city` varchar(50) default NULL, `hw_state` varchar(50) default NULL, `hw_country` varchar(50) default NULL, `hw_zipcode` varchar(10) default NULL, `hw_sex` varchar(6) default NULL, `hw_email` varchar(50) default NULL, `hw_phone` varchar(30) default NULL, PRIMARY KEY (`hw_customerid`) ) TYPE=MyISAM AUTO_INCREMENT=68 ; -- -- Dumping data for table `hwcustomers` -- INSERT INTO `hwcustomers` VALUES (11, 'kaligotla', 'adidam', 'K', 'Murali', '#22, Sanali Heavens, Ameerpet,', 'Hyderabad', 'AP', 'India', '500073', 'male', 'kaligotla@kaligotla.net', '36533469'); INSERT INTO `hwcustomers` VALUES (15, 'veenak', 'abc123', 'praveena', 'nagalla', '13844 JEFFERSON PARK DRIVE\r\nAPT#12102', 'HERNDON', 'VA', 'United States of America', '20171', 'female', 'veenak18@yahoo.com', '7037930247'); INSERT INTO `hwcustomers` VALUES (16, 'lilu', 'sachin', 'leena', 'seebaluck', 'canton nancy ,', 'pamplemousses', 'port louis', 'Mauritius', '', 'female', 'leena1401@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (12, 'boppana99', 'ksai1804', 'Prasad', 'Boppana', '7836 E, Ella Jane LN', 'Charlotte', 'NC', 'United States of America', '28273', 'male', 'prasad.boppana@gmail.com', '6189728737'); INSERT INTO `hwcustomers` VALUES (5, 'vijay', 'choudhary', 'vijay sreeram', 'Talluru', '9. birch wood avenue ,\r\nhatfield,\r\nhertfordshire,\r\nUK- AL10 0PL', 'Hatfield', 'herts', 'United Kingdom', '', 'male', 'vijaysreeram@yahoo.com', '00447734365302'); INSERT INTO `hwcustomers` VALUES (8, 'joymadduri', 'drowssap', 'joy', 'madduri', '550 steddick court', 'mississauga', 'Ontario', 'Canada', '', 'female', 'joymadduri@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (7, 'varmakv', 'aruna111', 'kv', 'varma', 'pobox-3627.DUBAI.UAE.', 'DUBAI', 'UAE', 'United Arab Emirates', '3627', 'male', 'VARMAKV@YAHOO.COM', '97143932845'); INSERT INTO `hwcustomers` VALUES (9, 'harish', 'harish', 'Venkata Harish Kumar', 'Maddali', '#06-2344, Blk 541,\r\nAng Mo Kio Avenue 10', 'Singapore', 'Singapore', 'Singapore', '560541', 'male', 'mvhk2001@hotmail.com', '93682431'); INSERT INTO `hwcustomers` VALUES (18, 'vinodh', 'anjali', 'venkata vinodh', 'pamidi', 'guntur', 'GUNTUR', 'AP', 'India', '522002', 'male', 'VINNU9NANI@REDIFFMAIL.COM', ''); INSERT INTO `hwcustomers` VALUES (19, 'schandras', 'pranitha', 'srinivasa', 'chandrasekhar', 'pattabhipuram\r\nguntur', 'guntur', 'ap', 'India', '009', 'male', 'schandras_kakumanu@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (20, 'sudha', 'amrut', 'sudha', 'talasila', '265, musgarve road, coopers plains', 'brisabne', 'queensland', 'Australia', '4108', 'female', 'sudha_talasila@rediffmail.com', '0403513468'); INSERT INTO `hwcustomers` VALUES (14, 'vijay_k', 'chinni', 'vijay kumar', 'kadagala', '5775 Morehouse Dr', 'San diego', 'CA', 'United States of America', '92121', 'male', 'vijay_kadagala@lycos.com', ''); INSERT INTO `hwcustomers` VALUES (17, 'vijay_tt', 'banjara', 'venkatpragada', 'vijay', '301 banjara petals\r\nrd no 5 banjara hills', 'hyderbad', 'andhra pradesh', 'India', '500034', 'male', 'vijju_79@yahoo.com', '9849997788'); INSERT INTO `hwcustomers` VALUES (21, 'vijay_siri', 'chinni', 'vijay kumar', 'kadagala', '5775 MOREHOUSE DR', 'SAN DIEGO', 'CA', 'United States of America', '92121', 'male', 'vijay_sandiego@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (22, 'bm_Sridhar', 'alpaca', 'sridhar', 'vuyyuru', '105, 17th C Main\r\n5th Block \r\nKoramangala', 'bangalore', 'Karnataka', 'India', '50095', 'male', 'bm_Sridhar@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (23, 'abcde', 'arunaaruna', 'arun', 'kumar', '1129 N Jackson St', 'Milwaukee', 'Wisconsisn', 'United States of America', '53202', 'male', 'abcd@efg.com', ''); INSERT INTO `hwcustomers` VALUES (43, 'sreedevi', 'bujjilu', 'sreedevi', 'alla', '2350 playa way', 'Gold River', 'CA', 'United States of America', '95670', 'female', 'sreedevialla@hotmail.com', '9168581866'); INSERT INTO `hwcustomers` VALUES (26, 'anjanadevi', 'kmadhu', 'anjana', 'datla', 'sf-6,manju recidency,opp high school road,patamata,vijayawada.', 'vijayawada', 'Andhra Pradesh', 'India', '', 'female', 'anju_143_m@yahoo.co.in', ''); INSERT INTO `hwcustomers` VALUES (28, 'krissgopal', 'krissgopal', 'Kriss', 'Gopal', 'Plot#88, S-1, Sudhodaya Apartments, 3rd Cross, Rajiv Nagar', 'Hyderabad', 'Andhra Pradesh', 'India', '500045', 'male', 'gopalakr@intelligroup.com', '9849677677'); INSERT INTO `hwcustomers` VALUES (29, 'sunny', 'megafan', 'sandeep', 'chandu', 's4,city heart towers,gayatri nagar', 'Vijayawada', 'Andhra Pradesh', 'India', '520008', 'male', 'sunnychanu@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (30, 'ark_raju', 'akhilvarma', 'Alluri', 'Rama Krishnam Raju', '104, Vasista Enclave, Opp. Kavya Nursing Home, A.S.Raju Nagar, Kukatpalli', 'Hyderabad', 'Andhra Pradesh', 'India', '500072', 'male', 'ark_raju@yahoo.com', '23068849'); INSERT INTO `hwcustomers` VALUES (31, 'kodali', 'nilla9', 'sudheer', 'kodali', 'gerokstr.27/505A,', 'Dresden', 'saxony', 'Germany', '01307', 'male', 'kodali1980@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (32, 'murthyksrc', 'nagarjuna', 'Murthy', 'Kandikonda', 'Flat No.402 harsha apts Sri krishna nagar clg Dilsukhnagar', 'Hyderabad', 'AP', 'India', '', 'male', 'kandikonda_murthy@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (33, 'kalyans', 'madhavi', 'kalyan', 'c', 'guntur', 'guntur', 'ap', 'India', '522007', 'male', 'rajkumar2299@yahoo.com', '9885551221'); INSERT INTO `hwcustomers` VALUES (34, 'rakesh', 'reddis', 'Rakesh', 'Reddy', '5 meadowbank gardens,\r\nhounslow,\r\nmiddx,\r\nlondon,\r\nTW5 9Tx\r\nunited kingdom', 'london', 'wales', 'United Kingdom', '', 'male', 'jaggavarapu@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (35, 'rajesh_mca', 'suvarchala', 'Rajesh', 'Puttagunta', 'P.Rajesh,s/oP.Ramakrishna Prasad,Nalluru(po),Repalle(md),Guntur(dt).', 'Guntur', 'AndhraPradesh', 'India', '522265', 'male', 'prajesh_mca@hotmail.com', '9849175345'); INSERT INTO `hwcustomers` VALUES (36, 'vishnu', 'lmaanasa', 'vishnu', 'varre', '7968,La Riviera dr #118', 'SACRAMENTO', 'CA', 'United States of America', '', 'male', 'vardhan_vishnu@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (37, 'hi_3nath', 'chinna', 'thri', 'nath', 'yashodha nursing home \r\nwarangal', 'hydrabad', 'andhra pradesh', 'India', '55501', 'male', 'thri_nath003@yahoo.co.in', '08718242224'); INSERT INTO `hwcustomers` VALUES (42, 'ravikumar1', 'krishna', 'sajja', 'ravikumar', 'ravikumar\r\nprakasam dt\r\nap', 'hyderabad', 'andhrapradesh', 'India', '523201', 'male', 'sajjasrk123@yahoo.com', '9848676935'); INSERT INTO `hwcustomers` VALUES (39, 'Gowri', 'kailas', 'Gowri', 'Kailas', '34 Chateau Palmer Dr', 'Kenner', 'Lousiana', 'United States of America', '70065', 'male', 'gowri@cox.net', '5044676560'); INSERT INTO `hwcustomers` VALUES (40, 'gopi007', 'gopi007', 'Gopi', 'M', '12/5,Secbad', 'Secunderabad', 'AP', 'India', '500010', 'male', 'mgr2005@email.com', '09849213503'); INSERT INTO `hwcustomers` VALUES (41, 'mtyavsn', 'karthik', 'AVSN', 'MURTY', 'STENO\r\nCHIEF PLANNING OFFICE\r\nCOLLECTORATE\r\nVIZIANAGARAM', 'VIZIANAGARAM', 'ANDHRA PRADESH', 'India', '535005', 'male', 'mtyavsn@yahoo.com', '277327'); INSERT INTO `hwcustomers` VALUES (44, 'azim123456', '123456', 'shakir', 'shakir', 'adilabad dist nirmal', 'nirmal', 'ap', 'India', '', 'female', 'azim1234567892004@yahoo.com', '251352'); INSERT INTO `hwcustomers` VALUES (45, 'kiranbabu', 'chitti', 'i', 'kiran', 'hyderabad', 'hyderabad', 'Andhra Pradesh', 'India', '500047', 'male', 'kiran_inturi@yahoo.co.in', '12365'); INSERT INTO `hwcustomers` VALUES (46, 'dsubbugaru', 'katyayani', 'Devarakonda', 'Subrahmanyam', 'C-2-1-4, ONGC Colony\r\nPanvel', 'Panvel', 'Maharashtra', 'India', '410221', 'male', 'dsubrahmanyam@india.com', ''); INSERT INTO `hwcustomers` VALUES (47, 'amar_money', 'rajesh', 'Ananthu', 'Ashok Reddy', 'C/o Meeru Island Resort,\r\nChampa Building, 3rd Floor,\r\nMale'', 20-02,\r\nRepublic of Maldives', 'Male', 'Male', 'Maldives', '', 'male', 'ashok_ananthu1@rediffmail.com', '00960860391'); INSERT INTO `hwcustomers` VALUES (48, 'plokam', 'preeti', 'Padmaja', 'Lokam', '2996 South Foxridge Ct', 'Ann Arbor', 'MI', 'United States of America', '8105', 'female', 'splokam@gmail.com', '7342228491'); INSERT INTO `hwcustomers` VALUES (49, 'pravi', 'pravi', 'jaswanthi', 'pravi', 'gyanbagh colony', 'Hyderabad', 'Andhra Pradesh', 'India', '500003', 'male', 'staywith_smiley4u@yahoo.co.in', ''); INSERT INTO `hwcustomers` VALUES (50, 'hari99', 'hari1234', 'hari', 'babu', 'hyd', 'hyd', 'ap', 'India', '', 'male', 'haribabu_a@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (51, 'kjrk', 'krishna', 'kjr', 'krishna', 'Hno:1148', 'Guntur', 'Ap', 'India', '', 'male', 'kjrk@india.com', ''); INSERT INTO `hwcustomers` VALUES (52, 'tannierus', '2002464', 'ramesh chowdary', 'tannieru', 'narasaraopat,guntur(dt).', 'Narasaraopat', 'andhrapradesh', 'India', '522601', 'male', 'tannieru@rediffmail.com', '9440233733'); INSERT INTO `hwcustomers` VALUES (53, 'kasuba', 'Saibaba01', 'vidyasagar', 'kasuba', '11712 Gunners Drive', 'Germantown', 'MD', 'United States of America', '20876', 'male', 'kasubavs@yahoo.com', '3019165964'); INSERT INTO `hwcustomers` VALUES (54, 'gramaraidu', 'pbrralvb', 'Rama Raidu', 'Gullapalli', '3140 S Michigan Ave,\r\n#103,', 'Chicago', 'Il', 'United States of America', '60616', 'male', 'gramaraidu@sify.com', '3128427067'); INSERT INTO `hwcustomers` VALUES (55, 'jreddy_gun', '444444', 'Janardhan Reddy', 'Gargupally', 'Flat 103 Viswapriya Apartments, 8/1 Chandramoulinagar,', 'Guntur', 'Andhrapradesh', 'India', '522007', 'male', 'jreddy_gun@yahoo.co.in', '9849905392'); INSERT INTO `hwcustomers` VALUES (56, 'chvijaya', 'vijaya', 'vijaya', 'chidurala', '650 parliament street', 'toronto', 'ontario', 'Canada', '', 'female', 'rahulchidurala@yahoo.ca', ''); INSERT INTO `hwcustomers` VALUES (57, '2221', '2222', '2', '2', '2', '2', '2', 'United States of America', '2', 'male', 'dd@ss.kkk', ''); INSERT INTO `hwcustomers` VALUES (58, 'praveenJ', 'FOUR906JOLT166', 'Praveen', 'Jaladanki', '8-3-351, I floor,\r\nNew street,', 'Tirupati', 'Andhra Pradesh', 'India', '517501', 'male', 'praveen.jaladanki@gmail.com', ''); INSERT INTO `hwcustomers` VALUES (59, 'upender', 'ratnam', 'Ratnam', 'Upender Reddy', 'HYDERABAD', 'HYDERABAD', 'AP', 'India', '501505', 'male', 'upender@danlawinc.com', ''); INSERT INTO `hwcustomers` VALUES (60, 'satyatelug', 'satyaprabha', 'satya', 'reddy', 'hyderabad', 'hyderabad', 'ap', 'India', '', 'male', 'cvs_reddy2000@yahoo.com', '09880519439'); INSERT INTO `hwcustomers` VALUES (61, 's_narra', 'swedeep', 'Swetha', 'Narra', '800 W Renner road, #3116', 'Richardson', 'Texas', 'United States of America', '75080', 'female', 'swethasandy_n@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (62, 'arajuborra', 'seetav11', 'araju', 'borra', '5270 sanviciente Terr.DUBLIN CA 94568', 'Dublin', 'California', 'United States of America', '94568', 'male', 'arajuborra@yahoo.com', '9254790053'); INSERT INTO `hwcustomers` VALUES (63, 'srikanth1k', 'deewana', 'srikanth', 'kakumanu', '106 grant chamberlain 3 F', 'bozeman', 'montana', 'United States of America', '59715', 'male', 'srikanth1k@yahoo.com', ''); INSERT INTO `hwcustomers` VALUES (64, 'srijan', 'shaangrila', 'srinivas', 'jandhyaala', '#277,sri sandilya nigam,rock town,near janapriya enclave,G.S.I.(post)', 'Hyderabad', 'Andhra pradesh', 'India', '500068', 'male', 'jandhyaala2003@yahoo.co.in', '9848629194'); INSERT INTO `hwcustomers` VALUES (65, 'chinni9_p9', 'venkat', 'bharathi', 'bharu', 'p.bharathi', 'vij', 'ap', 'India', '', '', 'chinni9_p9@yahoo.com', '9848944851'); INSERT INTO `hwcustomers` VALUES (66, 'madhurag', 'advy', 'Soujanya', 'Mosalikanti', '303,Mountain ave,Apt#131', 'Waukesha', 'Wisconsin', 'United States of America', '53188', 'female', 'madhurag4@yahoo.com', '2625248094'); INSERT INTO `hwcustomers` VALUES (67, 'MohanN', 'surenbabu', 'Mohan', 'Nannapaneni', '5 Glenwood Road', 'Southborough', 'MA', 'United States of America', '01772', 'male', 'mohan@sigmainc.com', '5086126676'); -- -------------------------------------------------------- -- -- Table structure for table `hwdelivery` -- CREATE TABLE `hwdelivery` ( `hw_delcode` bigint(10) NOT NULL auto_increment, `hw_deldist` varchar(50) default NULL, `hw_delstate` varchar(50) default NULL, `hw_delcharge` float default NULL, PRIMARY KEY (`hw_delcode`) ) TYPE=MyISAM AUTO_INCREMENT=72 ; -- -- Dumping data for table `hwdelivery` -- INSERT INTO `hwdelivery` VALUES (3, 'Bapatla', 'Andra Pradesh', 2.5); INSERT INTO `hwdelivery` VALUES (5, 'Chilakaluripet', 'Andra Pradesh', 2.5); INSERT INTO `hwdelivery` VALUES (6, 'Chirala', 'Andra Pradesh', 2.5); INSERT INTO `hwdelivery` VALUES (8, 'Eluru', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (10, 'Gudivada', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (11, 'Guntakal', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (12, 'Guntur', 'Andra Pradesh', 1); INSERT INTO `hwdelivery` VALUES (15, 'Hyderabad', 'Andra Pradesh', 1); INSERT INTO `hwdelivery` VALUES (57, 'Anantapur', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (58, 'Chittor', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (64, 'Nizamabad', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (22, 'Khammam', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (24, 'Kurnool', 'Andra Pradesh', 4); INSERT INTO `hwdelivery` VALUES (63, 'Medak', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (26, 'Machilipatnam', 'Andra Pradesh', 4); INSERT INTO `hwdelivery` VALUES (65, 'Secunderabad', 'Andra Pradesh', 1); INSERT INTO `hwdelivery` VALUES (29, 'Miryalaguda', 'Andra Pradesh', 3.5); INSERT INTO `hwdelivery` VALUES (59, 'Cuddapah', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (31, 'Nagarjunasagar', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (66, 'Srikakulam', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (34, 'Nalgonda', 'Andra Pradesh', 3.5); INSERT INTO `hwdelivery` VALUES (36, 'Narasaraopet', 'Andra Pradesh', 2.5); INSERT INTO `hwdelivery` VALUES (37, 'Nellore', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (60, 'Kakinada', 'Andra Pradesh', 4); INSERT INTO `hwdelivery` VALUES (39, 'Ongole', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (69, 'Vizianagaram', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (68, 'Vizag', 'Andra Pradesh', 4); INSERT INTO `hwdelivery` VALUES (43, 'Piduguralla', 'Andra Pradesh', 2.5); INSERT INTO `hwdelivery` VALUES (67, 'Tanuku', 'Andra Pradesh', 4); INSERT INTO `hwdelivery` VALUES (45, 'Rajamundry', 'Andra Pradesh', 3.5); INSERT INTO `hwdelivery` VALUES (61, 'Karimnagar', 'Andra Pradesh', 5); INSERT INTO `hwdelivery` VALUES (47, 'Repalle', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (70, 'Warangal', 'Andra Pradesh', 3.5); INSERT INTO `hwdelivery` VALUES (50, 'Tenali', 'Andra Pradesh', 2); INSERT INTO `hwdelivery` VALUES (51, 'Tirupati', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (53, 'Vijayawada', 'Andra Pradesh', 1); INSERT INTO `hwdelivery` VALUES (54, 'Vinukonda', 'Andra Pradesh', 3); INSERT INTO `hwdelivery` VALUES (62, 'Kavali', 'Andra Pradesh', 3.5); -- -------------------------------------------------------- -- -- Table structure for table `hwoccasionproduct` -- CREATE TABLE `hwoccasionproduct` ( `hw_occasionproductid` bigint(10) NOT NULL auto_increment, `hw_occasion_productid` bigint(10) default NULL, `hw_occasion_id` bigint(10) default NULL, PRIMARY KEY (`hw_occasionproductid`) ) TYPE=MyISAM AUTO_INCREMENT=92 ; -- -- Dumping data for table `hwoccasionproduct` -- INSERT INTO `hwoccasionproduct` VALUES (89, 1142, 110); INSERT INTO `hwoccasionproduct` VALUES (88, 1141, 111); INSERT INTO `hwoccasionproduct` VALUES (87, 1140, 111); INSERT INTO `hwoccasionproduct` VALUES (86, 1139, 111); INSERT INTO `hwoccasionproduct` VALUES (9, 334, 104); INSERT INTO `hwoccasionproduct` VALUES (85, 1138, 111); INSERT INTO `hwoccasionproduct` VALUES (83, 1136, 110); INSERT INTO `hwoccasionproduct` VALUES (82, 1135, 110); INSERT INTO `hwoccasionproduct` VALUES (84, 1137, 110); INSERT INTO `hwoccasionproduct` VALUES (76, 363, 109); INSERT INTO `hwoccasionproduct` VALUES (75, 362, 109); INSERT INTO `hwoccasionproduct` VALUES (74, 361, 109); INSERT INTO `hwoccasionproduct` VALUES (73, 360, 109); INSERT INTO `hwoccasionproduct` VALUES (72, 356, 108); INSERT INTO `hwoccasionproduct` VALUES (71, 357, 108); INSERT INTO `hwoccasionproduct` VALUES (70, 358, 108); INSERT INTO `hwoccasionproduct` VALUES (69, 359, 108); INSERT INTO `hwoccasionproduct` VALUES (91, 1179, 112); INSERT INTO `hwoccasionproduct` VALUES (26, 351, 107); INSERT INTO `hwoccasionproduct` VALUES (27, 352, 107); INSERT INTO `hwoccasionproduct` VALUES (28, 353, 107); INSERT INTO `hwoccasionproduct` VALUES (29, 354, 107); INSERT INTO `hwoccasionproduct` VALUES (30, 355, 107); -- -------------------------------------------------------- -- -- Table structure for table `hwoccasions` -- CREATE TABLE `hwoccasions` ( `hw_occasionid` bigint(10) NOT NULL default '0', `hw_occasiondate` date default NULL, `hw_occasionname` varchar(50) default NULL, `hw_occdescription` blob, PRIMARY KEY (`hw_occasionid`) ) TYPE=MyISAM; -- -- Dumping data for table `hwoccasions` -- INSERT INTO `hwoccasions` VALUES (104, '2004-02-14', 'Valentine''s day', 0x3c7461626c652077696474683d22313030252220626f726465723d2230222063656c6c73706163696e673d2230222063656c6c70616464696e673d2230223e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572223e3c696d67207372633d226f63636173696f6e2f76616c656e7461696e2e6a7067222077696474683d2235303022206865696768743d223530223e3c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e); INSERT INTO `hwoccasions` VALUES (112, '2005-05-09', 'Mothers Day', ''); INSERT INTO `hwoccasions` VALUES (110, '2004-12-25', 'Christmas', ''); INSERT INTO `hwoccasions` VALUES (111, '2005-01-01', 'New Year', ''); INSERT INTO `hwoccasions` VALUES (108, '2004-09-18', 'Vinayaka Chavithi', 0x4368617669746869205061636b61676573); INSERT INTO `hwoccasions` VALUES (109, '2004-11-12', 'Diwali', 0x31204b47205377656574732c0d0a5374616e6472616420646966666572656e7420437261636b65727320626f78); INSERT INTO `hwoccasions` VALUES (107, '2004-08-30', 'Rakhi', 0x3c7461626c652077696474683d3130302520616c69676e3d63656e7465723e3c74723e3c74642077696474683d3130302520616c69676e3d63656e7465723e3c696d67207372633d226f63636173696f6e2f72616b68692d696e6e65722d62616e6e65722e6a7067223e3c2f74643e3c2f74723e3c2f7461626c653e); -- -------------------------------------------------------- -- -- Table structure for table `hworderamount` -- CREATE TABLE `hworderamount` ( `hw_amtid` bigint(10) NOT NULL auto_increment, `hw_orderamtid` varchar(10) default NULL, `hw_ordertotprice` float default NULL, `hw_orderdelcharge` float default NULL, `hw_orderdiscount` float default NULL, `hw_ordernetprice` float default NULL, PRIMARY KEY (`hw_amtid`) ) TYPE=MyISAM AUTO_INCREMENT=110 ; -- -- Dumping data for table `hworderamount` -- INSERT INTO `hworderamount` VALUES (3, 'HS1028', 6.5, 2, 0, 8.5); INSERT INTO `hworderamount` VALUES (2, 'HS1025', 100, 1, 3, 98); INSERT INTO `hworderamount` VALUES (7, 'HS1031', 8, 2, 0.24, 9.76); INSERT INTO `hworderamount` VALUES (98, 'HS1139', 7, 4, 0, 11); INSERT INTO `hworderamount` VALUES (9, 'HS1034', 22, 2, 0.66, 23.34); INSERT INTO `hworderamount` VALUES (20, 'HS1055', 15, 2, 0, 17); INSERT INTO `hworderamount` VALUES (99, 'HS1142', 90, 3.5, 0, 93.5); INSERT INTO `hworderamount` VALUES (32, 'HS1079', 6.5, 2, 0.195, 8.305); INSERT INTO `hworderamount` VALUES (14, 'HS1049', 8, 5, 0, 13); INSERT INTO `hworderamount` VALUES (107, 'HS1163', 12, 4, 0, 16); INSERT INTO `hworderamount` VALUES (33, 'HS1082', 5, 2, 0, 7); INSERT INTO `hworderamount` VALUES (28, 'HS1070', 12.5, 2, 0, 14.5); INSERT INTO `hworderamount` VALUES (105, 'HS1157', 8.99, 1, 0.899, 9.091); INSERT INTO `hworderamount` VALUES (27, 'HS1067', 12, 2, 0, 14); INSERT INTO `hworderamount` VALUES (29, 'HS1073', 6.5, 2, 0, 8.5); INSERT INTO `hworderamount` VALUES (34, 'HS1085', 10, 2, 0, 12); INSERT INTO `hworderamount` VALUES (73, 'HS1121', 25, 2, 2.5, 24.5); INSERT INTO `hworderamount` VALUES (36, 'HS1091', 18, 2, 0, 20); INSERT INTO `hworderamount` VALUES (104, 'HS1154', 8.99, 1, 0.899, 9.091); INSERT INTO `hworderamount` VALUES (49, 'HS1106', 111, 2, 16.65, 96.35); INSERT INTO `hworderamount` VALUES (106, 'HS1160', 8.99, 4, 0.899, 12.091); INSERT INTO `hworderamount` VALUES (102, 'HS1151', 508, 2.5, 0, 510.5); INSERT INTO `hworderamount` VALUES (100, 'HS1145', 15, 3, 1.5, 16.5); INSERT INTO `hworderamount` VALUES (101, 'HS1148', 7, 1, 0.7, 7.3); INSERT INTO `hworderamount` VALUES (89, 'HS1130', 21, 2, 0, 23); INSERT INTO `hworderamount` VALUES (108, 'HS1166', 12, 4, 0, 16); INSERT INTO `hworderamount` VALUES (109, 'HS1169', 39, 1, 3.9, 36.1); -- -------------------------------------------------------- -- -- Table structure for table `hworderdetails` -- CREATE TABLE `hworderdetails` ( `hw_orderdetailid` bigint(10) NOT NULL auto_increment, `hw_orderdetid` varchar(10) default NULL, `hw_ordermodelid` varchar(10) default NULL, `hw_orderpname` varchar(20) default NULL, `hw_orderqty` int(3) default NULL, `hw_ordermessage` varchar(30) default NULL, `hw_orderuprice` float default NULL, `hw_ordertotprice` float default NULL, `hw_orderweight` varchar(10) default NULL, `hw_orderflavour` varchar(15) default NULL, PRIMARY KEY (`hw_orderdetailid`) ) TYPE=MyISAM AUTO_INCREMENT=125 ; -- -- Dumping data for table `hworderdetails` -- INSERT INTO `hworderdetails` VALUES (3, 'HS1028', 'hw-ck3', 'Square Delight - 3', 1, 'Happy New Year', 6.5, 6.5, '1', 'pista dates'); INSERT INTO `hworderdetails` VALUES (2, 'HS1025', 'hw-ck50', 'Cake50', 1, 'instructions given to mallesh', 100, 100, '20', ''); INSERT INTO `hworderdetails` VALUES (7, 'HS1031', 'hw-fl22', 'Flower22', 1, 'To Manasa Only!!!!!', 8, 8, '', ''); INSERT INTO `hworderdetails` VALUES (123, 'HS1169', 'hwf-6', 'Sweet Heart', 1, 'Wish You Happy Anniversary', 25, 25, '', ''); INSERT INTO `hworderdetails` VALUES (9, 'HS1034', 'hw-fl10', 'Bouquet - 25 Red Ros', 1, 'with love, vijay', 10, 10, '', ''); INSERT INTO `hworderdetails` VALUES (10, 'HS1034', 'hw-ck15', 'Romantic Whispers', 1, 'Vijay engages Sirisha', 12, 12, '2', ''); INSERT INTO `hworderdetails` VALUES (114, 'HS1142', 'hw-wt5', 'TITAN - 894YM02', 1, 'good', 90, 90, '', ''); INSERT INTO `hworderdetails` VALUES (21, 'HS1055', 'hw-ck7', 'Lemon Cake', 1, 'Happy Birthday', 15, 15, '2.5', ''); INSERT INTO `hworderdetails` VALUES (113, 'HS1139', 'hw-fw32', 'Darling', 1, 'Dear Sudha&mani', 7, 7, '', ''); INSERT INTO `hworderdetails` VALUES (35, 'HS1079', 'hw-ck8', 'Almond Pastry Cake', 1, 'HAPPY BIRTHDAY MOM', 6.5, 6.5, '1', ''); INSERT INTO `hworderdetails` VALUES (15, 'HS1049', 'hw-fl8', 'Lotsa Love', 1, 'To Dear SweetHeart, Love ANJI', 8, 8, '', ''); INSERT INTO `hworderdetails` VALUES (120, 'HS1154', 'hw-tr2', 'Bobbatlu', 1, '', 8.99, 8.99, '1', ''); INSERT INTO `hworderdetails` VALUES (36, 'HS1082', 'hw-fl4', 'Bouquet - 12 Red Ros', 1, 'Dear Amma\r\nHappy Birthday', 5, 5, '', ''); INSERT INTO `hworderdetails` VALUES (30, 'HS1070', 'hw-ck8', 'Almond Pastry Cake', 1, 'happy marrige anniversary', 6.5, 6.5, '1', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (124, 'HS1169', 'hw-gc4', 'Celebrations', 1, 'Happy Anniversary', 14, 14, '2', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (121, 'HS1157', 'hw-tr2', 'Bobbatlu', 1, 'Chi Advay borla paddadu.', 8.99, 8.99, '1', ''); INSERT INTO `hworderdetails` VALUES (122, 'HS1160', 'hw-tr2', 'Bobbatlu', 1, 'Chi Advay Borla Paddadu', 8.99, 8.99, '1', ''); INSERT INTO `hworderdetails` VALUES (29, 'HS1067', 'hw-ck4', 'Cake4', 1, 'Happy Birthday Raji - Mom&Dad', 12, 12, '2', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (31, 'HS1070', 'hw-fl6', 'Flower6', 1, 'happy marrige anniversay', 6, 6, '', ''); INSERT INTO `hworderdetails` VALUES (32, 'HS1073', 'hw-ck11', 'Pineapple PastryCake', 1, 'Happy Birthday Sis', 6.5, 6.5, '1', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (37, 'HS1085', 'hw-fl10', 'Bouquet - 25 Red Ros', 1, 'HappyBirthday, SindhuRavi', 10, 10, '', ''); INSERT INTO `hworderdetails` VALUES (39, 'HS1091', 'hw-ck19', 'Mickey Minnie Cake', 1, 'Happy Birthday Yeshu', 18, 18, '3', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (89, 'HS1121', 'hwf-6', 'Sweet Heart', 1, 'happy birth day\r\ngowri&Shoba', 25, 25, '', ''); INSERT INTO `hworderdetails` VALUES (115, 'HS1145', 'hw-gc21', 'Black Forest', 1, 'Happy 25th Anniversary Mom&Dad', 15, 15, '2', 'butter scotch'); INSERT INTO `hworderdetails` VALUES (105, 'HS1130', 'hw-gc3', 'Sweet Magic', 1, 'HAPPY BIRTHDAY', 21, 21, '3', 'milk badam'); INSERT INTO `hworderdetails` VALUES (60, 'HS1106', 'hw-tio1', 'Buddha with Dragon', 1, 'Mixed Color', 99, 99, '', ''); INSERT INTO `hworderdetails` VALUES (61, 'HS1106', 'hw-fi4', 'Feelings', 1, '', 12, 12, '', ''); INSERT INTO `hworderdetails` VALUES (118, 'HS1151', 'platinum-p', 'Platinum Package', 1, '', 499, 499, '', ''); INSERT INTO `hworderdetails` VALUES (117, 'HS1151', 'hw-tr6', 'Rasgulla', 1, '', 9, 9, '1', ''); INSERT INTO `hworderdetails` VALUES (116, 'HS1148', 'hw-gc1', 'Aladdin Cake', 1, 'Happy Birthday Sai', 7, 7, '1', 'butter scotch'); -- -------------------------------------------------------- -- -- Table structure for table `hwproducts` -- CREATE TABLE `hwproducts` ( `hw_productid` bigint(10) NOT NULL default '0', `hw_product_catid` varchar(20) default NULL, `hw_product_subcatid` varchar(50) default NULL, `hw_product_modelid` varchar(20) default NULL, `hw_product_price` float default NULL, `hw_product_name` varchar(40) default NULL, `hw_product_description` varchar(250) default NULL, `hw_message` char(3) default NULL, `hw_productsmall` varchar(10) default NULL, `hw_productbig` varchar(10) default NULL, `hw_producthome` char(3) default NULL, PRIMARY KEY (`hw_productid`) ) TYPE=MyISAM; -- -- Dumping data for table `hwproducts` -- INSERT INTO `hwproducts` VALUES (414, 'flower', '', 'hw-fi9', 15, 'Teddy''s Gift', 'Classic expression of love with romantic red roses. Simplest and perfect way of expressing everlasting love. Order this with a teddy.', 'yes', '414.jpg', '414bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (413, 'flower', '', 'hw-fi8', 15, 'Slice of Life', 'Come fall in love with this arrangement and gift it to the one you love!', 'yes', '413.jpg', '413bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (412, 'flower', '', 'hwf-5', 25, 'Royal Fantacy', 'This Posy of 24 Red Roses is a perfection of classic beauty has an amazing power to brighten the ambiance of the place it is in.', 'yes', '412.jpg', '412bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (411, 'flower', '', 'hw-fi7', 15, 'Dreamz 4 Sale', 'Classic collection of Orange roses to convey your best wishes to friends and family and fill the gap even if you are far away.\r\n', 'yes', '411.jpg', '411bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (410, 'flower', '', 'hwf-4', 25, 'Nothing but Love', 'Marriage is a Foundation on which Two People built their Love Castle. A Tastefully arranged roses in a eye catching arrangement to please. Send your wedding wishes with this wonderful bouquet.', 'yes', '410.jpg', '410bg.jpeg', 'yes'); INSERT INTO `hwproducts` VALUES (409, 'flower', '', 'hw-fi6', 12, 'Silent love', 'The very sight of this flowervase fills heart with great joy, love & sheer ecstasy.', 'yes', '409.jpg', '409bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (408, 'flower', '', 'hwf-3', 25, 'Just 4 U', 'Bright with Sunshine, Warm with your love and filled with special pleasure... May every minute of your day be like a gift you will treasure.', 'yes', '408.jpg', '408bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (407, 'flower', '', 'hw-fi5', 12, 'Memories', 'You cant hide a smile nor the beauty of these pink roses. Let them smile for you.', 'yes', '407.jpg', '407bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (406, 'flower', '', 'hw-fi4', 12, 'Feelings', 'Let these Rose buds share your heart felt feelings. Beautiful vase of 12 Red Roses', 'yes', '406.jpg', '406bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (405, 'flower', '', 'hw-fi3', 12, 'Expressions', 'A bunch of dozen roses in this very pleasant colour of orange are the right choice when you wish to wish the people you love and let them know you will always do.', 'yes', '405.jpg', '405bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (404, 'flower', '', 'hw-fi2', 12, 'Declarat of Love', 'Let these pleasant set of fresh yellow roses re-call special memories. The bunch of beautiful yellow roses leaves a long lasting fragrance. ', 'yes', '404.jpg', '404bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (403, 'flower', '', 'hw-fi1', 12, 'Colours of Love', 'Wonderful assorted bunch of fragrant white roses, pink and red roses, elegant and beautiful like the person you are sending them to. This charming flowervase definitely fills the room with a special radiance.', 'yes', '403.jpg', '403bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (402, 'splcake', '', 'hw-sc6', 250, 'Ruffles-Pearls', 'Gift your friends and loved ones with this attractive, delicious cake topped with sugary sweet, cream rich design to enhance the sweetness of their memories.', 'yes', '402.jpg', '402bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (401, 'splcake', '', 'hw-sc5', 250, 'Paradise', 'Sweet & memorable moments are often remembered on special occasions. This beautiful and adorable cake showcases the stunning beauty of heaven.', 'yes', '401.jpg', '401bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (400, 'splcake', '', 'hw-sc4', 250, 'Fantasy Castle', 'This elegant house topped with beautiful colors & rich creamy boundary is an irresistable gift for your loved ones on special occasions.', 'yes', '400.jpg', '400bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (399, 'flower', '', 'hwf-2', 25, 'Feel my love', 'Show your sweet heart where your heart is. The Red and yellow roses speak with your honey and make an impression of your love.', 'yes', '399.jpg', '399bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (1001, 'package', NULL, 'silver-pac', 99, 'Silver Package', 'Special flower-bouquet', 'yes', '1.jpg', '2.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1002, 'package', NULL, 'gold-pac', 199, 'Gold Package', 'Gift Voucher (Jewellery / Home Appliances / Textile)', 'yes', '3.jpg', '4.jpg', 'no'); INSERT INTO `hwproducts` VALUES (398, 'splcake', '', 'hw-sc3', 250, 'Darling', 'Special occasions in life call for special gifts. This attractive delicious cake with beautiful flowers & trees toppings ready to melt in the mouth is the ideal gift for your loved ones on special occassions & anniversaries.', 'yes', '398.jpg', '398bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (396, 'splcake', '', 'hw-sc2', 250, 'Congratulations', 'We wouldn''t be surprised if you found this cake to be just what you wanted. It tastes delicious and is fresh in its look and taste. This irressitable cake will definitely cheer up anyone just looking at it.', 'yes', '396.jpg', '396bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (395, 'splcake', '', 'hw-sc1', 250, 'Chocolate Whipped', 'Chocolate, chocolate and more chocolate! You will like it more and more as we give it to you in many ways. This gorgeous cake topped with rich decoration of flowers.', 'yes', '395.jpg', '395bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (394, 'flower', '', 'hwf-1', 25, '4 Someone Special', 'A novel arrangement of red roses with carnations to convey your special feeling and emotions for special people in your life.', 'yes', '394.jpg', '394bg.jpeg', 'yes'); INSERT INTO `hwproducts` VALUES (393, 'wedcake', '', 'hw-wc6', 50, 'Romantic-Whispers', 'Bright Yellow Exquisite Cake decorated with flowers is a True Gift for Your Love. Deliciously conveys your love.', 'yes', '393.jpg', '393bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (391, 'wedcake', '', 'hw-wc4', 50, 'Forever-Heart', 'May today be a very special day and may each day of the year bring you special moments to enjoy and to treasure. An Elegant dual heart shaped cake for shared lives. ', 'yes', '391.jpg', '391bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (392, 'wedcake', '', 'hw-wc5', 50, 'Grooms-Choice', 'This Designer cake shows the artistic capabilities of a designer using small shells, lines, beads and piped roses in full bloom. If you want to say it with love say it with this cake.', 'yes', '392.jpg', '392bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (385, 'kidcake', '', 'hw-kc4', 30, 'Rabbit Cake', 'Perfect Matching for Beautiful Little Children. This Rabbit is tasty and any one would want to have more of it anytime. Rabbit Represents Cuteness and Innocence.', 'yes', '385.jpg', '385bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (386, 'kidcake', '', 'hw-kc5', 30, 'Ritchie Cake', 'It looks cute and is attractive for the kids to have a cake in the shape of a Ritchie.', 'yes', '386.jpg', '386bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (387, 'kidcake', '', 'hw-kc6', 30, 'Sweety Tweety', 'Specially Made Cake to Share your Feelings My Sweet Little Tweety', 'yes', '387.jpg', '387bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (388, 'wedcake', '', 'hw-wc1', 50, 'Bottom-of-Art', 'These mouth-watering treats make for perfectly appropriate gifts and speak volumes about how much you care. Make their Anniversary a memorable day by gifting this cake.', 'yes', '388.jpg', '388bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (389, 'wedcake', '', 'hw-wc2', 50, 'Bows-Bouquet', 'Large Pink coloured Cake surrounded by flowers so elegantly decorated that it will please your loved ones. Cake exclusively designed to celebrate the occasion in a pompous manner with your near and dear.', 'yes', '389.jpg', '389bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (390, 'wedcake', '', 'hw-wc3', 50, 'Budding-Romance', 'Gift your loved ones with something special to match their feeling of pure joy & bliss as they are getting engaged. This delicious cake with rich cream topping is just ideal for such occasions.', 'yes', '390.jpg', '390bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1011, 'tsweets', '', 'hw-tr61', 8, 'Pootarekulu', 'Godavari Special and hard to find. Fine layers and suger coated with pure ghee.', 'yes', '1011.jpg', '1011bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1015, 'gsweets', '', 'hw-tr4', 8, 'Kaja', 'Filled with sweetness and smells of the divine fragrance, this sweet will give you the pleasure of good taste.', 'yes', '1015.jpg', '1015bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1010, 'tsweets', '', 'hw-tr51', 8, 'Laddu', 'Order these very special laddus to get the real taste of andhra sweets.', 'yes', '1010.jpg', '1010bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1009, 'tsweets', '', 'hw-tr41', 9, 'Kobbari Boorelu', 'Order these very special Boorelu to get the real taste of andhra sweets smelling and tasting rich with pure ghee.', 'yes', '1009.jpg', '1009bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1008, 'tsweets', '', 'hw-tr32', 10, 'Kajjikaayalu', 'This will remind you of the unmatched taste of mother''s hand made sweets. Taste it to believe it!', 'yes', '1008.jpg', '1008bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1007, 'tsweets', '', 'hw-tr2', 8.99, 'Bobbatlu', 'Bobbatlu is an Andhra special. A celebration in a telugu house hold is incomplete without bobbatlu(sweet chapathis)', 'yes', '1007.jpg', '1007bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1006, 'tsweets', '', 'hw-ts1', 8, 'Ariselu', 'Ariselu is Sankranthi special sweet and is made of ghee. Weight 1kg.', 'yes', '1006.jpg', '1006bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1004, 'package', NULL, 'platinum-p', 499, 'Platinum Package', 'Special flower-bouquet (On behalf of Heartywishes)', 'yes', '7.jpg', '8.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1005, 'gsweets', '', 'hw-gs1', 10.95, 'Gulab-jamun', 'This product is made from best Ingredients.', 'yes', '1005.jpg', '1005bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1003, 'package', NULL, 'diamond-pa', 299, 'Diamond Package', 'Special flower-bouquet (On behalf of Heartywishes)', 'yes', '5.jpg', '6.jpg', 'no'); INSERT INTO `hwproducts` VALUES (424, 'flower', '', 'hwf-12', 20, 'Sweet Memories', 'Let these Fresh Red Roses share the deep feelings of your love & affection. Beautiful bouquet of 30 Red Roses.', 'yes', '424.jpg', '424bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (423, 'flower', '', 'hwf-11', 20, 'I am in Love', 'Best gift to wish your love. An Attractive flower love pyramid beautifully arranged with Red and Yellow Roses.', 'yes', '423.jpg', '423bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (422, 'flower', '', 'hwf-10', 20, 'Dreamz 4 ever', 'Let these Pink Flowers share a special feeling that you are there Always and Forever. Beautiful bouquet of 12 Thick Pink Roses.', 'yes', '422.jpg', '422bg.gif', 'no'); INSERT INTO `hwproducts` VALUES (421, 'flower', '', 'hwf-9', 20, 'Divine Love', 'Express your inner feelings in a touching fashion. Beautiful flower vase of 24 red Roses.', 'yes', '421.jpg', '421bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (420, 'flower', '', 'hw-fi12', 15, 'Yours 4 Ever', 'Wonderful assorted bunch of fragrant flowers, elegant and beautiful like the person you are sending them to. This charming bouquet definitely fills the room with a special radiance.', 'yes', '420.jpg', '420bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (419, 'flower', '', 'hwf-8', 20, 'Deep Condolences', 'Whether to say it or not .... Everyone will feel this pulsating stage of expression. It is your turn to express your condolences for the homaged.', 'yes', '419.jpg', '419bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (418, 'flower', '', 'hw-fi11', 15, 'Whispers', 'I cannot find a better way to reveal my inner thoughts, which are truly revolving round you.', 'yes', '418.jpg', '418bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (417, 'flower', '', 'hwf-7', 20, 'Best Wishes', 'A perfect way to express friendship, love or romance. Elegant and unforgettable expression of love and appreciation and strong desire to sustain relationship along with a cute teddy.', 'yes', '417.jpg', '417bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (416, 'flower', '', 'hw-fi10', 15, 'Waiting 4 u', 'Give expression to your thoughts! Its very easy just send this beautiful arrangement of pink flowers and complete the expression.', 'yes', '416.jpg', '416bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (415, 'flower', '', 'hwf-6', 25, 'Sweet Heart', 'Experience the beauty of paradise! Bring that garden to your home.', 'yes', '415.jpg', '415bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (384, 'kidcake', '', 'hw-kc3', 30, 'Mickey Minnie', 'Mickey Minnie Cake showing off her decorated ribbon, curious eyes and smily face perfectly decorated.', 'yes', '384.jpg', '384bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (383, 'kidcake', '', 'hw-kc2', 30, 'Little Mermaid', 'Surprise your child with this fairy tale presentation ''Mermaid''. Your child will fall in love with this birthday cake featuring Little Mermaid.', 'yes', '383.jpg', '383bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (382, 'kidcake', '', 'hw-kc1', 30, 'Butterfly Cake', 'Butterfly Cake depicting Flying Colours. Perfect Gift to Congratulate your darling kid.', 'yes', '382.jpg', '382bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (381, 'lovecake', '', 'hw-lc6', 27, 'Valentine Special', 'A Rich Delicious Light Pink Colour Cake conveying your fargrant love. Convey your special feelings to your love bird. Share your feelings in a touching manner with this classic design cake.', 'yes', '381.jpg', '381bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (380, 'lovecake', '', 'hw-lc5', 27, 'Sweet Heart', 'A lovely Heart Shaped cake to express your deepest sentiment and wish to your loved ones. Heart Shaped Love Cake is a True Gift for Your Love Partner. \r\n', 'yes', '380.jpg', '380bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (379, 'lovecake', '', 'hw-lc4', 27, 'My Heart is Beating', 'A Rich Heart shaped Cake with Flowers topping is sure to delight the recipient. As your heart, it conveys perfectly your message of greetings.', 'yes', '379.jpg', '379bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (378, 'lovecake', '', 'hw-lc3', 27, 'Lovers Corner', 'A Rich Delicious Cake with Micky & Minnie on top conveying your fargrant love. Surprise your Loved ones with this tasty cake.', 'yes', '378.jpg', '378bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (377, 'lovecake', '', 'hw-lc2', 27, 'Lots of Love', 'Pink round Shaped Cake with rich cream adorned with Eight ( I L U ) sweet hearts conveying your fargrant love. What can be a better expression of love than this cake made in heart shape.', 'yes', '377.jpg', '377bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (376, 'lovecake', '', 'hw-lc1', 27, 'Beat in My Heart', 'Show Your Partner in Love with this Special Heart shape Fresh cream vanilla flavoured cake.', 'yes', '376.jpg', '376bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (375, 'gcake2', '', 'hw-gc26', 15, 'Vanilla Chocolate', 'Beautiful black and white aromatic cake that rightly lives up to its name.', 'yes', '375.jpg', '375bg.jpeg', 'no'); INSERT INTO `hwproducts` VALUES (373, 'gcake2', '', 'hw-gc24', 15, 'Greetings', 'Congratulate your deared ones on their acheivements with this celebrations cake.', 'yes', '373.jpg', '373bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (374, 'gcake2', '', 'hw-gc25', 15, 'Pineapple Hunt', 'Melt-in-your-mouth cream and chunky pineapple combine in this cake. A perennial favorite made with perfection.', 'yes', '374.jpg', '374bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (372, 'gcake2', '', 'hw-gc23', 15, 'Chocolate Delight', 'A very rich Chocklate Cake that looks and tastes great. Perfect as a gift for a special someone or beloved.', 'yes', '372.jpg', '372bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (371, 'gcake2', '', 'hw-gc22', 15, 'Bowl of Strawberries', 'This is all that you ever wanted! All the Strawberrys served in a delicious bowl. You couldn''t ask for more.', 'yes', '371.jpg', '371bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (370, 'gcake2', '', 'hw-gc21', 15, 'Black Forest', 'Cakes are for all occasions and a Black Forest can say it best. Its time to celebrate!', 'yes', '370.jpg', '370bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (369, 'gcake1', '', 'hw-gc6', 7, 'Pink Daisy', 'This Pink coloured round shaped cake with its lovely topping and delicious taste is perfect for the special person in your life. ', 'yes', '369.jpg', '369bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (368, 'gcake1', '', 'hw-gc5', 7, 'Pineapple Delight', 'Round shape Rich cream Pineapple cake, with its yummy goodness of milk cream this cake is soft and melts in your mouth.', 'yes', '368.jpg', '368bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (367, 'gcake1', '', 'hw-gc4', 7, 'Celebrations', 'Elegant Cake in square shape with nice designs is ideal gift for your near & dear on all occasions.', 'yes', '367.jpg', '367bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (366, 'gcake1', '', 'hw-gc3', 7, 'Sweet Magic', 'A cream rich, delicious mouth watering cake is an ideal gift for your near & dear ones on all occasions.', 'yes', '366.jpg', '366bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (365, 'gcake1', '', 'hw-gc2', 7, 'Battrio', 'Making children smile is such a sweet reward. This cake was created for a birthday Kid who loves Battrio.', 'yes', '365.jpg', '365bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (364, 'gcake1', '', 'hw-gc1', 7, 'Aladdin Cake', 'Alladin - Extremely popular character who will be around for a long time.', 'yes', '364.jpg', '364bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (181, 'sweet', '', 'hw-sw26', 8, 'Cashew Pakodi', 'Cashew Pakodi', 'yes', '181.jpg', '181bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (182, 'sweet', '', 'hw-sw25', 18.5, 'Cashew Hot', 'Cashew hot', 'yes', '182.jpg', '182bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (183, 'sweet', '', 'hw-sw24', 7, 'Malai Sandwich', 'Rasgulla meets the Northern Milk Sweets to become malai Sandwich, a variant of Rasgulla filled with kova in the centre.', 'yes', '183.jpg', '183bg.JPG', 'yes'); INSERT INTO `hwproducts` VALUES (184, 'sweet', '', 'hw-sw23', 6, 'Rasagulla', 'Most wanted sweet by Bengali''s. For that matter, for all sweet lovers who love Bengali Sweets.', 'yes', '184.JPG', '184bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (185, 'sweet', '', 'hw-sw22', 7, 'Kala Jamun', 'Kala Jamun, another variant of Gulab Jamun with oval shape tastes just like Gulab Jamun and sometimes even better.', 'yes', '185.JPG', '185bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (186, 'sweet', '', 'hw-sw21', 6, 'White Jamun', 'Large White Jamun, a variant of Rasgolla is a perfect Bengali Sweet Gift for all occasions.', 'yes', '186.JPG', '186bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (187, 'sweet', '', 'hw-sw20', 4.5, 'Boondi Laddu', 'Laddu in any form is likable. Boondi Laddu is a perfect gift for people who prefers traditional Sweets.', 'yes', '187.jpg', '187bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (188, 'sweet', '', 'hw-sw19', 10, 'Kaju Flower', 'This is the sweet that will dazzle your loved ones with its taste and looks.', 'yes', '188.jpg', '188bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (189, 'sweet', '', 'hw-sw18', 10, 'Badam Bullet', 'This sampler is so flavorable and sweet that it will be talk of town and hard to match with any other gift.', 'yes', '189.JPG', '189bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (190, 'sweet', '', 'hw-sw17', 10.5, 'Cashew Burphy', 'Cashew Burphy is a classic sweet likened by everyone from kids to GrandParents and is ideal gift for all occasions.', 'yes', '190.jpg', '190bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (191, 'sweet', '', 'hw-sw16', 6.5, 'Kalakhan', 'Kalakhan made of pure Ghee and Milk and cashew at the centre is a perfect gift item for all occasions.', 'yes', '191.JPG', '191bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (192, 'sweet', '', 'hw-sw15', 4.5, 'Gavvalu', 'Gavvalu is a delicious Sweet.', 'yes', '192.jpg', '192bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (193, 'sweet', '', 'hw-sw14', 5, 'Bengali Assorted', 'All Varities of Bengali sweets.', 'yes', '193.JPG', '193bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (194, 'sweet', '', 'hw-sw13', 10, 'Kaju Anjeer', 'Kaju Anjeer \r\nThis is a great gift for Dry fruit lovers with Kaju roll filled with generous helping of Anjeer in the centre.', 'yes', '194.jpg', '194bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (195, 'sweet', '', 'hw-sw12', 5, 'Jahangri', 'Jahangir was the most prominent sweet that was always part of menu for any occasion and it still continues to be.', 'yes', '195.JPG', '195bg.GIF', 'no'); INSERT INTO `hwproducts` VALUES (196, 'sweet', '', 'hw-sw11', 7, 'Rasagulla', 'Rasgolla is a perfect Bengali Sweet Gift for all occasions.', 'yes', '196.jpg', '196bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (197, 'sweet', '', 'hw-sw10', 7, 'Gulab Jamun', 'Soft Gulab Jamun made just as you remember with Fresh Kova and will melt instantaneously in your mouth.', 'yes', '197.JPG', '197bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (198, 'sweet', '', 'hw-sw9', 5, 'Madata Kaja', 'Pitapuram in Andhra is quite famous for its Madata Kaja, a delicious Andhra Sweet suitable as gift for all occasions.', 'yes', '198.jpg', '198bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (199, 'sweet', '', 'hw-sw8', 5, 'Bandar Laddu', 'Bandar Laddu is always delicious Sweet.', 'yes', '199.jpg', '199bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (200, 'sweet', '', 'hw-sw7', 6.5, 'Sunnundalu', 'Any Festival time always marked by rich, delicious taste of Sunnundalu.', 'yes', '200.jpg', '200bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (201, 'sweet', '', 'hw-sw6', 5, 'Jilebi', 'Jilebi was the most prominent sweet.', 'yes', '201.jpg', '201bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (202, 'sweet', '', 'hw-sw5', 5, 'Kajjikayalu', 'Festival time of Sankranti is always marked by rich, delicious taste of Kajjikayaly.', 'yes', '202.jpg', '202bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (203, 'sweet', '', 'hw-sw4', 6, 'Putharekulu', 'Putharekulu was the most prominent sweet.', 'yes', '203.jpg', '203bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (204, 'sweet', '', 'hw-sw3', 5, 'Bobbatlu', 'Festival time of Sankranti is always marked by rich, delicious taste of Bobbatlu.', 'yes', '204.jpg', '204bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (205, 'sweet', '', 'hw-sw2', 4.5, 'Kobbari Boorelu', 'The fresh coconut taste of this Boorelu are certain to bring back the memories of your Mother''s cooking.', 'yes', '205.jpg', '205bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (206, 'sweet', '', 'hw-sw1', 7.99, 'Arisalu', 'Festival time of Sankranti is always marked by rich, delicious taste of Arisalu. There is no reason why this traditional sweet can''t be enjoyed in other days.', 'yes', '206.jpg', '206bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (207, 'sports', '', 'hw-sp5', 12, 'Carrom Board', 'Carrom Board', 'yes', '207.JPG', '207bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (208, 'sports', '', 'hw-sp4', 100, 'Cricket Kit', 'Cricket Kit', 'yes', '208.JPG', '208bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (209, 'sports', '', 'hw-sp3', 15, 'Football', 'Football', 'yes', '209.JPG', '209bg.JPG', 'yes'); INSERT INTO `hwproducts` VALUES (210, 'sports', '', 'hw-sp2', 20, 'Two Shuttle Bats', 'Shuttle Bats', 'yes', '210.JPG', '210bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (211, 'sports', '', 'hw-sp1', 100, 'Wilson Tennis Rocket', 'Tennis Bat', 'yes', '211.JPG', '211bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (212, 'shoppe', 'air', 'Ar-LM2465C', 1316, 'LG Multi Split AC', '2ton multi split, Cooling (BTU/hr) 24000, Heating (BTU/hr) N.A., Compressor (Type) Recip , Elec. Rating Power supply (Volt/Phase/Freq.) 230 / Single / 50, Power input (Watts) 2710 , Running current (Amps) 12.5.', 'yes', '212.JPG', '212bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (213, 'shoppe', 'air', 'Ar-LPP2461', 2893, 'LG FLOOR STANDING AC', 'Child Lock Available, Sleep Operation Not Available, Temperature Control Thermister, Plasma Filter Available, Deodorizing Filter Available, CHAOS Wind (Auto Wind) Not Available, Air direction 3 – Way, Steps, Fan/Cool 4……', 'yes', '213.JPG', '213bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (214, 'shoppe', 'air', 'Ar-LWM1863', 534, 'LG WINDOW AC', 'Cooling (BTU/hr) 18000, Heating (BTU/hr) N.A., Compressor (Type) Rotary, Elec. Rating Power supply (Volt/Phase/Freq.) 230 / Single / 50, Power input (Watts) 1850 , Running current (Amps) 8.5……..', 'yes', '214.JPG', '214bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (215, 'shoppe', 'air', 'Ar-AS12AB', 925, 'SAMSUNG INSTASPLIT AC', 'Split Type, 1.0 Ton, Rotary Compressor, LCD Full Function, Remote Control, 5 Step Heat Exchanger, Diamond Fin, Bio Filters & Components, Turbo Cooling, Automatic Air Swing, Dehumidification, Quite Operation, Self Diagnostic Function.', 'yes', '215.JPG', '215bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (216, 'shoppe', 'air', 'Ar-AW12F1', 469, 'SAMSUNG INSTACHILLWINDOW AC', 'Window Type, 1.0 T, Rotary Compressor, Bio Filters, Washable Front Grill, Quiet Operation.', 'yes', '216.JPG', '216bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (217, 'shoppe', 'air', 'Ar-AWT18SB', 578, 'SAMSUNG INSTACHILLWINDOW AC', 'Window Type, 1.5 Ton, 3 Row Heat Exchanger Coils, Memory Restart, Tropical Rotary Compressor, Remote Control, Bio Filters, Washable Front Grill, Quiet Operation, Feather Touch Operation.', 'yes', '217.JPG', '217bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1121, 'gift', 'treasure', 'hw-tio4', 39.99, 'Laughing Buddha', 'Mini Size Lucky Buddha is a wonderful and auspicious symbol of good luck, happiness, longevity, prosperity and unbroken chain of long descendants.', 'yes', '1121.jpg', '1121bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1123, 'mixgri', '', 'hw-mg3', 79.99, 'Prestige-Mixie2', 'Prestige Mixie', 'yes', '1123.JPG', '1123bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1122, 'mixgri', '', 'MAHARAJA WHITELIN1', 47, 'MIXER GRINDER CHAMPION', '500 Watt Motor, 3 Jar, 60 Min. Non Stop Operation, Shock Proof Abs Body, Overload Prevention Mechanism.', 'yes', '1122.jpg', '1122bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (223, 'shoppe', 'kitchen', 'hw-ki1', 40, 'Prestige 12 L', '', 'yes', '223.jpg', '223bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (224, 'shoppe', 'kitchen', 'hw-ki2', 12, 'Nirlep Standard', '', 'yes', '224.jpg', '224bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (225, 'shoppe', 'kitchen', 'hw-ki3', 60, 'Sumeet', '', 'yes', '225.jpg', '225bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (226, 'shoppe', 'kitchen', 'hw-ki4', 450, 'Oven4', '', 'yes', '226.jpg', '226bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (227, 'shoppe', 'kitchen', 'hw-ki5', 430, 'Oven5', '', 'yes', '227.jpg', '227bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (228, 'shoppe', 'kitchen', 'hw-ki6', 625, 'Panasonic Convection', '', 'yes', '228.jpg', '228bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (229, 'shoppe', 'kitchen', 'hw-ki7', 27, 'Dinner Set', '', 'yes', '229.jpg', '229bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (230, 'shoppe', 'kitchen', 'hw-ki8', 50, 'Kenstar', '', 'yes', '230.jpg', '230bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1146, 'flower', '', 'hw-fw33', 7, 'Elegent', 'Specially arranged flower bouqet, to Share your Feelings.', 'yes', '1146.jpg', '1146bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1133, 'microcook', '', 'hw-MO-G-2739N(20LTS)', 239, 'SAMSUNG MICROWAVE OVEN3', 'Oven Capacity 20 Liters, 6 Power Levels, Auto Weight Defroster, One touch instant reheat, Child Lock, Power Output 750 watts, Epoxy Coated Cavity.', 'yes', '1133.jpg', '1133bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1132, 'microcook', '', 'hw-MO-PG-113U(28LTS)', 505, 'SAMSUNG MICROWAVE OVEN-2', 'Bio-Ceramic Technology, Oven Capacity 28 Liters, Fast Preheating, Auto Moving Triple Power Grill, 6 Power Levels, Membrane / Tact Dial Knob, Auto Cook/ Reheat & Defrost, Scratch & Rust Proof.', 'yes', '1132.jpg', '1132bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1131, 'microcook', '', 'hw-MO-C-100F(28LTRS)', 447, 'SAMSUNG MICROWAVE OVEN', 'Bio-Ceramic Technology, Oven Capacity 28 Liters, Fast Preheating, Accessories: Crusty Plate, Glass Bowl & Multi Spit, Auto Cook/Reheat & Defrost, 6 Power Level.', 'yes', '1131.jpg', '1131bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1168, 'kgift', '', 'hw-kg', 9.99, 'Birthday Cup', 'A Nice Looking Birthday Cup', 'yes', '1168.jpg', '1168bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1144, 'flower', '', 'hw-fw31', 7, '143', 'All your love is bundled together in the most beautiful manner, handled with care and delivered to the one you love.', 'yes', '1144.jpg', '1144bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (245, 'shoppe', 'washing', 'hw-wm3', 495, 'National NA - F550 F', 'National NA - F550 Fully Automatic.', 'yes', '245.jpg', '245bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1145, 'flower', '', 'hw-fw32', 7, 'Darling', '\r\nIts carnations and roses, a combination of everlasting beauty. Enjoy all that is beautiful and keep its essence forever.', 'yes', '1145.jpg', '1145bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (247, 'shoppe', 'walkmans', 'hw-wk1', 99.99, 'Sony', '', 'yes', '247.JPG', '247bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (248, 'shoppe', 'walkmans', 'hw-wk2', 99.99, 'Aiwa', '', 'yes', '248.JPG', '248bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (249, 'shoppe', 'walkmans', 'hw-wk3', 84.99, 'Aiwa', '', 'yes', '249.JPG', '249bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (250, 'shoppe', 'walkmans', 'hw-wk4', 89.99, 'Panasonic', '', 'yes', '250.JPG', '250bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (251, 'shoppe', 'walkmans', 'hw-wk5', 79.99, 'Panasonic', '', 'yes', '251.JPG', '251bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1037, 'fashion', 'perfume', 'hw-pr2', 59.99, 'JOVAN MUSK', 'Jovan Musk for men', 'yes', '1037.JPG', '1037bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1036, 'gift', 'phone', 'hwcell-3', 125, 'LG 5130', 'Real Sound Speaker, 120 SMS Storage Capacity, 5 in call memo, Weight 99 gms.', 'yes', '1036.jpg', '1036bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1034, 'fashion', 'perfume', 'hw-pr1', 49.99, 'CHARLIE REVLON', 'Charlie Red deodorant from Revlon.', 'yes', '1034.JPG', '1034bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1035, 'gift', 'phone', 'hwcell-2', 1000, 'Kyocera-7135', 'MP3 player & media player, Weight 186 gas, Palm OS Applications, 16MB onboard memory.', 'yes', '1035.jpg', '1035bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1033, 'gift', 'phone', 'hwcell-1', 699, 'Telson-1150', 'Plug-in Camera, infra-red earpiece, 256 colour STN LCD with sapphire glass, Voice dial & voice memo, Weight 98 gms, RUIM enabled.', 'yes', '1033.jpg', '1033bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1041, 'gift', 'phone', 'hwcell-6', 99, 'LG RD 2130', 'Weight 80 gms, Internal antenna, Phone Book stores up to 300 entries, Polyphonic ringtones, White bule backlighting for display.', 'yes', '1041.jpg', '1041bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1040, 'fashion', 'perfume', 'hw-pr4', 44.99, 'BLUE FOR MEN', 'Blue For Men Perfume', 'yes', '1040.JPG', '1040bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1039, 'gift', 'phone', 'hwcell-5', 89, 'SAMSUNG SLIM', 'Worlds Slimmest CDMA Phone.', 'yes', '1039.jpg', '1039bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1038, 'gift', 'phone', 'hwcell-4', 71.5, 'LG2230', '16 Polyphonic Sounds, Group SMS, 120 SMS storage, Fast 144 kbps downloads.', 'yes', '1038.jpg', '1038bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (266, 'fashion', 'wallets', 'hw-pu1', 9, 'Wallet1', '', 'yes', '266.jpg', '266bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (267, 'fashion', 'wallets', 'hw-pu2', 20, 'Purse2', '', 'yes', '267.jpg', '267bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (268, 'fashion', 'wallets', 'hw-pu3', 30, 'purse', '', 'yes', '268.jpg', '268bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (269, 'fashion', 'wallets', 'hw-pu4', 9, 'Wallet', '', 'yes', '269.jpg', '269bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1061, 'gift', 'pens', 'hw-ps2', 49.99, 'PARKER PEN SET2', 'Silver coated Parker Pen set', 'yes', '1061.JPG', '1061bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1059, 'gift', 'treasure', 'hw-ti32', 39.99, 'TAJ MAHAL', 'Mini size Taj Mahal, Symbol of love. Beaufifully designed with different colors.', 'yes', '1059.jpg', '1059bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1060, 'gift', 'pens', 'hw-ps1', 74.99, 'PARKER PEN SET', 'Ggold plated Parker Pen set.', 'yes', '1060.JPG', '1060bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1058, 'gift', 'treasure', 'hw-ti1', 99.99, 'TAJ MAHAL', 'Taj Mahal, Symbol of love. Mega size.Beaufifully designed with different colors.', 'yes', '1058.jpg', '1058bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (1057, 'fashion', 'watches', 'hw-wt12', 106, 'Bandhan1', 'A beatiful watch set for beautiful couple.\r\n', 'yes', '1057.jpg', '1057bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1056, 'fashion', 'watches', 'hw-wt11', 87, 'TITAN - 543849YM02', 'Titan 543849YM02 Pair for Couples.', 'yes', '1056.jpg', '1056bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1045, 'gift', 'phone', 'hwcell-7', 199, 'G TRAN Colour phone', 'Voice memo, Weight 88 gms. PC Sync. RUIM Enabled.', 'yes', '1045.jpg', '1045bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1055, 'fashion', 'watches', 'hw-wt10', 19, 'TITAN - 731PP01', 'Titan Dash 731PP01 watch for Kids.', 'yes', '1055.jpg', '1055bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1044, 'fashion', 'perfume', 'hw-pr6', 24.99, 'AXE', 'Gift pack includes an Axe deo.', 'yes', '1044.JPG', '1044bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1043, 'fashion', 'perfume', 'hw-pr5', 39.99, 'BRUT', 'Brut Perfumed Body Spray.', 'yes', '1043.JPG', '1043bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1042, 'fashion', 'perfume', 'hw-pr3', 7, 'PARK AVENUE', '150 ml. Body Sprays\r\n', 'yes', '1042.jpg', '1042bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (280, 'gift', 'divinity', 'hw-dv1', 49.99, 'Balaji', 'Beautiful Venkateswara portrait etched in 24 carat gold.', 'yes', '280.jpg', '280bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (281, 'gift', 'divinity', 'hw-dv2', 49.99, 'Ganesh', 'Beautiful Ganesh portrait etched in 24 carat gold.', 'yes', '281.jpg', '281bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (282, 'gift', 'divinity', 'hw-dv3', 49.99, 'Kanaka Durga', 'Beautiful Kanaka Durga portrait etched in 24 carat gold.', 'yes', '282.jpg', '282bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (283, 'gift', 'divinity', 'hw-dv4', 49.99, 'Lakshmi Devi', 'Beautiful Lakshmi portrait etched in 24 carat gold.', 'yes', '283.jpg', '283bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (284, 'gift', 'divinity', 'hw-dv5', 49.99, 'Shiva', 'Beautiful Shiva portrait etched in 24 carat gold.', 'yes', '284.jpg', '284bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (285, 'gift', 'divinity', 'hw-dv6', 49.99, 'Sai Baba', 'Beautiful Shiridi Sai Baba portrait etched in 24 carat gold.', 'yes', '285.jpg', '285bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (286, 'gift', 'toys', 'hw-td1', 30, 'Barbie Pop Sensation', 'Girls will go crazy and love the fun with nails!', 'yes', '286.jpg', '286bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (287, 'gift', 'toys', 'hw-td2', 22, 'Birthday Barbie', 'The perfect gift for every little girl''s birthday. Barbie is in a beautiful pink birthday dress and comes with the perfect birthday treats. There''s also a special ''pearl necklace for the gift.', 'yes', '287.jpg', '287bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (288, 'gift', 'toys', 'hw-td3', 30, 'BarbieDoll', '', 'yes', '288.jpg', '288bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (289, 'gift', 'toys', 'hw-td4', 75, 'Barbie Car', '', 'yes', '289.jpg', '289bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (290, 'gift', 'toys', 'hw-td5', 50, 'Teddies With Love', 'You can convey very clearly how much you care for your loved ones by giving these two little Teddies and your message will be very clearly understood.', 'yes', '290.jpg', '290bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (291, 'gift', 'toys', 'hw-td6', 25, 'Brown Teddy', 'You really don''t need any particular reason to present it as gift to your Near & Dear.', 'yes', '291.jpg', '291bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (292, 'gift', 'toys', 'hw-td7', 25, 'Big Teddy', 'This White Big Teddy is always perfect gift on all occasions.', 'yes', '292.jpg', '292bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (293, 'gift', 'toys', 'hw-td8', 16, 'Orange haired Teddy', 'Teddy with full of orange coloured hair and red colored toes is a nice gift on all occasions.', 'yes', '293.jpg', '293bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (294, 'birthday', '', 'hw-bp1', 49.99, 'Birthday Silver Package', 'Birthday Greeting Card
\r\n1kg Birthday Cake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Flower Bouquet
\r\nSurprise Birthday Gift.', 'yes', '294.JPG', '294bg.JPG', 'yes'); INSERT INTO `hwproducts` VALUES (1164, 'birthday', '', 'hw-bp4', 149.99, 'Birthday Platinum Package', 'Birthday Spl. Musical
Greeting Card
\r\n3kg Spl. Birthday Cake
\r\n1kg Assorted Kaju Sweets
\r\n1kg Seasonal Fruits
\r\n1 Spl. Flower Bouquet
\r\n1 Family Biryani Pack
\r\nGift Voucher worth Rs 1,116.', 'yes', '1164.jpg', '1164bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (295, 'birthday', '', 'hw-bp2', 74.99, 'Birthday Gold Package', 'Birthday Greeting Card
\r\n2kg Birthday Cake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Flower Bouquet
\r\n1 Family Biryani Pack
\r\nSurprise Birthday Gift.', 'yes', '295.JPG', '295bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (296, 'birthday', '', 'hw-bp3', 99.99, 'Birthday Diamond Package', 'Birthday Spl. Greeting Card
\r\n3kg Spl. Birthday Cake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Spl. Flower Bouquet
\r\n1 Family Biryani Pack
\r\nGift Voucher worth Rs 516.', 'yes', '296.JPG', '296bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (297, 'wedding', '', 'hw-ws1', 74.99, 'Wedding Silver Package', 'Wedding Greeting Card
\r\n1.5kg Wedding Cake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Flower Bouquet
\r\n1 Family Biryani Pack
\r\nSurprise Wedding Gift.', 'yes', '297.JPG', '297bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (298, 'wedding', '', 'hw-ws2', 99.99, 'Wedding Gold Package', 'Wedding Spl. Greeting Card
\r\n2kg Wedding Cake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Spl. Flower Bouquet
\r\n1 Family Biryani Pack
\r\nGift Voucher worth Rs 516.', 'yes', '298.JPG', '298bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (299, 'wedding', '', 'hw-ws3', 149.99, 'Wedding Diamond Package', 'WeddingDay Spl. Greeting Card
\r\n3kg WeddingCake
\r\n1kg Assorted Sweets
\r\n1kg Seasonal Fruits
\r\n1 Spl. Flower Bouquet
\r\n1 Family Biryani Pack
\r\nGift Voucher worth Rs 1116.', 'yes', '299.JPG', '299bg.JPG', 'yes'); INSERT INTO `hwproducts` VALUES (300, 'gift', 'musical', 'hw-mo1', 135, 'Veena', '', 'yes', '300.jpg', '300bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (301, 'gift', 'musical', 'hw-mo2', 100, 'Tabala', '', 'yes', '301.jpg', '301bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (302, 'gift', 'musical', 'hw-mo3', 85, 'Saxaphone', '', 'yes', '302.jpg', '302bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (303, 'gift', 'musical', 'hw-mo4', 85, 'Key Board', '', 'yes', '303.jpg', '303bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (304, 'gift', 'musical', 'hw-mo5', 75, 'Guitar', '', 'yes', '304.jpg', '304bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (305, 'gift', 'musical', 'hw-mo6', 85, 'Violin', '', 'yes', '305.jpg', '305bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1054, 'fashion', 'watches', 'hw-wt9', 19, 'TITAN - 731PP04', 'Titan Dash 731PP04 watch for Kids.', 'yes', '1054.jpg', '1054bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1049, 'fashion', 'watches', 'hw-wt4', 55, 'TITAN - 650BM01', 'Titan Steel 650BM01 watch for Gents.', 'yes', '1049.jpg', '1049bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1046, 'fashion', 'watches', 'hw-wt1', 79.99, ' TITAN - 257YL07', 'Titan Technology 257YL07 watch for Gents.', 'yes', '1046.jpg', '1046bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1048, 'fashion', 'watches', 'hw-wt3', 75, ' TITAN - 447YM01', 'Titan Regalia 447YM01 watch for Gents.', 'yes', '1048.jpg', '1048bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1047, 'fashion', 'watches', 'hw-wt2', 50, 'TITAN - 667YL04', 'Titan Classique 667YL04 watch for Gents.', 'yes', '1047.jpg', '1047bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1053, 'fashion', 'watches', 'hw-wt8', 100, 'TITAN - 981YM02', 'Titan Raga 981YM02 watch for Ladies.', 'yes', '1053.jpg', '1053bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (1052, 'fashion', 'watches', 'hw-wt7', 100, 'TITAN - 981YM01', 'Titan Raga 981YM01 watch for Ladies.', 'yes', '1052.jpg', '1052bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1051, 'fashion', 'watches', 'hw-wt6', 27, 'TITAN - 848SM04', 'Titan Exacta 848SM04 watch for Ladies.', 'yes', '1051.jpg', '1051bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1050, 'fashion', 'watches', 'hw-wt5', 90, 'TITAN - 894YM02', 'Titan Regalia 894YM02 watch for Ladies.', 'yes', '1050.jpg', '1050bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (324, 'occasion', '101', 'hw-csp1', 15, 'Special Cake', '2Kg Special Christmas Cake', 'yes', '324.jpg', '324bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (325, 'occasion', '101', 'hw-csp2', 20, 'Christmas Flower', 'Special Cristmas Flower.', 'yes', '325.jpg', '325bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (326, 'occasion', '102', 'hw-nsp1', 50, 'New Year Special', '1.new year diary
\r\n2.1 Kg new year cake
\r\n3.1 Kg assorted sweets
\r\n4.Flowers', 'yes', '326.jpg', '326bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (327, 'occasion', '102', 'hw-nsp2', 20, 'New Year Cake', '3Kg new year special cake', 'yes', '327.jpg', '327bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (328, 'occasion', '102', 'hw-nsp3', 25, 'New Year Flower', 'Specially designed new year flower.
\r\nSend this to your beloved ones.', 'yes', '328.jpg', '328bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (329, 'occasion', '103', 'hw-sk1', 20, 'Sankranthi Flower', 'Specially designed Sankranthi flower.Send this to your beloved ones.', 'yes', '329.jpg', '329bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (330, 'occasion', '103', 'hw-sk2', 50, 'Sankranthi Special 1', '1.Greeting card
1 Kg special cake
Flower Bouquet
1 Kg Traditional Sweets
1 Kg Savouries
1 Kg Seasonal Fruits and
1 Silver Kumkum Barina', 'yes', '330.jpg', '330bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (331, 'occasion', '103', 'hw-sk3', 75, 'Sankranthi Special 2', '1 Greeting Card
2 Kg Special Cake
1 Special Flower Bouquet
1 Kg Traditional Sweets
1 Kg Savouries
1 Kg Seasonal Fruits and
1 Spl. Biryani Family Pack', 'yes', '331.jpg', '331bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (332, 'star', '101', 'hw-sb1', 50, 'Birthday special', '1 Birthday Greeting Card
1 Kg Special Birthday Cake
1 Flower Bouquet
1 Kg Assorted Sweets
1 Kg Savouries
1 Kg Seasonal Fruits and
1 Water Image Clock\r\n', 'yes', '332.jpg', '332bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (333, 'star', '102', 'hw-bs2', 75, 'Birthday Special', '1 Musical Birthday Greeting Card
1.5 Kg Special Birthday Cake
1 Special Flower Bouquet
1 Kg Assorted Sweets
1 Kg Savouries
1 Kg Seasonal Fruits
1 Spl. Biryani Family Pack and
Gift Cheque Worth Rs 1116/-\r\n', 'yes', '333.jpg', '333bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (334, 'occasion', '104', 'hw-vl1', 50, 'Valentine Special 1', '1 Tajmahal Frame
\r\n1.5 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Toy and
\r\n1 Silver love chain
', 'yes', '334.JPG', '334bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (335, 'occasion', '104', 'hw-vl2', 40, 'Valentain Special 2', '1.5 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Toy and
\r\n1 Silver love chain
', 'yes', '335.JPG', '335bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (336, 'occasion', '104', 'hw-vl3', 50, 'Valentain Special 3', '1 Tajmahal Frame
\r\n1.5 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Toy and
\r\n1 Silver love chain
', 'yes', '336.JPG', '336bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (337, 'occasion', '105', 'hw-ug1', 19, 'Ugadi Special1', '25 flowers arranged in a bouquet.', 'yes', '337.jpg', '337bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (338, 'occasion', '105', 'hw-ug2', 18, 'Ugadi Special 2', 'Flowers arranged artistically, say it all. Send them as a gift to your near and dear one in India to convey your heartfelt feelings through this elegant bouquet of Assorted Flowers.', 'yes', '338.jpg', '338bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (339, 'occasion', '105', 'hw-ug3', 17, 'Ugadi Special-3', 'Special Pure milk 1kg Sweets', 'yes', '339.jpg', '339bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (340, 'occasion', '105', 'hw-ug4', 25, 'Ugadi Speical-4', 'Kesar-badam-Katli', 'yes', '340.jpg', '340bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (341, 'occasion', '105', 'hw-ug5', 15, 'Ugadi Special-5', 'kobbari-burelu', 'yes', '341.jpg', '341bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (342, 'occasion', '105', 'hw-ug6', 15, 'Ugadi Special-6', 'bobattlu with pure gee', 'yes', '342.jpg', '342bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (343, 'occasion', '106', 'hw-fd1', 25, 'FriendShip Special-1', '1 Friendship Band
\r\n1 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Photo Frame
\r\n1 Greeting Card', 'yes', '343.jpg', '343bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (344, 'occasion', '106', 'hw-fd2', 25, 'FriendShip Special-2', '1 Friendship Band
\r\n1 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Doll
\r\n1 Greeting Card
', 'yes', '344.jpg', '344bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (348, 'occasion', '106', 'hw-fd3', 20, 'Friendship Special-3', '1 Friendship Dolls
\r\n1 Friendship Band
\r\n1 Kg Special Cake
\r\n1 Flower Bouquet
\r\n', 'yes', '348.jpg', '348bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (346, 'occasion', '106', 'hw-fd4', 20, 'Friendship Special-4', '1 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Friendship Dolls
', 'no', '346.jpg', '346bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (347, 'occasion', '106', 'hw-fd5', 25, 'Friendship Specail-5', '1 Friendship Band
\r\n1 Kg Special Cake
\r\n1 Flower Bouquet
\r\n1 Friendship Dolls
\r\n1 Photo Frame', 'no', '347.jpg', '347bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (349, 'occasion', '106', 'hw-fd6', 20, 'Friendship Special-6', '1 Flower Bouquet
\r\n1 Friendship Band
\r\n1 Kg Special Cake
\r\n1 Greeting Card
\r\n1 Doll\r\n', 'yes', '349.jpg', '349bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (351, 'occasion', '107', 'hw-rk1', 20, 'Rakhi Special-1', '1 Kg. Bandar Ladu
\r\n1 Doll
\r\n2 Rakhis\r\n', 'yes', '351.jpg', '351bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (352, 'occasion', '107', 'hw-rk2', 18, 'Rakhi Special-2', '1 Kg. Bundhi Ladu
\r\n1 Doll
\r\n1 Rakhis
', 'yes', '352.jpg', '352bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (353, 'occasion', '107', 'hw-rk3', 15, 'Rakhi Special-3', '1 Kg. Kaazu Barfi
\r\n1 Rakhi', 'yes', '353.jpg', '353bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (354, 'occasion', '107', 'hw-rk4', 24, 'Rakhi Special-4', '1 Flower Bouquet
\r\n1 Doll
\r\n2 Rakhis
', 'yes', '354.jpg', '354bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (355, 'occasion', '107', 'hw-rk5', 18, 'Rakhi Special-5', '1 Kg. Milk Sweet
\r\n2 Rakhis\r\n', 'yes', '355.jpg', '355bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (361, 'occasion', '109', 'hw-D101', 21, 'Diwali Gift2', '1 Kg Sweets,\r\nStandard crackers items pack', 'yes', '361.jpg', '361bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (357, 'occasion', '108', 'hw-VC2', 23, 'Chavithi Package2', '1 Vinayaka Idol\r\n1 Kg Sweets\r\n1 flower Boqute', 'yes', '357.jpg', '357bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (358, 'occasion', '108', 'hw-VC3', 23, 'Chavithi Package3', '1 Vinayaka Idol\r\n1 Kg Sweets\r\n1 flower Boqute', 'yes', '358.jpg', '358bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (359, 'occasion', '108', 'hw-VC4', 25, 'Chavithi Package4', '1 Vinayaka Idol\r\n1 Kg Sweets\r\n1 flower Boqute', 'yes', '359.jpg', '359bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (360, 'occasion', '109', 'hw-D100', 23, 'Diwali Gift1', '1 Kg Traditional Sweets\r\nStandard crackers items pack', 'yes', '360.jpg', '360bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (356, 'occasion', '108', 'hw-VC1', 25, 'Chavithi Package1', '1 Vinayaka Idol\r\n1 Kg Sweets\r\n1 Flower Boqute', 'yes', '356.jpg', '356bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (362, 'occasion', '109', 'hw-D102', 25, 'Diwali GIft3', '1 Kg Traditional Sweets Standard crackers items pack', 'yes', '362.jpg', '362bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (363, 'occasion', '109', 'hw-D103', 26, 'Diwali Gift4', '1 Kg Bengal Sweets,\r\nStandard crackers items pack', 'yes', '363.jpg', '363bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1014, 'gsweets', '', 'hw-gs2', 9, 'Jangree', 'Traditional Andhra Sweet that taste as good as they use to.', 'yes', '1014.jpg', '1014bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1013, 'gsweets', '', 'hw-gs3', 9, 'Gilebi', 'Its an all time and every ones favorite and you don''t need a reason to indulge so just click and order.', 'yes', '1013.jpg', '1013bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1016, 'gsweets', '', 'hw-tr5', 10, 'Sada Laddu', 'Order these very special laddus to get the real taste of andhra sweets smelling and tasting rich with pure ghee.', 'yes', '1016.jpg', '1016bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1017, 'gsweets', '', 'hw-tr6', 9, 'Rasgulla', 'This product is made from best Ingredients.', 'yes', '1017.jpg', '1017bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (1018, 'psweets', '', 'hw-pr11', 15.99, 'Kaju Rolls', 'This is a treat in the true sense for love of Kaju Rolls. It is unique in its taste. So indulge!', 'yes', '1018.jpg', '1018bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1019, 'psweets', '', 'hw-pr22', 13.99, 'Bengali Sweet', 'This rich sweet is rich in taste and ingredients. It is surely a must for a special occasion.', 'yes', '1019.jpg', '1019bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1020, 'psweets', '', 'hw-pr3', 12.99, 'Carrot Halwa', 'With all the goodness carrot this delicious preparation if tasted once will leave you asking for more.\r\n', 'yes', '1020.jpg', '1020bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1021, 'psweets', '', 'hw-tr4', 12.99, 'Kova Laddu', 'Its an all time and every ones favorite.', 'yes', '1021.jpg', '1021bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1022, 'psweets', '', 'hw-tr5', 12.99, 'Mysore Pak', 'You don''t need a reason to indulge so just click and order.', 'yes', '1022.jpg', '1022bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1023, 'asweets', '', 'hw-as1', 13, 'Bengali Sweets', 'Bengali Mixed Sweets. Weight: 1 Kg', 'yes', '1023.jpg', '1023bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1024, 'asweets', '', 'hw-as2', 18, 'Assorted Kaju Sweets', 'Assorted collection of Kaju Sweets. Weight: 1KG', 'yes', '1024.jpg', '1024bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1025, 'asweets', '', 'hw-tr3', 12, 'Assorted Kova Sweets', 'Assorted collection of Kova Sweets. Weight: 1KG \r\n', 'yes', '1025.jpg', '1025bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1026, 'asweets', '', 'hw-as4', 20, 'Assorted Mix', 'Assorted collection of Kaju, Kova, Bengali Sweets. Weight: 1KG', 'yes', '1026.jpg', '1026bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1027, 'ksweets', '', 'hw-ku1', 22.99, 'Kaju Burfi', 'With all the goodness of Kaju this delicious preparation if tasted once will leave you asking for more.', 'yes', '1027.jpg', '1027bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1028, 'ksweets', '', 'hw-ku2', 21.99, 'Kaju Mithai', 'sweet made from richness of Kaju. Weight: 1KG', 'yes', '1028.JPG', '1028bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1029, 'ksweets', '', 'hw-ku3', 23, 'Kaju Rolls', 'This is a treat in the true sense for loveof dry fruits. It is unique in its taste. So indulge!', 'yes', '1029.jpg', '1029bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1030, 'ksweets', '', 'hw-ku4', 22.99, 'Kaju Rolls & Burfi', 'Filled with almonds, sweets are a must for your taste buds. Weight: 1KG', 'yes', '1030.jpg', '1030bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1031, 'ksweets', '', 'hw-ku5', 24, 'Kaju Sweets Assorted', 'Variety Mixed of Sweets made of fine quality cashewnuts. Weight : 1 Kg.', 'yes', '1031.jpg', '1031bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1032, 'ksweets', '', 'hw-ku6', 22.99, 'Kaju Assorted', 'Assorted collection of Sweets. Weight: 1KG', 'yes', '1032.jpg', '1032bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1090, 'jgold', '', 'Jew-Locket2', 177, 'Curving Locket', 'Attractive Cute Looking Locket of Weight 7 gms and also is made up of CZ White Stones \r\n', 'yes', '1090.jpg', '1090bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1063, 'sports', '', 'hw-sk2', 29.99, 'BDM Bat', 'Cricket Bat - BDM Bat Super Test 2000 Standard', 'yes', '1063.jpg', '1063bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1064, 'shoppe', 'television', 'KV-XR25M80', 559, 'SONY 25 Inch Flat', 'Intelligent Comb Filter, Intelligent Picture, Av Stereo, Surround Type, 5-Band Graphic Equalizer, Intelligent Volume, Dvd Component, V-Compression', 'yes', '1064.jpg', '1064bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1065, 'shoppe', 'television', 'KV-DR29M80', 1115, 'SONY 29 Inch Flat', 'DRC 1250, DRC Progressive Mode, 3d Digital Comb Filter (NTSC), Cinema Drive Mode, On Screen Display, Picture Rotation, Built-In-Tweeter, DVD Progressive Input, True Surround.', 'yes', '1065.jpg', '1065bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1066, 'shoppe', 'television', 'KV-AR21M83', 507, 'SONY 21 Inch Flat', 'Intelligent Comb Filter, Intelligent Picture, Av Stereo, Surround Type, 5-Band Graphic Equalizer, Intelligent Volume, Dvd Component. Speaker Box, V-Compression.', 'yes', '1066.jpg', '1066bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1067, 'shoppe', 'dvd', 'DVP-NC675P', 325, 'SONY DVD PLAYER', '5-Disc Changer, \r\nProgressive Scan Output, DVD RW (VR-Mode) Playback, \r\nJPEG (CD-R/RW), Playback/Slide Show with BGM, 12 bit /54 MHz Video DAC, Multi Disc Resume(6 Disc), Optical Output, WW Voltage.', 'yes', '1067.jpg', '1067bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1068, 'shoppe', 'dvd', 'DVP-NS575P', 199, 'SONY DVD PLAYER', 'Dvd/Dvd-R + R/Dvd-Rw/+Rw, Svcd/Vcd/Cd/Cd-R/Cd-Rw/Mp3/Jpeg On Cd-R/Rw/Kodak Picture Cd, Av Harmonized Slim Design, Progressive Scan Output, Dvd-Rw (Vr Mode) Play Back, Jpeg (Cd-R/Rw) Playback, Multi Disc Resume, Optical Output, Ww Voltage.', 'yes', '1068.jpg', '1068bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1069, 'shoppe', 'television', 'CF-14D79K', 197.6, 'LG 14 Inch', 'Arc-Zoom, Avl(Automatic Volume Leveler), Auto Sleep, Blue Back, Csm 4,Channel List, Channel Naming, Child Lock, Avourite Program, Golden Eye, No Of Programs 200, On/Off Timer, Psm 5, Program Surfing, Program Edit, Quick View.', 'yes', '1069.jpg', '1069bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (1070, 'shoppe', 'television', 'CF-20D33KE', 220, 'LG 20 Inch', 'Golden Eye,200w Pmpo, Twin Games, Auto Volume Leveler, Turbo Search, 3 Band Graphic Equalizer, Colour Status Memory, Arc Zoom, Multi Language Osd Menu, Child Lock, Channel Scan, On/Off Timer, Picture Status Memory, Convenient Av Terminal.', 'yes', '1070.jpg', '1070bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1071, 'shoppe', 'television', '29CA41VC', 669.5, 'LG 29 Inch', 'Digital Golden Eye, Digital Turbo Search, Channel Naming, Digital Turbo Picture, Digital Comb Filter, 15 Games, Additional Game Remote, Real Time Clock, Sleep Timer, 200 Programme Memory, Super Woofer, 1200 Watt Pmpo, Multi Pip.', 'yes', '1071.jpg', '1071bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1072, 'shoppe', 'dvd', 'DKI-8654', 199, 'LG DVD PLAYER', 'Slim Design (39mm), Fully Compatible With Dvd, Svcd,Mp3,Cdda Cd-R/Rw, Dvd+Rw,Wma, Dolby Digital In-Built,Dts,Dolby Prologic Ii,Kodak Picture Cd, Jpeg,Progressive Scanning,Component Signal Output,Computer Vga Output, S-Video /Composite Out.', 'yes', '1072.jpg', '1072bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1073, 'shoppe', 'dvd', 'DS-8421', 149, 'LG DVD PLAYER', 'Super Slim Design (39mm,Jpeg/Kodak Pic Wma, Digital Zoom, Component Video O/P, Dvd-R/Rw, Mp3/Vcd,Cd, Dvd/Cd-R,Rw/Mp3/Vcd,Svcd, 3d Surround Sound, Variable Zoom, Auto Play, Progressive Scan.', 'yes', '1073.jpg', '1073bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1074, 'shoppe', 'dvd', 'DMRE50', 1778, 'Panasonic DVD Rec.', 'Time Slip Function,Multi Format Playback, Dvd-Video,Dvd-Ram/Dvd-R,Cd,Cdr/Rw,Vcd &Mp3,12hr Recording, Chasing Playback,Jpeg Playback, Quick View(X1.3),Mpeg Digital Noise Reduction, Dolby Digital Surround Sound.', 'yes', '1074.jpg', '1074bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1075, 'shoppe', 'dvd', 'DVD-S35', 296, 'Pansonic DVD Player', 'Slim Design, Multi Format Playback, Dvd/Vcd/Dvd-Ram/Dvd-R,Mp3/Jpeg, Progressive Scan,Optical Digital Audio Out For Dts, Dolby Digital Surround Sound Cinema Sound, \r\nComponent Video Out, Sleep Timer.', 'yes', '1075.jpg', '1075bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1076, 'shoppe', 'washing', 'wm-10160F', 825, 'LG Washing Machine', '7kg Wash Capacity, Rinse Hold, 67ltrs Max Water Consumption, Variable Spin Speed, Variable Water, Temperature, Child Lock Controls, No Spin Option, Intelligent Washing System, Auto Restart, Rat Mesh, Auto Balancing System.', 'yes', '1076.jpg', '1076bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1077, 'shoppe', 'washing', 'wm-T7517ES', 500, 'LG Washing Machine', '6.5kg Wash Capacity,3 Step Turbo Frum, Punch +3 Pulsator, Stainless Steel Tub, Uzzy/Economy/Jeans/Wool Program, Hot/Cold Water Inlet, Extra Wash/Extra Rinse/Extra Spin Wash Options.', 'yes', '1077.jpg', '1077bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1078, 'shoppe', 'washing', 'wm-1020', 250, 'LG Washing Machine', '7kg Wash Capacity, Wash Program,Gentle-Normal-Strong, Lint Filter, Water Level Selector, 2 Water Inlet, Buzzer Wheels.', 'yes', '1078.jpg', '1078bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1165, 'wedding', '', 'hw-ws4', 199.99, 'Wedding Platinum Package', 'WeddingDay Spl. Musical Greeting Card
\r\n3kg Spl. WeddingCake
\r\n1kg Assorted Kaju Sweets
\r\n1kg Seasonal Fruits
\r\n1 Wedding Spl. Flower Bouquet
\r\n1 Family Biryani Pack
\r\nGift Voucher worth Rs 2,116.', 'yes', '1165.jpg', '1165bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1080, 'shoppe', 'washing', 'wm-WT-7100', 208, 'Samsung Washing Machine', '300 watt Poweful Motor, Buzzer, Transparent Window (Wash), 2 Wash Programs, Large Pulsator for Power Wash, Rust Proof PP Base Ergonomic Rounded Design', 'yes', '1080.jpg', '1080bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1081, 'shoppe', 'washing', 'hw-wm1', 248, 'Samsung Washing Machine', '6.8 Kg Jumbo Wash Capacity, Powerful 340 Watt Wash Motor, Bio Pulsator, Soak Function, Case Filter for Water Filteration, Rust Proof PP Base, Buzzer Available in GREY, Dimensions : 820 x 490 x 990 mm', 'yes', '1081.jpg', '1081bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1082, 'shoppe', 'refrigerator', 'hw-ref1', 260, 'SAMSUNG REFRIGERATOR', 'Low Power consumption due to energy efficient compressor, Improved foaming insulation, \r\nBig freezer compartment, \r\nWire Shelf, 20% extra large vegetable box, Improved design handle with chrome plating handle base, Insulated drain tray.', 'yes', '1082.jpg', '1082bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1083, 'shoppe', 'refrigerator', 'hw-ref2', 269, 'SAMSUNG REFRIGERATOR', 'Low Power consumption due to energy efficient compressor, Imported sheet high class finish, chrome plated bar handle, Wire shelf/ GPPS shelf, Small freezer compartment, Strong & sturdy,\r\n20% extra large vegetable box with ceramic coating(Bio fresh).', 'yes', '1083.jpg', '1083bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1084, 'shoppe', 'refrigerator', 'hw-ref3', 400, 'SAMSUNG REFRIGERATOR', 'Capacity- Freezer 56 Ltrs., \r\n- Refrigerator 174 Ltrs., \r\nBio Fresh, icool Cooling technology, Wire shelf, \r\nPearl/Metallic Door Finish, \r\nBar Handle, Humidity control, Veg. Basket, Lock, chilled Room.', 'yes', '1084.jpg', '1084bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1085, 'shoppe', 'refrigerator', 'hw-ref4', 1765, 'SAMSUNG REFRIGERATOR', 'Capacity, Freezer - 194 Ltr., Refrigerator- 446 Ltr., Air shower cooling technology, Tempered Glass Shelf, Embossed Door Finish, \r\nCurved Handle, Humidity control Veg. Basket, Normal Twist Ice Tray.', 'yes', '1085.jpg', '1085bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1086, 'shoppe', 'refrigerator', 'hw-ref5', 260, 'LG REFRIGERATOR', 'Platinum model, Cfc free, 175ltr capacity, External condenser constructionsemi auto defrosting defrost system, 2 ice tray,key lock3/2 utility bottle, Transperent interiors, F.i.r. lamp.', 'yes', '1086.jpg', '1086bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1087, 'shoppe', 'refrigerator', 'hw-ref6', 267, 'LG REFRIGERATOR', 'Inox model, Cfc free, 175ltr capacity, External condenser constructionsemi auto defrosting defrost system, 2 ice tray,key lock3/2 utility bottle, Transperent interiors , With table top.', 'yes', '1087.jpg', '1087bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1089, 'jgold', '', 'Jew-Locket1', 162.5, 'Cute Looking Locket', 'Attractive Cute Looking Locket of Weight 5 gms and also is made up of CZ White Stones \r\n', 'yes', '1089.jpg', '1089bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1091, 'jpearls', '', 'Jew-Pearl1', 44.99, 'Pearl Chain', 'Pearl Chain ...', 'yes', '1091.jpg', '1091bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1092, 'jpearls', '', 'Jew-Pearls2', 49.99, 'Pearl Hangings', 'Pearl Hangings', 'yes', '1092.jpg', '1092bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1093, 'jpearls', '', 'Jew-Pearls2', 49.99, 'Pearl Cute Chain', 'Pearl Cute Chain', 'yes', '1093.jpg', '1093bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1094, 'jpearls', '', 'Jew-Pearls4', 59.99, 'Pearls Haram', 'Pearls Haram', 'yes', '1094.jpg', '1094bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1095, 'shoppe', 'hifi', 'HiFi-MHC-RG121', 289, 'SONY CD HI-FI', '3 Way Speaker, 1300w Pmpo, 3cd / Double Tc, Centre Volume Knob, Equalizer And Ams Operation Dial, Game Sync Mixing .', 'yes', '1095.jpg', '1095bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1096, 'jpearls', '', 'Jew-Pearls5', 79.99, 'Pearls Double Chain', 'Pearls Double Chain', 'yes', '1096.jpg', '1096bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1097, 'jpearls', '', 'Jew-Pearls6', 99.99, 'Pearls combination', 'Pearls combination with color stones', 'yes', '1097.jpg', '1097bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1098, 'jgold', '', 'Jew-Haram1', 1238.5, 'Gujarat Haram', 'Attractive Gujarati Haram of Weight 60 gms and also is made up of CZ Beads Stones \r\n', 'yes', '1098.jpg', '1098bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1099, 'shoppe', 'hifi', 'HiFi-MHC-RV777D', 578, 'SONY DVD HI-FI', 'Hybrid Dual Woofer, 2200w P.M.P.O, 3 Dvd/Vcd/Cd Changer With Mp3 Playback, Double Auto Reverse Tape Deck, Power Iiiuminator.', 'yes', '1099.jpg', '1099bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1100, 'jgold', '', 'Jew-Haram2', 1455.5, 'Singapore Haram', 'Attractive Singapore Haram of Weight 70 gms and also is made up of CZ Beads Stones and CZ stones \r\n', 'yes', '1100.jpg', '1100bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1101, 'shoppe', 'hifi', 'HiFi-MHC-RV22', 404, 'SONY VCD HI-FI', 'Hybrid Dual Woofer, 2600w P.M.P.O., 3 Vcd/Cd Changer With Mp3 Playback, Gamesync Mixing.', 'yes', '1101.jpg', '1101bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1102, 'jgold', '', 'Jew-Ring1', 408, 'OM Ring', 'Attractive OM Ring of Weight 16 gms and also is made up of CZ White Stones \r\n', 'yes', '1102.jpg', '1102bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1103, 'jgold', '', 'Jew-Ring2', 408, 'CZ Tringle Ring', 'Attractive CZ Tringle Ring of Weight 12 gms and also is made up of CZ White Stones \r\n', 'yes', '1103.jpg', '1103bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1104, 'jsilver', '', 'Jew-Silver1', 123, 'Step Lamps', 'Attractive Silver Step Lamp of Weight 284.5 gms and also is made up of Silver \r\n', 'yes', '1104.jpg', '1104bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1105, 'jsilver', '', 'Jew-Silver2', 133.5, 'Chandra valayam Lamp', 'Attractive Silver Chandra valayam Lamp of Weight 308 gms and also is made up of Silver \r\n', 'yes', '1105.jpg', '1105bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1106, 'jsilver', '', 'Jew-Silver3', 32.45, 'Computer Design Glass', 'Attractive Computer Design Glass of Weight 75 gms and also is made up of Silver \r\n', 'yes', '1106.jpg', '1106bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1107, 'jsilver', '', 'Jew-Silver4', 60.5, '16 Wicks Plate', 'Attractive Silver 16 Wicks Plate of Weight 140 gms and also is made up of Silver \r\n', 'yes', '1107.jpg', '1107bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1108, 'jsilver', '', 'Jew-Silver5', 60.55, '16 Wicks PLate', 'Attractive Silver 16 Wicks PLate of Weight 140 gms and also is made up of Silver', 'yes', '1108.jpg', '1108bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1109, 'jsilver', '', 'Jew-Silver6', 71.5, 'Computer Design Plate', 'Attractive Silver Computer Design plate of Weight 165 gms and also is made up of Silver', 'yes', '1109.jpg', '1109bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1110, 'shoppe', 'hifi', 'HiFi-RX-D12', 130, 'PANASONIC CD HI-FI', '5w(Rms)Channel, Tuner Auto Scan, Preset Scan, Cd Synchro Start & Xbs, Acoustic Separator Design.', 'yes', '1110.jpg', '1110bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1111, 'foodplaza', '', 'hw-fp1', 8, 'Special Chicken Biryani', 'Special Chicken Biryani', 'yes', '1111.jpg', '1111bg.jpg', 'yes'); INSERT INTO `hwproducts` VALUES (1112, 'shoppe', 'hifi', 'HiFi-RX-ES25', 199, 'PANASONIC CD HI-FI', '140w Pmpo, Full Remote Control, Power Blaster, 3-Dimensional, Sound With Sound Virtualizer, Jog Dial Control, 4 Preset Eq Xbs/Clear/Soft/Vocal.', 'yes', '1112.jpg', '1112bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1113, 'foodplaza', '', 'hw-fp2', 8, 'Special Chicken Biryani', 'Special Chicken Biryani', 'yes', '1113.jpg', '1113bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1114, 'foodplaza', '', 'hw-fp3', 8, 'Special Prawn Biryani', 'Special Prawn Biryani', 'yes', '1114.jpg', '1114bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1115, 'foodplaza', '', 'hw-fp4', 7.5, 'Special Egg Biryani', 'Special Egg Biryani', 'yes', '1115.jpg', '1115bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1116, 'foodplaza', '', 'hw-fp5', 7, 'Special veg Biryani', 'Special veg Biryani', 'yes', '1116.jpg', '1116bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1117, 'gift', 'treasure', 'hw-tio1', 99.99, 'Buddha with Dragon', 'Mega Size Lucky Buddha is a wonderful and auspicious symbol of good luck, happiness, longevity, prosperity and unbroken chain of long descendants.', 'yes', '1117.jpg', '1117bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1118, 'gift', 'treasure', 'hw-ti3', 69.99, 'TAJ MAHAL', 'Medium Size Taj Mahal, Symbol of love. Beaufifully designed with different colors.', 'yes', '1118.JPG', '1118bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1119, 'shoppe', 'hifi', 'HiFi-CFD-S300', 172, 'SONY CD HI-FI', '90w Pmpo, Mega Bass (2 Positions - On/Off), Digital Synthesizer Tuner, Auto Preset (Fm20/Am10), Cd Synchronizer And High Speed Dubbing.', 'yes', '1119.jpg', '1119bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1120, 'gift', 'treasure', 'hw-tio2', 69.99, 'Gold colour Buddhas', 'Medium Size Lucky Buddha is a wonderful and auspicious symbol of good luck, happiness, longevity, prosperity and unbroken chain of long descendants.', 'yes', '1120.JPG', '1120bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1124, 'mixgri', '', 'hw-mg2', 79.99, 'Prestige-Mixie1', 'Prestige 3 jar Mixie', 'yes', '1124.JPG', '1124bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1125, 'mixgri', '', 'hw-mg1', 99.99, 'Butterfly-Mixi', 'Butterfly 3 jar Mixier', 'yes', '1125.JPG', '1125bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1126, 'mixgri', '', 'MAHARAJA WHITELINE5', 135, 'WETGRINDER', 'Detachable Stainless Steel Grinding Drum, Heavy Duty 150w Motor, Detachable Attachment For Easy Cleaning, 2 Litres Capacity.', 'yes', '1126.jpg', '1126bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1127, 'microcook', '', 'hw-MO-MC-767WS', 432, 'LG MICROWAVE OVEN', '26 Ltr Capacity, Stainless Steel Cavity, Also Avilable In New Silver Cook, Multipurpose Shelves, Non- Stick Tawa , Indian Auto Cook Menu, Indian Auto, Roast Menu, Five Way Cooking(M+C+G+Mg+Mc), M-1350w,G-1250w,Mg-2650,C-1350w,Output-900w.', 'yes', '1127.jpg', '1127bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1128, 'microcook', '', 'hw-MO-MC-8083MLR', 548, 'LG MICROWAVE OVEN', '30 Ltr Capacity, Stainless Steel Cavity, Also Avilable In New Silver Cook, Multipurpose Shelves, Lcd Panel With Step By Step, Indian Auto Cook Menu, Indian Auto Roast Menu, Five Way Cooking(M+C+G+Mg+Mc), M-1350w,G-1250w,Mg-2650,C-1350w,Output-900w .', 'yes', '1128.jpg', '1128bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1129, 'microcook', '', 'hw-MO-MG-395', 260, 'LG MICROWAVE OVEN', '19ltr Smart Grill With Indian Cook, 3 Way Cooking (M+G+Mg), M-1350,G-1250w, Mg-2650,Output -800w.', 'yes', '1129.jpg', '1129bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1130, 'microcook', '', 'hw-MO-MG-607APR', 375, 'LG MICROWAVE OVEN4', '30 Ltr Capacity, Stainless Steel Cavity, Motorised Rotisserie, Non-Stick Tawa, Custom Cook, Indian Auto Cook Menu, 3 Way Cooking (M+G+Mg), M-1350,G-1250w, Mg-2650w,Output-900w.', 'yes', '1130.jpg', '1130bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1137, 'occasion', '110', 'hw-san3', 75, 'Diamond Package', '1kg Traditional Sweets
\r\n1 Divinity Image
\r\n1 Spl.Flower Bouquet
\r\nSpecial Ugadi Gift.', 'yes', '1137.JPG', '1137bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1135, 'occasion', '110', 'hw-san1', 65, 'Silver Package', '1kg Traditional Sweets
\r\n1 Divinity Image
\r\n1 Flower Bouquet
\r\nSpecial Ugadi Gift.', 'yes', '1135.JPG', '1135bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1136, 'occasion', '110', 'hw-san2', 70, 'Gold Package', '1kg Traditional Sweets
\r\n1kg Divinity Image
\r\n1 Flower Bouquet
\r\nSpecial Ugadi Gift.', 'yes', '1136.JPG', '1136bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1138, 'occasion', '111', 'hw-md1', 49.99, 'Mothers Gigt1', '1kg Sweets
\r\n1 Flower Bouquet
\r\nDesigned Photo Frame for your own words
\r\nSpecial Mothers Day Gift.', 'yes', '1138.JPG', '1138bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1139, 'occasion', '111', 'hw-md2', 59.99, 'Mothers Gigt2', '1kg Sweets
\r\n1 Flower Bouquet
\r\nDesigned Photo Frame for your own words
\r\nSpecial Mothers Day Gift.', 'yes', '1139.JPG', '1139bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1140, 'occasion', '111', 'hw-md3', 69.99, 'Mothers Gigt3', '1kg Sweets
\r\n1 Flower Bouquet
\r\nDesigned Photo Frame for your own words
\r\nSpecial Mothers Day Gift.', 'yes', '1140.JPG', '1140bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1141, 'occasion', '111', 'hw-md4', 79.99, 'Mothers Gigt4', '1kg Sweets
\r\n1 Flower Bouquet
\r\nDesigned Photo Frame for your own words
\r\nSpecial Mothers Day Gift.', 'yes', '1141.JPG', '1141bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1142, 'occasion', '110', 'hw-san4', 80, 'Platinum Package', '1kg Traditional Sweets
\r\n1 Divinity Image
\r\n1 Spl.Flower Bouquet
\r\nSpecial Ugadi Gift.', 'yes', '1142.JPG', '1142bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1147, 'flower', '', 'hw-fw34', 7, 'Greet''n''Gift', 'A perfect way to express your love to your dream girl/boy with this mixed flower arrangement of pink and yellow roses. \r\n', 'yes', '1147.jpg', '1147bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1148, 'flower', '', 'hw-fw35', 7, 'Joy 4 Ever', 'The season is bright and fresh and these flowers greet it. Greet one and all with the brightness and colour of the season.\r\n', 'yes', '1148.jpg', '1148bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1149, 'flower', '', 'hw-fw36', 7, 'Wishes', 'Send this lovely pink arrangement of flowers to someone you love very much.', 'yes', '1149.jpg', '1149bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1150, 'flower', '', 'hw-fw25', 9, 'Celebrations', 'Time to celebrate! Celebrate life, colour, beauty and love with this extraordinary arrangement.', 'yes', '1150.jpg', '1150bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1151, 'flower', '', 'hw-fw26', 9, 'Decorations', 'You can bring the magical world of life with a very special collection of decorations that make celebrations more fun.\r\n', 'yes', '1151.jpg', '1151bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1152, 'flower', '', 'hw-fw27', 9, 'Delicate Beauty', 'A beautiful and delicate arrangement of red roses reveals your care & love how much you love him/her.', 'yes', '1152.jpg', '1152bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1153, 'flower', '', 'hw-fw28', 9, 'Floral Fantasy', 'This bouquet is a perfect example of beauty in form. It carries with it beauty, colour and message. Send it to the one you like to wish just by sending this arrangement.', 'yes', '1153.jpg', '1153bg.gif', 'no'); INSERT INTO `hwproducts` VALUES (1154, 'flower', '', 'hw-fw29', 9, 'Greetings', 'Wish your beloved ones on Occasions Like Examinations, Bon Voyage, informal Occasions.', 'yes', '1154.jpg', '1154bg.jpe', 'no'); INSERT INTO `hwproducts` VALUES (1155, 'flower', '', 'hw-fw30', 9, 'My Love 4 U', '12 dark Red roses in a classically arranged convey your feelings aptly. A special note carries your message along with these special roses.', 'yes', '1155.jpg', '1155bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1156, 'gift', 'computer', 'hw-com1', 899.99, 'AMD-Athlon mod1', 'AMD Athlon', 'yes', '1156.jpg', '1156bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1157, 'gift', 'computer', 'hw-com2', 999.99, 'AMD-Athlon mod2', 'AMD-Athlon', 'yes', '1157.jpg', '1157bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1158, 'gift', 'computer', 'hw-com3', 799.99, 'Assembled-PC', 'Assembled-PC', 'yes', '1158.jpg', '1158bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1159, 'gift', 'computer', 'hw-com4', 1499.99, 'Compaq-Presario', 'Compaq-Presario', 'yes', '1159.jpg', '1159bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1160, 'gift', 'computer', 'hw-com5', 2999.99, 'Compaq-Presario1', 'Compaq-Presario', 'yes', '1160.jpg', '1160bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1161, 'gift', 'computer', 'hw-com6', 2499.99, 'Dell', 'Dell Laptop', 'yes', '1161.jpg', '1161bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1162, 'gift', 'pens', 'hw-ps3', 44.99, 'PARKER PEN SET3', 'Parker pen set', 'yes', '1162.JPG', '1162bg.JPG', 'no'); INSERT INTO `hwproducts` VALUES (1163, 'gift', 'pens', 'hw-ps4', 29.99, 'PARKER VECTOR PEN SET', 'Simple yet stunning Parker Vector Ball Pen set.', 'yes', '1163.jpg', '1163bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1169, 'kgift', '', 'hw-kg1', 9.99, 'Birthday Cup', 'A Nice Looking Birthday Cup', 'yes', '1169.jpg', '1169bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1178, 'occasion', '112', 'md-1', 40, 'MothersGifts', '1 Flower Bouquet\r\n1 Kg Sweets\r\nPhoto Frame for your Own Words', 'yes', '1178.gif', '1178bg.gif', 'no'); INSERT INTO `hwproducts` VALUES (1166, 'gift', 'divinity', 'hw-dv7', 49.99, 'Jesus Christ', 'Beautiful Jesus Christ portrait etched in 24 carat gold.', 'yes', '1166.jpg', '1166bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1167, 'gift', 'divinity', 'hw-div01', 49.99, 'Sri Aanjaneya', 'Beautiful Sri Aanjaneya portrait etched in 24 carat gold.', 'yes', '1167.jpg', '1167bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1170, 'kgift', '', 'hw-kg2', 9.99, 'Birthday Cup', 'A Nice Looking Birthday Cup', 'yes', '1170.jpg', '1170bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1171, 'kgift', '', 'hw-kg3', 18, 'Barbie Girl', 'A Beautiful and Nice Looking Barbie Girl', 'yes', '1171.jpg', '1171bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1172, 'kgift', '', 'hw-kg4', 21, 'Barbie Lady', 'A Beautiful and Nice Looking Barbie Lady', 'yes', '1172.jpg', '1172bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1173, 'kgift', '', 'hw-kg5', 25, 'Barbie Princess', 'A Beautiful Barbie Princess', 'yes', '1173.jpg', '1173bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1174, 'asweets', '', 'hw-as5', 19, 'Assorted Kova', 'Assorted collection of Kaju Sweets mixed with kova. Weight: 1KG', 'yes', '1174.jpg', '1174bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1175, 'asweets', '', 'hw-as6', 20, 'Assorted Sweets', 'Assorted collection of Kaju, Kova, Bengali Sweets. Weight: 1KG', 'yes', '1175.jpg', '1175bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1176, 'gift', 'divinity', 'hw-dv9', 49.99, 'Ramudu', 'Beautiful Sri Ramudu portrait etched in 24 carat gold.', 'yes', '1176.jpg', '1176bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1177, 'gift', 'divinity', 'hw-dv10', 49.99, 'Krishnudu', 'Beautiful Sri Krishnudu portrait etched in 24 carat gold.', 'yes', '1177.jpg', '1177bg.jpg', 'no'); INSERT INTO `hwproducts` VALUES (1179, 'occasion', '112', 'md-1', 50, 'MotherDay Gift1', '1 Flower Bouquet\r\n1 Kg Sweets\r\nYour Own Words in Photo Frame\r\nMothers Day Special Gift', 'yes', '1179.gif', '1179bg.gif', 'no'); -- -------------------------------------------------------- -- -- Table structure for table `hwquotation` -- CREATE TABLE `hwquotation` ( `qid` bigint(10) NOT NULL default '0', `qname` blob, `qdate` date default NULL, PRIMARY KEY (`qid`) ) TYPE=MyISAM; -- -- Dumping data for table `hwquotation` -- INSERT INTO `hwquotation` VALUES (1, 0x576f726b696e6720746f67657468657220697320737563636573732e, '2005-01-08'); INSERT INTO `hwquotation` VALUES (2, 0x52656164696e6720776974686f7574207468696e6b696e67206973206c696b6520656174696e6720776974686f757420646967657374696e672e, '2005-01-09'); INSERT INTO `hwquotation` VALUES (3, 0x45647561636174696f6e20697320746865206162696c69747920746f206d656574206c69666520736974756174696f6e732e, '2005-01-10'); INSERT INTO `hwquotation` VALUES (8, 0x42652077696c6c696e6720746f207370656e6420746f64617920666f7220746f6d6f72726f7727732067726f7774682e, '2005-01-13'); INSERT INTO `hwquotation` VALUES (5, 0x546865206772656174657374206c6f737320697320746865206c6f7373206f662073656c6620636f6e666964656e63652e, '2005-01-21'); INSERT INTO `hwquotation` VALUES (6, 0x4f6e65206973206e6f7420626f726e20612067656e6975732c206f6e65206265636f6d657320612067656e6975732e, '2005-01-12'); INSERT INTO `hwquotation` VALUES (7, 0x547261696e696e672064656d616e64732070617469656e636520616e642070657273697374616e63652e, '2005-01-07'); INSERT INTO `hwquotation` VALUES (9, 0x446f20746865207468696e6720796f75206665617220616e6420666561722077696c6c206469736170706561722e, '2005-01-14'); INSERT INTO `hwquotation` VALUES (10, 0x596f7520617265207768617420796f75207468696e6b2e20596f7520617265207768617420796f7520676f20666f722e20596f7520617265207768617420796f7520646f2120, '2005-01-15'); INSERT INTO `hwquotation` VALUES (11, 0x412063616e646c65206c6f736573206e6f7468696e67206279206c69676874696e6720616e6f746865722063616e646c652e, '2005-01-16'); INSERT INTO `hwquotation` VALUES (12, 0x546f2074686520776f726c6420796f75206d69676874206265206f6e6520706572736f6e2c2062757420746f206f6e6520706572736f6e20796f75206d696768742062652074686520776f726c64, '2005-01-17'); INSERT INTO `hwquotation` VALUES (13, 0x546865206675747572652062656c6f6e677320746f2074686f73652077686f2062656c6965766520696e2074686520626561757479206f6620746865697220647265616d732e20, '2005-01-18'); INSERT INTO `hwquotation` VALUES (14, 0x5072657061726520796f7572206d696e6420746f20726563656976652074686520626573742074686174206c6966652068617320746f206f666665722e, '2005-01-19'); INSERT INTO `hwquotation` VALUES (15, 0x5765206d757374206861766520726561736f6e7320666f722073706565636820627574207765206e656564206e6f6e6520666f722073696c656e63652e, '2005-01-20'); INSERT INTO `hwquotation` VALUES (16, 0x546865206772656174657374206c6f737320697320746865206c6f7373206f662073656c6620636f6e666964656e63652e, '2005-01-11'); INSERT INTO `hwquotation` VALUES (17, 0x546865206772656174657374206c6f737320697320746865206c6f7373206f662073656c6620636f6e666964656e63652e, '2005-01-11'); INSERT INTO `hwquotation` VALUES (18, '', '0000-00-00'); INSERT INTO `hwquotation` VALUES (19, 0x576865726576657220796f7520676f2c20676f207769746820616c6c20796f75722068656172742e20, '2005-01-24'); INSERT INTO `hwquotation` VALUES (20, 0x57686f6576657220646f6573206e6f74207472792c20646f6573206e6f74206c6561726e2e20, '2005-01-25'); INSERT INTO `hwquotation` VALUES (21, 0x412077697365206d616e2077696c6c206d616b65206d6f7265206f70706f7274756e6974696573207468616e2068652066696e64732e, '2005-01-26'); INSERT INTO `hwquotation` VALUES (22, 0x57656c6c20626567756e2069732068616c6620646f6e652e, '2005-02-12'); INSERT INTO `hwquotation` VALUES (23, 0x52756c6520796f7572206d696e64206f722069742077696c6c2072756c6520796f752e, '2005-02-13'); INSERT INTO `hwquotation` VALUES (24, 0x546865206d696e64206973206c696b65206120706172616368757465202d20697420776f726b73206f6e6c79207768656e206974206973206f70656e2e, '2005-02-14'); INSERT INTO `hwquotation` VALUES (25, 0x547261696e696e672064656d616e64732070617469656e636520616e642070657273697374616e63652e, '2005-02-15'); INSERT INTO `hwquotation` VALUES (26, 0x41206c6965206e65766572206c6976657320746f206265206f6c642e, '2005-03-23'); INSERT INTO `hwquotation` VALUES (29, 0x46616c736520696e206f6e65207468696e672c2066616c736520696e2065766572797468696e672e, '2005-03-29'); INSERT INTO `hwquotation` VALUES (28, 0x46616c736520696e206f6e65207468696e672c2066616c736520696e2065766572797468696e672e, '2005-03-28'); INSERT INTO `hwquotation` VALUES (30, 0x547261696e696e672064656d616e64732070617469656e636520616e642070657273697374616e63652e, '2005-04-24'); -- -------------------------------------------------------- -- -- Table structure for table `hwslots` -- CREATE TABLE `hwslots` ( `hw_slotid` int(1) NOT NULL default '0', `hw_slotpath` varchar(50) default NULL, `hw_slotlink` varchar(50) default NULL, PRIMARY KEY (`hw_slotid`) ) TYPE=MyISAM; -- -- Dumping data for table `hwslots` -- INSERT INTO `hwslots` VALUES (1, 'mothersday.gif', 'occasion.php?id=111'); -- -------------------------------------------------------- -- -- Table structure for table `hwstarorder` -- CREATE TABLE `hwstarorder` ( `hw_staroid` bigint(10) NOT NULL auto_increment, `hw_starorderid` varchar(10) default NULL, `hw_starorderfname` varchar(32) default NULL, `hw_starorderlname` varchar(64) default NULL, `hw_starorderaddress` varchar(250) default NULL, `hw_starordercity` varchar(50) default NULL, `hw_starorderstate` varchar(50) default NULL, `hw_starordercountry` varchar(50) default NULL, `hw_starorderzip` varchar(10) default NULL, `hw_starorderemail` varchar(50) default NULL, `hw_starorderphone` varchar(30) default NULL, `hw_stardelname` varchar(50) default NULL, `hw_stardeladdress` varchar(250) default NULL, `hw_stardelcity` varchar(50) default NULL, `hw_stardeldistrict` varchar(50) default NULL, `hw_stardelstate` varchar(50) default NULL, `hw_stardelcountry` varchar(50) default NULL, `hw_stardelzipcode` varchar(50) default NULL, `hw_starorderdate` date default NULL, `hw_starregistered` char(3) default NULL, `hw_starregid` varchar(10) default NULL, `hw_stardiscount` decimal(4,0) default NULL, `hw_starorderverify` char(3) default NULL, `hw_stardelivered` char(3) default NULL, `hw_stardeldate` date default NULL, `hw_starpayed` char(3) default NULL, `hw_stardelpic` varchar(50) default NULL, PRIMARY KEY (`hw_staroid`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; -- -- Dumping data for table `hwstarorder` -- -- -------------------------------------------------------- -- -- Table structure for table `hwstarproduct` -- CREATE TABLE `hwstarproduct` ( `hw_starproductid` bigint(10) NOT NULL auto_increment, `hw_star_productid` bigint(10) default NULL, `hw_star_id` bigint(10) default NULL, PRIMARY KEY (`hw_starproductid`) ) TYPE=MyISAM AUTO_INCREMENT=17 ; -- -- Dumping data for table `hwstarproduct` -- INSERT INTO `hwstarproduct` VALUES (4, 333, 101); INSERT INTO `hwstarproduct` VALUES (2, 332, 102); INSERT INTO `hwstarproduct` VALUES (3, 333, 102); INSERT INTO `hwstarproduct` VALUES (5, 332, 101); INSERT INTO `hwstarproduct` VALUES (6, 333, 107); INSERT INTO `hwstarproduct` VALUES (7, 332, 107); INSERT INTO `hwstarproduct` VALUES (8, 333, 103); INSERT INTO `hwstarproduct` VALUES (9, 332, 103); INSERT INTO `hwstarproduct` VALUES (10, 333, 104); INSERT INTO `hwstarproduct` VALUES (11, 332, 104); INSERT INTO `hwstarproduct` VALUES (12, 333, 105); INSERT INTO `hwstarproduct` VALUES (13, 332, 105); INSERT INTO `hwstarproduct` VALUES (14, 333, 106); INSERT INTO `hwstarproduct` VALUES (15, 332, 106); -- -------------------------------------------------------- -- -- Table structure for table `hwstars` -- CREATE TABLE `hwstars` ( `hw_starid` bigint(10) NOT NULL default '0', `hw_starbirday` int(2) default NULL, `hw_starbirmonth` int(2) default NULL, `hw_starname` varchar(50) default NULL, `hw_stardescription` blob, `hw_staraddress` varchar(250) default NULL, `hw_starcity` varchar(50) default NULL, `hw_stardistrict` varchar(50) default NULL, `hw_starstate` varchar(50) default NULL, `hw_starcountry` varchar(50) default NULL, `hw_starzipcode` varchar(10) default NULL, PRIMARY KEY (`hw_starid`) ) TYPE=MyISAM; -- -- Dumping data for table `hwstars` -- INSERT INTO `hwstars` VALUES (101, 8, 1, 'Tarun', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f746172756e2e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e546172756e3c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e2038207468204a616e3c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500082'); INSERT INTO `hwstars` VALUES (102, 26, 1, 'Ravi Teja', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f7261766974656a612e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e52617669200d0a202020202020202054656a61203c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e203236207468204a616e3c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500082'); INSERT INTO `hwstars` VALUES (103, 1, 2, 'Bramhanandan', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f627261682e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4272616d68616e616e64616e3c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e2049207374204665623c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500000'); INSERT INTO `hwstars` VALUES (104, 4, 2, 'Dr.Rajasekhar', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f72616a612e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e44722e52616a6173656b6861723c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e20347468204665623c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500000'); INSERT INTO `hwstars` VALUES (105, 12, 2, 'Jagapathi Babu', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f6a6167612e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4a6167617061746869200d0a202020202020202042616275203c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e2031327468204665623c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500000'); INSERT INTO `hwstars` VALUES (106, 19, 3, 'Mohan Babu', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f6d6f68616e2e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4d6f68616e200d0a202020202020202042616275203c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e2031397468204d617263683c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500000'); INSERT INTO `hwstars` VALUES (107, 23, 3, 'Srikanth', 0x3c7461626c652077696474683d223935252220626f726465723d22312220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d22342220626f72646572636f6c6f723d2223464642443931223e0d0a20203c74723e200d0a202020203c74642077696474683d2236252220726f777370616e3d2232223e3c696d67207372633d22737461722f7372692e6a7067222077696474683d2231353022206865696768743d22313530223e3c2f74643e0d0a202020203c74642077696474683d2239342522206267636f6c6f723d2223464643433939223e3c64697620616c69676e3d2263656e746572223e3c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e5372696b616e7468200d0a20202020202020203c2f7374726f6e673e3c2f666f6e743e3c2f6469763e3c2f74643e0d0a20203c2f74723e0d0a20203c74723e0d0a202020203c746420616c69676e3d2263656e746572222076616c69676e3d226d6964646c65223e3c7461626c652077696474683d223935252220626f726465723d22302220616c69676e3d2263656e746572222063656c6c70616464696e673d2230222063656c6c73706163696e673d2232223e0d0a20202020202020203c74723e0d0a202020202020202020203c7464206865696768743d22313030223e3c64697620616c69676e3d226a757374696679223e3c666f6e7420636f6c6f723d2223303033333030222073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e3c7374726f6e673e4269727468646179200d0a20202020202020202020202020206f6e2032337264204d617263683c2f7374726f6e673e3c2f666f6e743e3c62723e0d0a20202020202020202020202020203c666f6e742073697a653d22322220666163653d22417269616c2c2048656c7665746963612c2073616e732d7365726966223e5769736820796f75722073746172200d0a20202020202020202020202020206f6e206869732062697274686461793c62723e0d0a202020202020202020202020202053656e64206f6e65206f662074686520666f6c6c6f77696e672070726f647563747320616e642073686172652068617070696e65737320776974682068696d2e3c62723e0d0a20202020202020202020202020204865617274797769736865732077696c6c2068616e646f76657220746865206974656d7320796f7572206f72646572656420616c6f6e6720776974682061206269727468646179200d0a20202020202020202020202020206361726420636f6e7461696e696e6720796f757220636f6d706c6574652061646472657373203c2f666f6e743e3c2f6469763e3c2f74643e0d0a20202020202020203c2f74723e0d0a2020202020203c2f7461626c653e0d0a2020202020200d0a202020203c2f74643e0d0a20203c2f74723e0d0a3c2f7461626c653e, 'Jubily Hills', 'Hyderabad', 'Hyderabad', 'Andra Pradesh', 'India', '500000'); -- -------------------------------------------------------- -- -- Table structure for table `hwtempdetails` -- CREATE TABLE `hwtempdetails` ( `hw_tempid` bigint(10) NOT NULL auto_increment, `hw_tempsesid` bigint(10) default NULL, `hw_tempmid` varchar(10) default NULL, `hw_temppname` varchar(20) default NULL, `hw_tempqty` int(3) default NULL, `hw_tempmessage` varchar(30) default NULL, `hw_tempuprice` float default NULL, `hw_temptotprice` float default NULL, `hw_tempweight` varchar(10) default NULL, `hw_tempflavour` varchar(15) default NULL, PRIMARY KEY (`hw_tempid`) ) TYPE=MyISAM AUTO_INCREMENT=485 ; -- -- Dumping data for table `hwtempdetails` -- INSERT INTO `hwtempdetails` VALUES (14, 1, 'hw-sw1', 'Arisalu', 1, '', 5, 5, '1', ''); INSERT INTO `hwtempdetails` VALUES (15, 2, 'hw-fl24', 'Flower24', 1, 'Hello', 12, 12, '', ''); INSERT INTO `hwtempdetails` VALUES (16, 2, 'hw-ck7', 'Lemon Cake', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (17, 3, 'hw-sw1', 'Arisalu', 2, '', 5, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (18, 4, 'hw-ph10', 'Motorola C350', 1, '', 220, 220, '', ''); INSERT INTO `hwtempdetails` VALUES (20, 5, 'hw-bp1', 'Birthday Special1', 2, '', 50, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (23, 6, 'hw-ck3', 'Square Delight - 3', 2, '', 18, 36, '3', 'chocolate'); INSERT INTO `hwtempdetails` VALUES (24, 7, 'hw-fl23', 'Flower23', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (25, 8, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (26, 9, 'hw-dv6', 'Lord Sai Baba', 1, 'jhhgjhgj', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (27, 10, 'hw-fl27', 'Flower 27', 1, '', 14, 14, '', ''); INSERT INTO `hwtempdetails` VALUES (28, 11, 'hw-fl28', 'Flower 28', 2, '', 18, 36, '', ''); INSERT INTO `hwtempdetails` VALUES (29, 12, 'hw-fl27', 'Flower 27', 1, '', 14, 14, '', ''); INSERT INTO `hwtempdetails` VALUES (30, 12, 'hw-td7', 'Big Teddy', 1, '', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (31, 13, 'hw-sw1', 'Arisalu', 1, '', 5, 5, '1', ''); INSERT INTO `hwtempdetails` VALUES (32, 14, 'hw-ck5', 'Fresh Flowers Cake', 3, 'testing', 6.5, 19.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (33, 14, 'hw-sw2', 'Kobbari Boorelu', 1, '', 4.5, 4.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (34, 15, 'hw-fl27', 'Flower 27', 1, '', 14, 14, '', ''); INSERT INTO `hwtempdetails` VALUES (36, 16, 'hw-fl10', 'Bouquet - 25 Red Ros', 1, 'Hearty wishes on Engagement', 10, 10, '', ''); INSERT INTO `hwtempdetails` VALUES (40, 18, 'hw-ck11', 'Pineapple PastryCake', 1, 'WISH U HAPPY BIRTHDAY', 6.5, 6.5, '1', 'pista dates'); INSERT INTO `hwtempdetails` VALUES (39, 17, 'hw-fl27', 'Flower 27', 1, '', 14, 14, '', ''); INSERT INTO `hwtempdetails` VALUES (41, 19, 'hw-ws2', 'Wedding Special2', 1, '', 75, 75, '', ''); INSERT INTO `hwtempdetails` VALUES (42, 20, 'hw-ws3', 'Wedding Spical3', 1, '', 50, 50, '', ''); INSERT INTO `hwtempdetails` VALUES (43, 21, 'hw-ph10', 'Motorola C350', 1, '', 220, 220, '', ''); INSERT INTO `hwtempdetails` VALUES (44, 22, 'hw-fl28', 'Flower 28', 1, '', 18, 18, '', ''); INSERT INTO `hwtempdetails` VALUES (45, 23, 'hw-ck2', 'Square Delight - 2', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (46, 24, 'hw-ck1', 'Square Delight - 1', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (47, 25, 'hw-ck1', 'Square Delight - 1', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (48, 25, 'hw-ck3', 'Square Delight - 3', 1, 'happy birthday to u', 100, 100, '20', 'butter scotch'); INSERT INTO `hwtempdetails` VALUES (49, 26, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (51, 27, 'hw-ck52', 'Cake52', 1, '', 100, 100, '20', 'vanilla'); INSERT INTO `hwtempdetails` VALUES (52, 28, 'hw-ph9', 'Nokia 3100', 1, '', 265, 265, '', ''); INSERT INTO `hwtempdetails` VALUES (53, 29, 'hw-ck11', 'Pineapple PastryCake', 1, 'happy birthday to bavya', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (54, 30, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (55, 31, 'hw-fl8', 'Lotsa Love', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (57, 32, 'hw-fl8', 'Lotsa Love', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (60, 33, 'hw-ws2', 'Wedding Special2', 1, '', 75, 75, '', ''); INSERT INTO `hwtempdetails` VALUES (61, 33, 'hw-sp4', 'Cricket Kit', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (64, 34, 'hw-ck19', 'Mickey Minnie Cake', 1, 'From Peddamma Pinnamma', 18, 18, '3', 'chocolate'); INSERT INTO `hwtempdetails` VALUES (65, 35, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (70, 36, 'hw-fd1', 'FriendShip Special-1', 4, '', 25, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (73, 37, 'hw-sw2', 'Kobbari Boorelu', 1, '', 4.5, 4.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (75, 38, 'hw-tv8', 'Toshiba 21"', 1, '', 475, 475, '', ''); INSERT INTO `hwtempdetails` VALUES (77, 39, 'hw-ck10', 'Dry Fruit PastryCake', 2, '', 6.5, 13, '1', 'vanilla'); INSERT INTO `hwtempdetails` VALUES (78, 40, 'hw-sw6', 'Jilebi', 2, '', 10, 20, '2', ''); INSERT INTO `hwtempdetails` VALUES (79, 41, 'hw-ph9', 'Nokia 3100', 2, 'asdf sadfsadf sadfsadfasdf', 265, 530, '', ''); INSERT INTO `hwtempdetails` VALUES (81, 42, 'hw-ki5', 'Oven5', 1, 'To my beatiful sisters family', 430, 430, '', ''); INSERT INTO `hwtempdetails` VALUES (83, 43, 'hw-ck6', 'Seasons Cake', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (87, 44, 'hw-fl28', 'Flower 28', 1, '', 18, 18, '', ''); INSERT INTO `hwtempdetails` VALUES (91, 45, 'hw-ck11', 'Pineapple PastryCake', 1, 'Happy Birthday Vasu', 6.5, 6.5, '1', 'pista dates'); INSERT INTO `hwtempdetails` VALUES (93, 46, 'hw-sw7', 'Sunnundalu', 7, '', 26, 182, '4', ''); INSERT INTO `hwtempdetails` VALUES (94, 46, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (100, 48, 'hw-td3', 'BarbieDoll', 1, '', 30, 30, '', ''); INSERT INTO `hwtempdetails` VALUES (99, 47, 'hw-ck4', 'Cake4', 2, 'happy birthday', 12, 24, '2', 'chocolate'); INSERT INTO `hwtempdetails` VALUES (103, 49, 'hw-fl28', 'Flower 28', 1, '', 18, 18, '', ''); INSERT INTO `hwtempdetails` VALUES (105, 50, 'hw-sp4', 'Cricket Kit', 4, '', 100, 400, '', ''); INSERT INTO `hwtempdetails` VALUES (106, 51, 'hw-pr6', 'Jovan Musk', 1, '', 20.99, 20.99, '', ''); INSERT INTO `hwtempdetails` VALUES (107, 52, 'hw-sp1', 'Wilson Tennis Racket', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (109, 53, 'D100', 'Diwali Gift1', 1, '', 23, 23, '', ''); INSERT INTO `hwtempdetails` VALUES (110, 54, 'D102', 'Diwali GIft3', 5, '', 25, 125, '', ''); INSERT INTO `hwtempdetails` VALUES (111, 55, 'hw-ck16', 'Cake16', 1, '', 12, 12, '2', ''); INSERT INTO `hwtempdetails` VALUES (112, 56, 'hw-sp1', 'Wilson Tennis Racket', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (113, 57, 'hw-ck3', 'Square Delight - 3', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (114, 58, 'hw-ws1', 'Wedding Special1', 1, '', 100, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (115, 59, 'hw-ck5', 'Fresh Flowers Cake', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (116, 60, 'hw-ck1', 'Square Delight - 1', 1, '', 6.5, 6.5, '1', ''); INSERT INTO `hwtempdetails` VALUES (117, 61, 'hw-ck21', 'Rabbit Cake', 1, '', 18, 18, '3', ''); INSERT INTO `hwtempdetails` VALUES (118, 62, 'hw-ck49', 'Cake49', 1, '', 55, 55, '10', ''); INSERT INTO `hwtempdetails` VALUES (119, 63, 'hw-ck1', 'Square Delight - 1', 3, '', 80, 240, '15', ''); INSERT INTO `hwtempdetails` VALUES (120, 63, 'hw-ck1', 'Square Delight - 1', 3, '', 15, 45, '2.5', ''); INSERT INTO `hwtempdetails` VALUES (121, 64, 'hwgc-2', 'ddddd', 4, 'sss', 28, 112, '4', 'butter scotch'); INSERT INTO `hwtempdetails` VALUES (122, 64, 'hwgk-111', 'ssss', 3, '', 35, 105, '5', ''); INSERT INTO `hwtempdetails` VALUES (123, 65, 'hw-bp1', 'Birthday Special1', 1, '', 50, 50, '', ''); INSERT INTO `hwtempdetails` VALUES (124, 66, 'hw-gc1', 'Aladdin Cake', 3, '', 35, 105, '5', ''); INSERT INTO `hwtempdetails` VALUES (125, 66, 'hw-wc6', 'Romantic-Whispers', 5, '', 250, 1250, '25', ''); INSERT INTO `hwtempdetails` VALUES (126, 67, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (127, 68, 'hw-wm1', 'National NA - W 605', 1, '', 225, 225, '', ''); INSERT INTO `hwtempdetails` VALUES (134, 69, 'hw-tr6', 'Pootarekulu', 2, '', 21, 42, '3', ''); INSERT INTO `hwtempdetails` VALUES (135, 70, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (136, 70, 'diamond-pa', 'Diamond Package', 1, '', 299, 299, '', ''); INSERT INTO `hwtempdetails` VALUES (140, 72, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (139, 71, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (141, 73, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (142, 73, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (143, 74, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (144, 74, 'gold-pac', 'Gold Package', 2, '', 199, 398, '', ''); INSERT INTO `hwtempdetails` VALUES (145, 74, 'platinum-p', 'Platinum Package', 1, '', 499, 499, '', ''); INSERT INTO `hwtempdetails` VALUES (153, 75, 'platinum-p', 'Platinum Package', 1, '', 499, 499, '', ''); INSERT INTO `hwtempdetails` VALUES (152, 76, 'platinum-p', 'Platinum Package', 1, '', 499, 499, '', ''); INSERT INTO `hwtempdetails` VALUES (151, 75, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (161, 78, 'hw-ku6', 'Kaju Assorted', 1, '', 13, 13, '1', ''); INSERT INTO `hwtempdetails` VALUES (156, 77, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (164, 81, 'hw-as4', 'Assorted Mix', 2, '', 12, 24, '1', ''); INSERT INTO `hwtempdetails` VALUES (163, 80, 'hwf-6', 'Sweet Heart', 1, '', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (165, 82, 'hw-sp5', 'Carrom Board', 1, '', 12, 12, '', ''); INSERT INTO `hwtempdetails` VALUES (166, 83, 'hw-dv3', 'Goddess Durga', 1, '', 15.99, 15.99, '', ''); INSERT INTO `hwtempdetails` VALUES (167, 84, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (168, 85, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (169, 86, 'hw-ny2', 'New Year Special -2', 2, '', 52, 104, '', ''); INSERT INTO `hwtempdetails` VALUES (170, 87, 'CF-14D79K', 'LG 14 INCH', 1, '', 197.6, 197.6, '', ''); INSERT INTO `hwtempdetails` VALUES (171, 88, 'hwcell-3', 'LG 5130', 1, '', 125, 125, '', ''); INSERT INTO `hwtempdetails` VALUES (172, 89, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (180, 90, 'hw-lc2', 'Lots of Love', 4, '', 81, 324, '9', ''); INSERT INTO `hwtempdetails` VALUES (181, 92, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (178, 90, 'silver-pac', 'Silver Package', 2, '', 99, 198, '', ''); INSERT INTO `hwtempdetails` VALUES (179, 91, 'silver-pac', 'Silver Package', 2, '', 99, 198, '', ''); INSERT INTO `hwtempdetails` VALUES (193, 96, 'gold-pac', 'Gold Package', 2, '', 199, 398, '', ''); INSERT INTO `hwtempdetails` VALUES (192, 96, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (184, 94, 'hw-lc3', 'Lovers Corner', 1, '', 90, 90, '10', ''); INSERT INTO `hwtempdetails` VALUES (196, 97, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (197, 98, 'hw-ku4', 'Kaju Rolls & Burfi', 1, '', 22.99, 22.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (198, 99, 'hw-bp1', 'Birthday Special1', 1, '', 50, 50, '', ''); INSERT INTO `hwtempdetails` VALUES (199, 100, 'hw-gc21', 'Black Forest', 1, 'Happy Birthday kanna', 15, 15, '2', ''); INSERT INTO `hwtempdetails` VALUES (200, 101, 'hw-gc3', 'Sweet Magic', 1, '', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (201, 102, '29CA41VC', 'LG 29 INCH', 1, '', 669.5, 669.5, '', ''); INSERT INTO `hwtempdetails` VALUES (206, 104, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (205, 103, 'platinum-p', 'Platinum Package', 1, 'hello', 499, 499, '', ''); INSERT INTO `hwtempdetails` VALUES (207, 105, 'hw-gc1', 'Aladdin Cake', 1, 'wish u happy b''day', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (208, 106, 'hw-lc2', 'Lots of Love', 1, '', 27, 27, '3', ''); INSERT INTO `hwtempdetails` VALUES (209, 107, 'hw-gc6', 'Pink Daisy', 1, '', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (212, 108, 'hw-gc26', 'Vanilla Chocolate', 1, 'Happy New Year', 15, 15, '2', 'vanilla'); INSERT INTO `hwtempdetails` VALUES (217, 109, 'hw-bp1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (224, 110, 'MAHARAJA W', 'MIXER GRINDER CHAMPI', 1, '', 47, 47, '', ''); INSERT INTO `hwtempdetails` VALUES (225, 111, 'hw-pr5', 'BRUT', 1, '', 39.99, 39.99, '', ''); INSERT INTO `hwtempdetails` VALUES (228, 112, 'hw-san3', 'Diamond Package', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (230, 113, 'hw-ti2', 'TAJ MAHAL', 1, '', 39.99, 39.99, '', ''); INSERT INTO `hwtempdetails` VALUES (231, 114, 'HiFi-MHC-R', 'SONY CD HI-FI', 2, '', 289, 578, '', ''); INSERT INTO `hwtempdetails` VALUES (232, 115, 'hw-tr4', 'Kaja', 3, '', 8, 24, '1', ''); INSERT INTO `hwtempdetails` VALUES (233, 116, 'hw-pr1111', 'Kaju Rolls', 1, '', 15.99, 15.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (236, 117, 'hw-tr5', 'Mysore Pak', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (237, 118, 'hwf-5', 'Royal Fantacy', 5, '', 25, 125, '', ''); INSERT INTO `hwtempdetails` VALUES (238, 119, 'hw-gc1', 'Aladdin Cake', 1, '', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (241, 120, 'hw-mg2', 'Prestige-Mixie1', 1, 'test', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (242, 121, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (243, 122, 'Jew-Haram1', 'Gujarat Haram', 1, '', 1238.5, 1238.5, '', ''); INSERT INTO `hwtempdetails` VALUES (244, 123, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (245, 124, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (246, 125, 'hw-gc1', 'Aladdin Cake', 1, '', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (249, 127, 'hw-lc6', 'Valentine Special', 1, '', 27, 27, '3', ''); INSERT INTO `hwtempdetails` VALUES (257, 128, 'hw-gc23', 'Chocolate Delight', 1, '', 15, 15, '2', ''); INSERT INTO `hwtempdetails` VALUES (260, 129, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (261, 130, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (262, 131, 'hw-ti1', 'TAJ MAHAL', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (263, 132, 'hw-tr51', 'Laddu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (264, 133, 'hw-gs1', 'Gulab-jamun', 2, '', 10.95, 21.9, '1', ''); INSERT INTO `hwtempdetails` VALUES (265, 134, 'hw-tr4', 'Kova Laddu', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (266, 135, 'hw-pr3', 'Carrot Halwa', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (267, 136, 'hw-tr4', 'Kaja', 1, '1', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (269, 137, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (271, 138, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (272, 139, 'hw-fw36', 'Wishes', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (279, 141, 'hw-tr32', 'Kajjikaayalu', 1, '', 10, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (278, 141, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (277, 140, 'hw-gc1', 'Aladdin Cake', 1, 'hi', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (280, 142, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (281, 143, 'hw-tr61', 'Pootarekulu', 2, '', 8, 16, '1', ''); INSERT INTO `hwtempdetails` VALUES (282, 144, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (283, 145, 'hw-tr5', 'Mysore Pak', 2, '', 12.99, 25.98, '1', ''); INSERT INTO `hwtempdetails` VALUES (284, 146, 'hwf-4', 'Nothing but Love', 1, 'how r you good', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (285, 147, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (286, 148, 'hw-tr5', 'Sada Laddu', 1, '', 10, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (287, 149, 'hw-tr4', 'Kova Laddu', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (288, 150, 'hwcell-7', 'G TRAN Colour phone', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (289, 151, 'hw-ny1', 'NewYear Silver Packa', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (290, 152, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (291, 153, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (292, 154, 'hw-fp5', 'Special veg Biryani', 5, '', 7, 35, '', ''); INSERT INTO `hwtempdetails` VALUES (293, 155, 'hw-gs2', 'Jangree', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (294, 156, 'hw-san1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (295, 157, 'hw-gc21', 'Black Forest', 1, '', 15, 15, '2', 'vanilla'); INSERT INTO `hwtempdetails` VALUES (296, 158, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (297, 158, 'hw-tr41', 'Kobbari Boorelu', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (298, 159, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (299, 160, 'hw-tr4', 'Kaja', 5, '', 40, 200, '5', ''); INSERT INTO `hwtempdetails` VALUES (300, 161, 'hw-sp5', 'Carrom Board', 2, '', 12, 24, '', ''); INSERT INTO `hwtempdetails` VALUES (302, 162, 'hw-gc3', 'Sweet Magic', 1, '', 7, 7, '1', ''); INSERT INTO `hwtempdetails` VALUES (303, 163, 'hw-ti3', 'TAJ MAHAL', 5, '', 69.99, 349.95, '', ''); INSERT INTO `hwtempdetails` VALUES (304, 164, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (305, 165, 'hw-bp1', 'Birthday Silver Pac', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (306, 166, 'hw-gs3', 'Gilebi', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (307, 167, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (308, 168, 'hw-fw32', 'Darling', 1, 'CONGRATULATIONS SWATHI....', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (310, 169, 'hw-san3', 'Diamond Package', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (311, 169, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (312, 169, 'MAHARAJA W', 'WETGRINDER', 1, '', 135, 135, '', ''); INSERT INTO `hwtempdetails` VALUES (313, 169, 'hw-san3', 'Diamond Package', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (314, 170, 'hw-pr3', 'PARK AVENUE', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (315, 171, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (316, 172, 'hw-ny1', 'NewYear Silver Packa', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (317, 173, 'hw-gc3', 'Sweet Magic', 1, 'bbbb', 7, 7, '1', 'milk badam'); INSERT INTO `hwtempdetails` VALUES (318, 173, 'hw-fp3', 'Special Prawn Biryan', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (319, 174, 'HiFi-MHC-R', 'SONY DVD HI-FI', 5, '', 578, 2890, '', ''); INSERT INTO `hwtempdetails` VALUES (320, 175, 'hw-gs2', 'Jangree', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (321, 176, 'hw-tr5', 'Sada Laddu', 1, '', 10, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (322, 177, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (323, 178, 'hw-tr5', 'Sada Laddu', 1, '', 10, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (324, 179, 'hw-fw36', 'Wishes', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (325, 180, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (326, 181, 'hw-san1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (328, 182, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (329, 183, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (330, 184, 'hw-ws1', 'Wedding Silver Packa', 1, '', 74.99, 74.99, '', ''); INSERT INTO `hwtempdetails` VALUES (331, 185, 'hw-com1', 'AMD-Athlon mod1', 1, '', 899.99, 899.99, '', ''); INSERT INTO `hwtempdetails` VALUES (332, 186, 'KV-AR21M83', 'SONY 21 Inch Flat', 5, '', 507, 2535, '', ''); INSERT INTO `hwtempdetails` VALUES (333, 187, 'Jew-Locket', 'Curving Locket', 1, '', 177, 177, '', ''); INSERT INTO `hwtempdetails` VALUES (334, 188, 'hw-san4', 'Platinum Package', 1, '', 149.99, 149.99, '', ''); INSERT INTO `hwtempdetails` VALUES (335, 189, 'hw-fp1', 'Special Chicken Biry', 1, 'Wish you a very Happy Pongal', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (336, 190, 'hw-gs3', 'Gilebi', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (337, 191, 'hw-fw33', 'Elegent', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (338, 192, 'hw-san1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (339, 193, 'hw-tr5', 'Mysore Pak', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (340, 194, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (341, 195, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (346, 197, 'Ar-LM2465C', 'LG Multi Split AC', 1, '', 1316, 1316, '', ''); INSERT INTO `hwtempdetails` VALUES (345, 196, 'hw-com4', 'Compaq-Presario', 1, '', 1499.99, 1499.99, '', ''); INSERT INTO `hwtempdetails` VALUES (347, 198, 'hw-fw35', 'Joy 4 Ever', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (348, 198, 'hw-fp3', 'Special Prawn Biryan', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (349, 199, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (350, 200, 'hw-ts1', 'Ariselu', 2, '', 8, 16, '1', ''); INSERT INTO `hwtempdetails` VALUES (351, 201, 'hw-san1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (352, 202, 'hw-san4', 'Platinum Package', 1, '', 149.99, 149.99, '', ''); INSERT INTO `hwtempdetails` VALUES (353, 203, 'hwf-12', 'Sweet Memories', 5, '', 20, 100, '', ''); INSERT INTO `hwtempdetails` VALUES (354, 204, 'hw-san1', 'Silver Package', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (355, 205, 'hw-san4', 'Platinum Package', 1, '', 149.99, 149.99, '', ''); INSERT INTO `hwtempdetails` VALUES (356, 206, 'hw-ti1', 'TAJ MAHAL', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (362, 210, 'hw-tr2', 'Bobbatlu', 1, '', 8.99, 8.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (358, 208, 'hw-fp5', 'Special veg Biryani', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (359, 209, 'hw-san1', 'Silver Package', 1, 'happy', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (360, 207, 'hwcell-7', 'G TRAN Colour phone', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (363, 211, 'hw-san2', 'Gold Package', 1, '', 74.99, 74.99, '', ''); INSERT INTO `hwtempdetails` VALUES (365, 212, 'hw-wt5', 'TITAN - 894YM02', 1, '', 90, 90, '', ''); INSERT INTO `hwtempdetails` VALUES (366, 213, 'hw-ku2', 'Kaju Mithai', 1, '', 21.99, 21.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (367, 214, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (368, 215, 'hw-pr1111', 'Kaju Rolls', 1, '', 15.99, 15.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (369, 216, 'hw-lc1', 'Beat in My Heart', 1, '', 27, 27, '3', ''); INSERT INTO `hwtempdetails` VALUES (370, 217, 'HiFi-MHC-R', 'SONY DVD HI-FI', 1, '', 578, 578, '', ''); INSERT INTO `hwtempdetails` VALUES (371, 218, 'hw-fp3', 'Special Prawn Biryan', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (372, 219, 'DS-8421', 'LG DVD PLAYER', 1, '', 149, 149, '', ''); INSERT INTO `hwtempdetails` VALUES (373, 220, 'hw-ti32', 'TAJ MAHAL', 1, '', 39.99, 39.99, '', ''); INSERT INTO `hwtempdetails` VALUES (374, 221, 'hw-gs3', 'Gilebi', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (375, 222, 'hw-tr6', 'Rasgulla', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (376, 221, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (377, 221, 'hw-as2', 'Assorted Kaju Sweets', 1, '', 18, 18, '1', ''); INSERT INTO `hwtempdetails` VALUES (378, 223, 'hw-gs3', 'Gilebi', 1, '', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (379, 224, 'hw-fp3', 'Special Prawn Biryan', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (380, 225, 'hwf-7', 'Best Wishes', 1, 'fdgdfg', 20, 20, '', ''); INSERT INTO `hwtempdetails` VALUES (383, 226, 'hw-gs3', 'Gilebi', 1, 'ok', 9, 9, '1', ''); INSERT INTO `hwtempdetails` VALUES (384, 227, 'hw-sp5', 'Carrom Board', 1, '', 12, 12, '', ''); INSERT INTO `hwtempdetails` VALUES (385, 228, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (386, 229, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (387, 230, 'hw-pr222', 'Bengali Sweet', 1, '', 13.99, 13.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (388, 231, 'hw-fp5', 'Special veg Biryani', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (389, 232, 'hw-kg4', 'Barbie Lady', 1, '', 21, 21, '', ''); INSERT INTO `hwtempdetails` VALUES (390, 232, 'hw-kg3', 'Barbie Girl', 1, '', 18, 18, '', ''); INSERT INTO `hwtempdetails` VALUES (391, 232, 'hw-kg5', 'Barbie Princess', 1, '', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (392, 233, 'KV-DR29M80', 'SONY 29 Inch Flat', 1, '', 1115, 1115, '', ''); INSERT INTO `hwtempdetails` VALUES (393, 234, 'hw-fp1', 'Special Chicken Biry', 1, 'ihuigigigo', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (394, 235, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (395, 236, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (396, 236, 'hw-as1', 'Bengali Sweets', 1, '', 13, 13, '1', ''); INSERT INTO `hwtempdetails` VALUES (397, 237, 'hw-fp1', 'Special Chicken Biry', 2, '', 8, 16, '', ''); INSERT INTO `hwtempdetails` VALUES (398, 238, 'hw-fp2', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (399, 239, 'hw-gc5', 'Pineapple Delight', 1, '', 7, 7, '1', 'vanilla'); INSERT INTO `hwtempdetails` VALUES (400, 240, 'hw-fp5', 'Special veg Biryani', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (404, 241, 'hwf-5', 'Royal Fantacy', 1, '', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (405, 242, 'KV-DR29M80', 'SONY 29 Inch Flat', 1, '', 1115, 1115, '', ''); INSERT INTO `hwtempdetails` VALUES (406, 243, 'MAHARAJA W', 'MIXER GRINDER CHAMPI', 1, '', 47, 47, '', ''); INSERT INTO `hwtempdetails` VALUES (407, 244, 'hw-fp1', 'Special Chicken Biry', 1, '', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (408, 245, 'diamond-pa', 'Diamond Package', 1, '', 299, 299, '', ''); INSERT INTO `hwtempdetails` VALUES (409, 245, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (410, 246, 'hw-ws1', 'Wedding Silver Packa', 1, '', 74.99, 74.99, '', ''); INSERT INTO `hwtempdetails` VALUES (411, 247, 'hw-gc3', 'Sweet Magic', 1, '', 7, 7, '1', 'milk badam'); INSERT INTO `hwtempdetails` VALUES (412, 248, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (413, 249, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (414, 250, 'hw-wc3', 'Budding-Romance', 1, 'Aaron & Chyna Hewett', 50, 50, '5', 'butter scotch'); INSERT INTO `hwtempdetails` VALUES (417, 251, 'hw-bp1', 'Birthday Silver Pac', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (418, 252, 'hw-fp2', 'Special Chicken Biry', 1, 'h', 8, 8, '', ''); INSERT INTO `hwtempdetails` VALUES (419, 253, 'hwcell-6', 'LG RD 2130', 2, '', 99, 198, '', ''); INSERT INTO `hwtempdetails` VALUES (420, 254, 'hw-lc1', 'Beat in My Heart', 1, 'i love u', 27, 27, '3', 'pista dates'); INSERT INTO `hwtempdetails` VALUES (421, 255, 'hw-lc1', 'Beat in My Heart', 1, 'i love u', 27, 27, '3', 'pista dates'); INSERT INTO `hwtempdetails` VALUES (422, 256, 'hw-ti3', 'TAJ MAHAL', 1, '', 69.99, 69.99, '', ''); INSERT INTO `hwtempdetails` VALUES (423, 257, 'hw-wt1', ' TITAN - 257YL07', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (424, 258, 'hw-com4', 'Compaq-Presario', 1, '', 1499.99, 1499.99, '', ''); INSERT INTO `hwtempdetails` VALUES (425, 259, 'hwf-8', 'Deep Condolences', 2, '', 20, 40, '', ''); INSERT INTO `hwtempdetails` VALUES (426, 260, 'hw-tr4', 'Kaja', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (427, 261, 'silver-pac', 'Silver Package', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (428, 262, 'hw-tr4', 'Kaja', 2, '', 8, 16, '1', ''); INSERT INTO `hwtempdetails` VALUES (429, 262, 'hw-tr61', 'Pootarekulu', 2, '', 8, 16, '1', ''); INSERT INTO `hwtempdetails` VALUES (430, 262, 'hw-tr4', 'Kova Laddu', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (431, 262, 'hw-tr5', 'Mysore Pak', 1, '', 12.99, 12.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (432, 262, 'hw-tr32', 'Kajjikaayalu', 1, '', 10, 10, '1', ''); INSERT INTO `hwtempdetails` VALUES (433, 263, 'hwf-4', 'Nothing but Love', 1, '', 25, 25, '', ''); INSERT INTO `hwtempdetails` VALUES (434, 264, 'hw-com2', 'AMD-Athlon mod2', 1, '', 999.99, 999.99, '', ''); INSERT INTO `hwtempdetails` VALUES (435, 265, 'hw-sc2', 'Congratulations', 1, 'hi', 250, 250, '25', ''); INSERT INTO `hwtempdetails` VALUES (436, 266, 'hw-sp5', 'Carrom Board', 2, '', 12, 24, '', ''); INSERT INTO `hwtempdetails` VALUES (437, 267, 'hw-tr6', 'Rasgulla', 2, '', 27, 54, '3', ''); INSERT INTO `hwtempdetails` VALUES (438, 268, 'hwf-6', 'Sweet Heart', 3, '', 25, 75, '', ''); INSERT INTO `hwtempdetails` VALUES (439, 269, 'hw-san3', 'Diamond Package', 21, '', 75, 1575, '', ''); INSERT INTO `hwtempdetails` VALUES (441, 270, 'hw-tr2', 'Bobbatlu', 2, '', 8.99, 17.98, '1', ''); INSERT INTO `hwtempdetails` VALUES (442, 271, 'KV-DR29M80', 'SONY 29 Inch Flat', 1, '', 1115, 1115, '', ''); INSERT INTO `hwtempdetails` VALUES (443, 272, 'hw-ts1', 'Ariselu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (445, 273, 'hw-gc5', 'Pineapple Delight', 1, 'h b', 7, 7, '1', 'pista dates'); INSERT INTO `hwtempdetails` VALUES (446, 274, 'hw-sk2', 'BDM Bat', 1, '', 29.99, 29.99, '', ''); INSERT INTO `hwtempdetails` VALUES (451, 276, 'hw-md2', 'Mothers Gigt2', 4, '', 59.99, 239.96, '', ''); INSERT INTO `hwtempdetails` VALUES (450, 275, 'hw-gc1', 'Aladdin Cake', 7, 'wew', 7, 49, '1', ''); INSERT INTO `hwtempdetails` VALUES (453, 277, 'hw-pr1', 'CHARLIE REVLON', 2, '', 49.99, 99.98, '', ''); INSERT INTO `hwtempdetails` VALUES (454, 278, 'hw-gc3', 'Sweet Magic', 1, '', 14, 14, '2', 'chocolate'); INSERT INTO `hwtempdetails` VALUES (455, 279, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (456, 280, 'DS-8421', 'LG DVD PLAYER', 1, '', 149, 149, '', ''); INSERT INTO `hwtempdetails` VALUES (457, 281, 'MAHARAJA W', 'MIXER GRINDER CHAMPI', 1, '', 47, 47, '', ''); INSERT INTO `hwtempdetails` VALUES (458, 282, 'hw-dv7', 'Jesus Christ', 1, '', 49.99, 49.99, '', ''); INSERT INTO `hwtempdetails` VALUES (459, 283, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (460, 283, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (461, 283, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (462, 284, 'hw-com3', 'Assembled-PC', 1, '', 799.99, 799.99, '', ''); INSERT INTO `hwtempdetails` VALUES (463, 285, 'hw-sp5', 'Carrom Board', 1, '', 12, 12, '', ''); INSERT INTO `hwtempdetails` VALUES (469, 286, 'hw-tr2', 'Bobbatlu', 1, '', 8.99, 8.99, '1', ''); INSERT INTO `hwtempdetails` VALUES (470, 287, 'hwcell-6', 'LG RD 2130', 1, '', 99, 99, '', ''); INSERT INTO `hwtempdetails` VALUES (471, 288, 'hw-wt1', ' TITAN - 257YL07', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (472, 289, 'hw-ti1', 'TAJ MAHAL', 1, '', 99.99, 99.99, '', ''); INSERT INTO `hwtempdetails` VALUES (473, 290, 'hw-mg3', 'Prestige-Mixie2', 1, '', 79.99, 79.99, '', ''); INSERT INTO `hwtempdetails` VALUES (474, 291, 'hw-fp3', 'Special Prawn Biryan', 5, '', 8, 40, '', ''); INSERT INTO `hwtempdetails` VALUES (475, 292, 'hw-fw35', 'Joy 4 Ever', 1, '', 7, 7, '', ''); INSERT INTO `hwtempdetails` VALUES (479, 294, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (478, 293, 'hw-tr61', 'Pootarekulu', 1, '', 8, 8, '1', ''); INSERT INTO `hwtempdetails` VALUES (480, 295, 'hw-gc4', 'Celebrations', 1, '', 14, 14, '2', ''); INSERT INTO `hwtempdetails` VALUES (481, 296, 'gold-pac', 'Gold Package', 1, '', 199, 199, '', ''); INSERT INTO `hwtempdetails` VALUES (482, 297, 'hw-gc1', 'Aladdin Cake', 2, '', 21, 42, '3', ''); INSERT INTO `hwtempdetails` VALUES (483, 298, 'hw-sp2', 'Two Shuttle Bats', 3, 'o', 20, 60, '', ''); INSERT INTO `hwtempdetails` VALUES (484, 299, 'hw-mg2', 'Prestige-Mixie1', 1, '', 79.99, 79.99, '', ''); -- -------------------------------------------------------- -- -- Table structure for table `maausers` -- CREATE TABLE `maausers` ( `maaid` bigint(10) NOT NULL default '0', `maa_uname` varchar(15) default NULL, `maa_password` varchar(15) default NULL, `maa_name` varchar(50) default NULL, `maa_address` varchar(150) default NULL, `maa_country` varchar(50) default NULL, `maa_email` varchar(50) default NULL, `maa_phone` varchar(30) default NULL, `maa_place` varchar(50) default NULL, `maa_fname1` varchar(50) default NULL, `maa_femail1` varchar(50) default NULL, `maa_fplace1` varchar(50) default NULL, `maa_fname2` varchar(50) default NULL, `maa_femail2` varchar(50) default NULL, `maa_fplace2` varchar(50) default NULL, `maa_fname3` varchar(50) default NULL, `maa_femail3` varchar(50) default NULL, `maa_fplace3` varchar(50) default NULL, `maa_fname4` varchar(50) default NULL, `maa_femail4` varchar(50) default NULL, `maa_fplace4` varchar(50) default NULL, `maa_fname5` varchar(50) default NULL, `maa_femail5` varchar(50) default NULL, `maa_fplace5` varchar(50) default NULL, `maa_sugg` blob, PRIMARY KEY (`maaid`) ) TYPE=MyISAM; -- -- Dumping data for table `maausers` -- INSERT INTO `maausers` VALUES (1404, 'v_sudha_lakshmi', 'kanni', 'Sudha Lakshmi', 'NJ', 'United States of America', 'v_sudha_lakshmi@hotmail.com', '', 'Tenali', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', ''); INSERT INTO `maausers` VALUES (1402, 'kalyanpothini', '162416', 'kalyan pothini', '#507, HUDA Buildings,\r\nAmeerpeta,\r\nHyderabad', 'India', 'kalyanpothini@yahoo.co.in', '', 'Karamchedu', 'sangameswararao', 'sangameswararok@rediffmail.com', 'Hyderabad', 'Venu Somepalli', 'venusomepalli@yahoo.com', 'NewZland', 'PVN Hari Krishna', 'pvnharikrishna@rediffmail.com', 'Hyderabad', 'Rajendra Prasad', 'rajendra444@yahoo.com', 'Hyderabad', 'Ashok M', 'ashok.moturu@mentorix.com', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1401, 'krbabu', 'Bose1234', 'K.Ramesh Babu', 'BTC\r\nBangalore', 'India', 'krbabu143@rediffmail.com', '09886281585', 'Tirupati', 'RaviKumar', 'ravi_pudi@yahoo.com', 'Warangal', 'NaveenKumar', 'bnk79@rediffmail.com', 'Ananthapur', 'Suresh', 'Sadam_suri@yahoo.co.in', 'Tirupati', 'Pavan', 'r_pavan_k@yahoo.com', 'Bangalore', 'Suresh Muppala', 'smuppala@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1240, 'ananthnag', 'sarath', 'ananth Nag', 'hyderabad', 'India', 'ananthnag_p@rediffmail.com', '9886286106', 'hyderabad', 'divakar', 'divakarkarempudi@yahoo.com', 'banglore', 'fASEdfas', 'asdfsd@yahoo.com', 'afds', 'asdf', 'asdf@yahoo.com', 'afds', 'asdfs', 'sdfsdf@yahoo.com', 'sdasfsd', 'afsds', 'asdfsdv@yahoo.com', 'fasdfs', 0x61667364); INSERT INTO `maausers` VALUES (1241, 'kdsreddy', 'wordpass2878', 'Daya Sagar Reddy K', 'South Korea', 'Korea, South', 'kdsreddy@yahoo.com', '', 'Nayudupet, Nellore Dt. AP.', 'Sagar', 'sagar_k369@yahoo.com', 'Chennai', 'Madhu', 'mnallamilli@yahoo.com', 'US', 'Neelu', 'virtualneelu@yahoo.co.uk', 'US', 'Vikranth', 'tovikranth@gmail.com', 'US', 'Suga', 'absu_82@yahoo.com', 'Chennai', ''); INSERT INTO `maausers` VALUES (1242, 'chakri_neekosa,', '000000', 'chakradhar', '5th lane K.V.thota Guntur', 'India', 'chakri_neekosam@yahoo.co.ukj', '', 'Guntur', 'bhagya', 'bhagya_0072000@yahoo.com', 'Mumbai', 'bhagya', 'bhagya_0072000@yahoo.com', 'mumbai', 'bhagya', 'bhagya_0072000@yahoo.com', 'mumbai', 'bhagya', 'bhagya_0072000@yahoo.com', 'mumbai', 'bhagya', 'bhagya_0072000@yahoo.com', 'mumbai', 0x766572727920676f6f642069646561204f75722074656c756775206d757374206861766520697473206f776e2077656273697465202c20627574206d616b65207375726520616c6c206f66207468652073757266657273206b6e6f772074686973207369746520616e6420692077697368207520616c6c207468652073756365737320696e2074686520667574757265202e2e206368616b7269); INSERT INTO `maausers` VALUES (1243, 'satya', 'satyaprabha', 'satya reddy', 'hyderabad,kukatpally', 'India', 'satyareddy@maatelugu.com', '9880519439', 'macherla', 'nagaraju', 'raju_2020@yahoo.co.in', 'banglore', 'hema', 'hema_fu@yahoo.co.in', 'hyderabad', 'satya', 'sapsatya76@rediff.com', 'hyderabad', 'balaji', 'sekarbala4u@rediff.com', 'chennai', 'satya reddy', 'sapsatya76@yahoo.co.in', 'hyderabad', 0x69747320676f6f64); INSERT INTO `maausers` VALUES (1244, 'jagadesh', 'sasikala', 'jagadesh', '13/8, Ramnagar First Lane Triplicane chennai-600005\r\nNear (behind icehouse polistation)', 'India', 'powerlifterjagadesh@yahoo.co.in', '2840842', 'Chennai (Tamilnadu)', 'Venkatesh', 'venkataswamy81@yahoo.com', 'chennai', 'Anuradha', 'anujack@yahoo.co.in', 'andhra Pradesh', 'Guru', 'guru0345@yahoo.com', 'Chennai', 'Venjat', 'vkt-bob73@yahoo.com', 'Delhi', 'kumaran', 'corestore5@yahoo.com', 'Thanjavur', 0x506c6561736520696d70726f7665206d6f7265206d6f726520476f6420626c65737320796f75206d7920646561720d0a7468616e6b730d0a6a61676164657368); INSERT INTO `maausers` VALUES (1245, 'eswarpvr', 'viswesh', 'Eswar', '5 rue charles fourier,evry cedex', 'France', 'eswarpvr@gmail.com', '', 'india', 'kishore', 'kishore_jk333@yahoo.com', 'france', 'Bhamaramba', 'tsbr@yahoo.co.in', 'germany', 'chkvpatel', 'chkvpatel@yahoo.co.in', 'france', 'praveen', 'tvn_praveen@yahoo.com', 'france', 'bhaskar', 'pub@yahoo.com', 'germany', ''); INSERT INTO `maausers` VALUES (1246, 'd_chittybabu', '341yhciv', 'chitty babu', 'Flat No 4, Staywell Apt. Bajanai kovil Ist street, choolaimedu, chennai.', 'India', 'd_chittybabu@yahoo.com', '9841620926', 'Chittoor', 'ramji', 'ramjid@gmail.com', 'chittoor', 'viji', 'vijichitty@gmail.com', 'chitttoor', 'venu', 'venugopal2000_in@yahoo.com', 'Chittoor', 'Satheesh', 'sathya_004@yahoo.com', 'Chittoor', 'chivukula_amar', 'chivukula_amar@yahoo.com', 'vj', ''); INSERT INTO `maausers` VALUES (1247, 'csr_mala', 'mounima', 'C.Sitarambabu', '#106,5th Cross,BTS LayOut,\r\nArekere,\r\noff Bannerghatta Road\r\nBangalore', 'India', 'csr_mala@hotmail.com', '', 'Vijayawada', 'P.S.Murthy', 'psmurthy@bhelhyd.co.in', 'Hyderabad', 'Rammohan', 'g_rmohan@yahoo.com', 'Delhi', 'N.V.Sambasiva Rao', 'nv_sambasivarao@hotmail.com', 'USA', 'Seetaramaiah', 'srnekkalau@hotmail.com', 'USA', 'S.N.Reddy', 'msw@starcom.co.ug', 'Nigeria', ''); INSERT INTO `maausers` VALUES (1248, 'crchandu', 'rishith', 'Ramachandra Rao', '19,primrose road, Off M.G Road, Bangalore-560025', 'India', 'crchandu@krify.com', '', 'Gollaprolu, E.G Dist, A.P', 'Narayana', 'knarayana_in@yahoo.com', 'Bangalore', 'Tilak', 'dgtilak@sify.com', 'Bangalore', 'poorna', 'poorna_iit@rediffmail.com', 'Bangalore', 'Prasad', 'gnvprasad@yahoo.com', 'Bangalore', 'danthesh', 'iitdanthesh@gmail.com', 'Bangalore', ''); INSERT INTO `maausers` VALUES (1249, 'arunkumar_nc', 'chiru2', 'Chiranjeevi Arun Kumar Nerella', 'Gnt', 'India', 'arunkumar_nc@yahoo.com', '', 'Guntur', 'praveen', 'pvutukuri@yahoo.com', 'bombay', 'siva', 'sivasirishm@yahoo.com', 'clemson', 'ajay', 'peruvalli@yahoo.com', 'nodia', 'mahesh', 'v-msoni@microsoft.com', 'hyderabad', 'sunil', 'sunilbapu@yahoo.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1250, 'pinki', 'sanjay', 'anu', 'roadno 10 banjarahills\r\nhyderabad', 'India', 'pinki_anu2003@yahoo.co.in', '', 'hyderabad', 'deepthi', 'deepthi_991@rediff.com', 'hyderabad', 'usha', 'deepthi_msc@yahoo.com', 'hyderabad', 'sailu', 'lovely_sailu@yahoo.co.in', 'london', 'swapna', 'luckyswapna@yahoo.com', 'hyderabad', 'plswapna', 'plswapna@yahoo.com', 'america', ''); INSERT INTO `maausers` VALUES (1251, 'Bhanu', 'bpkash', 'Bhanu prakash', 'EWS#810,KPHB Colony,Kukatpally,Hyderabad', 'India', 'bpkash2000@yahoo.com', '', 'Bhimadole,west godavari', 'Ramesh', 'chinta_ramesh_4_u@yahoo.com', 'Chicago', 'R.Srinivas', 'srinivas_rs@yahoo.co.uk', 'Mumbai', 'Venu', 'venu_bhanu@yahoo.com', 'Hyderabad', 'Phani', 'gvphanibabu@yahoo.com', 'Bhimavaram', 'Ramakrishna', 'rk_murala@yahoo.com', 'Bangalore', 0x59657420746f20676f20746872752066756c6c792e2e2e); INSERT INTO `maausers` VALUES (1252, 'Sarath Reddy', 'baan00', 'Sarath Reddy', 'Plot102,Mastan Apts', 'India', 'dumpa_sarath@yahoo.com', '', 'Ulvapadu', 'Sweth T', 'swetha_tr@yahoo.com', 'Banglore', 'sss', 'sss@yahoo.com', 'sss', 'sss', 'sss@yahoo.com', 'sss', 'sss', 'ss@yahoo.com', 'sss', 'ss', 'sss@yahoo.com', 'ss', ''); INSERT INTO `maausers` VALUES (1253, 'dasarianil', 'anitha', 'D anil Kumar', 'nagari', 'India', 'anil_joyous@yahoo.co.in', '9448206115', 'nagari', 'anil', 'dasarianil@indiatimes.com', 'mysore', 'rohinikumar', 'rohinikumart@yahoo.co.in', 'chittor', 'thirumal', 'thirumal255@yahoo.co.in', 'warangal', 'raghu', 'raghr_224@yahoo.co.in', 'guntakal', 'hemadri', 'hemadriv@yahoo.co.in', 'puttur', ''); INSERT INTO `maausers` VALUES (1254, 'ramakishori', 'shreyu', 'Rama', 'P.O.box 2393\r\nDubai, UAE', 'United Arab Emirates', 'ramakishori@coolgoose.com', '00971505241395', 'Hyderabad', 'rajpal', 'rajpalrao@coolgoose.com', 'Dubai', 'venkat', 'venkatrajeshwar@coolgoose.com', 'Dubai', 'venkat', 'avrama_rao@hotmail.com', 'Dubai', 'kiran', 'thotakiran@hotmail.com', 'Hyderabad', 'surya kiran', 'surya_kiran@rediffmail.com', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1255, 'shiva_sgpr', 'sireesha', 'Shivakumar', 'Singapore', 'Singapore', 'shiva_sgpr@yahoo.com', '', 'Hyderabad', 'Kumar', 'a.shivakumar@gmail.com', 'Singapore', 'skumar', 'skumar@gmail.com', 'Singapore', 'akkpally', 'akkanapally@gmail.com', 'Singapore', 'vickram', 'vickramchandu@gmail.com', 'Singapore', 'naga', 'nagasrinivas@gmail.com', 'Singapore', ''); INSERT INTO `maausers` VALUES (1256, 'chilukuri', 'ckchowdary', 'C Krishna Kishore', 'NA', 'India', 'chilukuri@rediffmail.com', '', 'Vizag', '11', '121@maatelugu.com', '11', '22', '122@maatelugu.com', '11', '33', '123@maatelugu.com', '22', '44', '124@maatelugu.com', '22', '55', '125@maatelugu.com', '12', ''); INSERT INTO `maausers` VALUES (1257, 'ch_kaarthik', 'indira', 'karthik', 'C/o suleiman \r\nrissneleden 89, 3TR\r\n17444 sundbyberg', 'Sweden', 'ch_kaarthik@yahoo.com', '', 'vijayawada', 'anand', 'anandp_1005@yahoo.co.hk', 'stockholm', 'indira', 'talasila_indira@yahoo.co.in', 'stockholm', 'rajesh', 'rgarik@yahoo.com', 'stockholm', 'naresh', 'nareshven@yahoo.co.in', 'stockholm', 'karthik', 'kaarthik_soc@yahoo.co.in', 'stockholm', ''); INSERT INTO `maausers` VALUES (1258, 'dumamahesh', 'dsowjanya', 'UMA MAHESH', '203,\r\nMottappana palya,\r\nIndira Nagar\r\nBanglore', 'India', 'dumamahesh@rediffmail.com', '', 'Nellore', 'Gowri Sankar', 'ygowrisankar@rediffmail.com', 'Gudivada', 'Jaya Sai', 'jayasai143@yahoo.co.in', 'Hyderabad', 'Jeeva', 'jeevaece@rediffmail.com', 'Tirupathi', 'Durga Prasad', 'dprasad_kavuluru@yahoo.co.in', 'Visakhapatnam', 'Dubagunta Arun Kumar', 'arunkumar.dubagunta@wipro.com', 'Banglore', 0x4d416b652061206469726563746f7279206f6620616c6c2074656c7567752070656f706c6520776974682070686f6e65206e756d6265727320616e64206d61696c20494473207769746820676f6f6420736561726368696e6720666163696c697479); INSERT INTO `maausers` VALUES (1259, 'bachu_ramu', 'rampuli', 'Ramarao', '169 country manor way\r\nwebster,NY-14580', 'United States of America', 'bachu_ramu@yahoo.com', '', 'Khammam', 'kuncham_n', 'kuncham_n@yahoo.com', 'USA', 'bachu_ramu@rediffmail.com', 'bachu_ramu@rediffmail.com', 'USA', 'vijay', 'v_bejugam@yahoo.com', 'India', 'rajender', 'raj_0008@yahoo.com', 'India', 'raghu', 'raghuteen_2000@yahoo.com', 'UK', ''); INSERT INTO `maausers` VALUES (1260, 'adityailla', 'aditya', 'aditya', 'no-67, sitapuram colony, poranki, vijayawada', 'India', 'adityailla@yahoo.com', '9885533792', 'rajahmundry', 'sahas', 'bug2u4me@yahoo.com', 'Rajahmundry', 'swati', 'swatichins@yahoo.co.in', 'vijayawada', 'mohan', 'mohan2253645@yahoo.co.in', 'guntur', 'balu', 'balu2888@yahoo.co.in', 'hyderabad', 'razeshmuvva', 'razeshmuvva@yahoo.co.in', 'guntur', ''); INSERT INTO `maausers` VALUES (1261, 'mearza', '0t32g4h9', 'Madhu M. Arza', 'PO BOX 5629\r\nSHARJAH', 'United Arab Emirates', 'mm_arza@yahoo.com', '', 'ELURU-AP-INDIA', 'Prasad Arza', 'arzaprasad@yahoo.co.in', 'ELURU -AP- INDIA', 'Prasad Arza', 'arzaprasad@yahoo.co.in', 'ELURU -AP- INDIA', 'Prasad Arza', 'arzaprasad@yahoo.co.in', 'ELURU -AP- INDIA', 'Prasad Arza', 'arzaprasad@yahoo.co.in', 'ELURU -AP- INDIA', 'Prasad Arza', 'arzaprasad@yahoo.co.in', 'ELURU -AP- INDIA', ''); INSERT INTO `maausers` VALUES (1262, 'eswara', 'satya', 'eswara reddy maragada', '17-11-24,\r\nkotha jalaripeta\r\nvisakhapatnam - 530 001', 'India', 'eswara_reddy@yahoo.com', '08912525282', 'Visakhapatnam', 'g. sairam', 'gs.ram@nic.co.in', 'Chennai', 'n.satyalakshmi', 'n.satyalakshmi@nic.co.in', 'Chennai', 'ananda vardhan', 'k.anandavardhan@nic.co.in', 'Bangalore', 'manoj kumar', 'devathi80@yahoo.com', 'Chennai', 'suresh kumar', 'n.sureshkumar@nic.co.in', 'Chennai', 0x476f6f642c2061746c656173742061667465722061206c6f6e672074696d652c2069206c696b6520746869732074656c75677520736974652e); INSERT INTO `maausers` VALUES (1263, 'mchandra', 'swathi@123', 'chandra reddy', 'hyd', 'India', 'chandra_mummadi@rediffmail.com', '', 'kadapa', 'a', 'a@mklskd.com', 'hh', 'b', 'a@mklskd.com', 'dd', 'c', 'a@mklskd.com', 'ddddddddddddd', 'd', 'a@mklskd.com', 'ddddddddddddd', 'e', 'a@mklskd.com', 'ddddddd', ''); INSERT INTO `maausers` VALUES (1264, 'gopibabu_k', 'chinni', 'gopi', 'c-22,road#7\r\nhyd', 'India', 'gopibabu_k26@rediffmail.com', '', 'guntur', 'rajarao', 'nalluri@swapnasolutions.com', 'hyd', 'gopi', 'gopi@kanigir.net', 'hyd', 'babu', 'gopi@swapnasolutions.com', 'hyd', 'ramu', 'gop_koduri@hotmail.com', 'hyd', 'banti', 'gopi_kdr@yahoo.com', 'hyd', ''); INSERT INTO `maausers` VALUES (1265, 'aparupal', 'saisudhir', 'Parupalli Arun', 'B204, Krishna Kanhaih Co-Op HSG Society,\r\nSector 8, Airoli,\r\nNavi Mumbai - 400 078', 'India', 'aparupal@yahoo.com', '919820291496', 'Madhira, Khammam DT', 'Varun', 'varunparupalli@yahoo.co.in', 'Hyderabad', 'Sudhir', 'sudheer_name@yahoo.com', 'Hyderabad', 'Lavanya', 'vanama_lavanya2002@yahoo.co.in', 'Khammam', 'Sunitha', 'chinna_sun30@yahoo.co.nz', 'Khammam', 'Ramu', 'c_rams2002@yahoo.com', 'Bangalore', 0x497473206120676f6f64207468696e6720746f2068617665206f6e65206d6f7265207765627369746520666f722054656c7567752070656f706c652061726f756e642074686520476c6f62652e0d0a5468616e6b730d0a4172756e2e); INSERT INTO `maausers` VALUES (1266, 'konka_kiran', 'chinnu', 'Konka Kiran Kumar', 'Nethaji Nagar, C-48\r\nT.B.Dam 583225\r\nHospet, Karnataka', 'India', 'konka_kiran@yahoo.com', '08394259750', 'Nimbaghal', 'Seenu', 'seenuyarasi@yahoo.com', 'Thoranagallu', 'Sis', 'sulochana_gutla@yahoo.com', 'Hyderabad', 'Ravi Shankar', 'ravishankar_chow@yahoo.com', 'Bangalore', 'Sandhya', 'sandhyarani_m@yahoo.com', 'Thoranagallu', 'Sundeepa', 'sundeep_4u34@yahoo.com', 'Nellore', ''); INSERT INTO `maausers` VALUES (1267, 'murthy78', 'soundarya', 'Murthy', 'Dilsukhnagar', 'India', 'kandikonda.murthy@gmail.com', '', 'Narsapur', 'Sridhar', 'sridhar_bat@yahoo.com', 'USA', 'xx', 'xx@xx.copm', 'xx', 'xx', 'xx@xx.com', 'xx', 'xx', 'xx@xx.com', 'xx', 'xx', 'xx@xx.com', 'xx', ''); INSERT INTO `maausers` VALUES (1268, 'panuganti', 'chalapathi', 'Srinivas', 'Plot # 196,\r\nRoad No. 2,Vasavi Colony,\r\nHyderabad-35', 'India', 'guy_prof@yahoo.com', '', 'Devarakonda', 'Srikanth', 'srikanthdasu@yahoo.com', 'USA', 'Sridhar', 'sridharreddypaduri@yahoo.co.in', 'USA', 'Raj', 'raj1056@yahoo.com', 'USA', 'Arun', 'arun1327@yahoo.com', 'USA', 'Praveena', 'vnvpraveena@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1269, 'ghitendra', 'mpk3uqv', 'gudapati', 'clermont ferrand\r\nfrance', 'France', 'ghitendra@walla.com', '', 'nellore', 'fff', 'g@yahoo.fr', 'france', 'hi', 'y@yahoo.fr', 'france', 'ragu', 'ghitendra@wanadoo.fr', 'france', 'chterhine', 'catherine@yahoo.fr', 'france', 'julia', 'julia@yahoo.com', 'usa', ''); INSERT INTO `maausers` VALUES (1270, 'padmakhar', 'boddapati', 'padma', 'bujji\r\nflat.no.101\r\nkukatpally\r\nhyderabad', 'India', 'padmakhar@matelugu.com', '2308766', 'palvancha', 'b.chandrasekhar', 'bvcsekhar@yahoo.com', 'dubai', 'vamsi', 'chichu_181986@yahoo.com', 'india', 'salomi', 'r_salomi_bhaskar@yahoo.com', 'india', 'shk_honey', 'shk_honey@yahoo.com', 'india', 'saranya', 'bnsaranya@yahoo.com', 'dubai', 0x4920616d20766572727920686170707920752072206f7070656e696e672061206e6577202077656273696768742e206d792073756767657374696f6e20697320752070757420666573746976616c7320616e6420686f7720746f20646f207468617420666573746976616c20616e6420776861742069732074686520726561736f6e20666f72207468617420666573746976616c); INSERT INTO `maausers` VALUES (1271, 'annadanam', 'satya', 'Murthy', 'SG', 'Singapore', 'asn_murthy@yahoo.com', '', 'India', 'Murthy', 'annadanams@hotmail.com', 'India', 'Murthy', 'annadanams@hotmail.com', 'India', 'Murthy', 'annadanams@hotmail.com', 'India', 'Murthy', 'annadanams@hotmail.com', 'India', 'Murthy', 'annadanams@hotmail.com', 'India', ''); INSERT INTO `maausers` VALUES (1272, 'annu_choudary', '2517114', 'suresh choudary', 'Annu Suresh\r\nHyderabad-500001', 'India', 'annu_choudary@maatelugu.com', '', 'Ongole', 'suresh', 'suresh2517@yahoo.co.in', 'hyderabad', 'Choudary', 'suresh25172003@yahoo.co.in', 'hyderabad', 'koti', 'koteswararao_annu_abm@yahoo.co.uk', 'London', 'rajesh', 'rabeshbpt@yahoo.co.in', 'guntur', 'Suman', 'koteswararao_annu-mabm@yahoo.co.in', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1273, 'hgudapati', 'hindhu', 'Hemanth Gudapati', 'BlacksBurg\r\nVirginia\r\nUSA - 24060', 'United States of America', 'hgudapati@hotmail.com', '', 'Andhra Pradesh', 'Tarang', 'tarangthotakura@gmail.com', 'India', 'sasa', 'asa@swd.sa', 'USA', 'Taru', 'Ttarunthotakura@gmail.com', 'India', 'asda', 'dsad@sds.com', 'India', 'Tasa', 'asa@fdf.net', 'India', 0x506c65617365206c696d69742074686520667269656e6473206e616d65732066726f6d203520746f2032206f72206d616b6520697420756e6d616e6461746f72792e); INSERT INTO `maausers` VALUES (1274, 'annu_chowdary', '2517114', 'suresh choudary', 'Annu Suresh\r\nHyderabad-500001', 'India', 'annu_choudary@yahoo.co.in', '', 'Ongole', 'suresh', 'suresh2517@yahoo.co.in', 'hyderabad', 'Choudary', 'suresh25172003@yahoo.co.in', 'hyderabad', 'koti', 'koteswararao_annu_abm@yahoo.co.uk', 'London', 'rajesh', 'rabeshbpt@yahoo.co.in', 'guntur', 'Suman', 'koteswararao_annu-mabm@yahoo.co.in', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1275, 'Kanthisiru', 'savithri', 'Sirisha Gujjula', '2128, waterford forest circle', 'United States of America', 'kanthisiru@Hotmail.com', '9194684550', 'India', 'Sandhya', 'mlsandhya@yahoo.com', 'USA', 'divya', 'divya_d7@yahoo.com', 'USA', 'sandhya', 'sandhyasriram_m@yahoo.com', 'USA', 'sushma', 'sush_sushmaus@yahoo.com', 'USA', 'kanthii', 'hkanthi@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1276, 'ship', 'ship', 'kranthi', 'shippensburg', 'United States of America', 'kkreddy81@hotmail.com', '', 'siddipet', 'kumar', 'kkrathireddy@gmail.com', 'usa', 'safasfsadf', 'asdfasdf@hotmail.com', 'india', 'wertrt', 'fgfghz@hotmail.com', 'india', 'alksdfv', 'asrer@yahoo.com', 'usa', 'asdfmnv', 'jdjg@hotmail.com', 'usa', ''); INSERT INTO `maausers` VALUES (1277, 'prabhakara', 'ceepee', 'prabhakara choudary', '11-b,sector-b,awho colony\r\nsecunderabad-500009\r\nandhrapradesh\r\nindia', 'India', 'prabhakarachoudary@yahoo.co.in', '', 'nimmagadda(challapallimandalam', 'lakshmi kakarla', 'lakshmikakarla85@yahoo.coml', 'hyderabad', 'kalyan simha', 'kalyansimha@yahoo.co.in', 'hyderabad', 'sasikala', 'sasikala@dishnetdsl.net', 'hyderabad', 'pranavsai', 'pranav.simha@gmail.com', 'newyork', 'siddu', 'sidhu786@rediffmail.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1278, 'kandikonda_sat', 'sat1975', 'Satish Kandikonda', 'Flat-402, Harsha Apartments, Road 1, Sri Krishna Nagar Colony, Dilsukhnagar', 'India', 'kandikonda_sat@yahoo.com', '', 'Rajahmundry', 'Satish', 'satish.kandikonda@gmail.com', 'Hyderabad', 'Satish', 'satish.kandikonda@gmail.com', 'Hyderabad', 'Satish', 'satish.kandikonda@gmail.com', 'Hyderabad', 'Satish', 'satish.kandikonda@gmail.com', 'Hyderabad', 'Satish', 'satish.kandikonda@gmail.com', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1279, 'oasis', 'oasis', 'giridhar', 'dsafs\r\ndfasd\r\ndsfasf', 'India', 'v.giridhar@rediffmail.com', '', 'gfhgfh', 'kamakshi', 'prasad_chilkur@yahoo.com', 'chennai', 'mahender', 'ee04m011@ee.iitm.ac.in', 'chennai', 'bhargava', 'bhar_ece@yahoo.co.in', 'chennai', 'kiran', 'kiran_ravuri04@yahoo.com', 'chennai', 'sjfdk', 'fjdskl@jdfklj.viom', 'djfaklj', ''); INSERT INTO `maausers` VALUES (1280, 'ark_raju', 'akhil', 'Alluri Rama Krishnam Raju', '104, Vasista Enclave, Opp. Kavya Nursing Home, A.S.Raju Nagar, Kukatpalli, Hyderabad-500072', 'India', 'ark_raju@yahoo.com', '23068849', 'Sakhinetipalli (E.G.Dist)', 'Sahadeva Raju Alluri', 'sdev9@yahoo.com', 'Hyderabad', 'R Satyanarayana Sastry', 'regella@gmail.com', 'Hyderabad', 'Mounika Alluri', 'a_mouni@yahoo.com', 'Los Angles (usa)', 'Srinivas Katuri', 'skaturi@yahoo.com', 'Hyderabad', 'Nageswara Rao A', 'burugupalli_v@yahoo.com', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1281, 'raju', 'jyothi', 'gangaraju', 'hyderabad, 46.', 'India', 'gangarajujyo@maatelugu.com', '23011116', 'hyderabad', 'gangaraju', 'gangarajujyo@yahoo.co.in', 'hyderabad', '..........................', 'gangarajujyo@epatra.com', 'hyderabad', '................', 'gangarajujyo@epatra.com', '...............', '..................', 'gangarajujyo@epatra.com', '..................', '.......................', 'gangarajujyo@epatra.com', '......................', 0x2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e); INSERT INTO `maausers` VALUES (1282, 'veerareddy', 'rajashaker', 'veerareddy', 'plot No;19,Gouthampuricolony,erragadda,hyd.', 'India', 'aveerareddy9@yahoo.com', '9885269201', 'vijayawada', 'kotireddy', 'kotireddyforu@yahoo.com', 'hyderabad', 'prabakarreddy', 'cprabhakarreddy@yahoo.co.in', 'hyderabad', 'rajashaker', 'rajashakerreddy4u@yahoo.com', 'hyderabad', 'sambireddy', 'reddymareddy@yahoo.co.in', 'hyderabad', 'madhan', 'single143@yahoo.com', 'hyderabad', 0x7369746520616e7468612074656c756775206c6f206576616e64692e446f6e27742075736520656e676c6973682e5468656e2069742077696c6c2062652061207265616c2074656c75677520736974652e); INSERT INTO `maausers` VALUES (1283, 'chowdarapu_raj8', 'RAJSRIDEVI', 'Raj kumar', 'Nallakunta,Hyd', 'India', 'rajkumar.chowdarapu@gmail.com', '', 'Karinagar', 'dgdgd', 'dfgd@b.com', 'sdfs', 'sdf', 'dfgd@b.com', 'sdfdgfdyf', 'sdf', 'dfgd@b.com', 'hfhf', 'sgfsg', 'dfgd@b.com', 'dgd', 'zfxvxgx', 'dfgd@b.com', 'dfg', 0x736466); INSERT INTO `maausers` VALUES (1284, 'gangaraju', 'jyothi', 'gangaraju', 'hyderabad, 46.', 'India', 'rajumanju@maatelugu.com', '23011116', 'hyderabad', 'gangaraju', 'gangarajujyo@yahoo.co.in', 'hyderabad', '..........................', 'gangarajujyo@epatra.com', 'hyderabad', '................', 'gangarajujyo@epatra.com', '...............', '..................', 'gangarajujyo@epatra.com', '..................', '.......................', 'gangarajujyo@epatra.com', '......................', 0x2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e); INSERT INTO `maausers` VALUES (1285, 'akpuvvada', 'jyothianil', 'Anil K Puvvada', '1555 Chestnut St, Apt #2\r\nBowling Green, K.Y. - 42101', 'United States of America', 'anil_buddies@yahoo.com', '2703207977', 'Guntur', 'Vimala', 'vmanne@hotmail.com', 'Parsippany,NJ - U.S.', 'Milinda', 'milindapanha@yahoo.com', 'Albany,NY - U.S.', 'Anil', 'akpuvvada@gmail.com', 'BG,KY,US', 'Kumar', 'panil80@hotmail.com', 'BG,KY,US', 'Puvvada', 'riladavvup@rediffmail.com', 'BG,KY,US', 0x54656c75677520696e646976696475616c206f6e6c696e65206a6f75726e616c732077696c6c206265206120676f6f6420696465612e20697473206e6f74206c696b6520612067726f7570207468696e672c206275742063616e20626520736861726564207769746820667269656e647320616e642066616d696c792e2065672c2058616e6761206d7973706163652c206c6976656a6f75726e616c2c20426c6f67676572206574632e); INSERT INTO `maausers` VALUES (1286, 'chandu', 'chandu', 'chandu', 'Wembley Park\r\nLondon', 'United Kingdom', 'chandu4friends@yahoo.com', '', 'Satulur, Guntur Dist.', 'Pramod', 'pramodfhf@yahoo.de', 'London', 'Radha', 'crkrishna_ind@yahoo.com', 'london', 'Purna', 'bodduluri_poorna@yahoo.co.in', 'Swedan', 'Balu', 'baluvenna@yahoo.com', 'Germany', 'Rams', 'rams_peetla@yahoo.com', 'Swiss', ''); INSERT INTO `maausers` VALUES (1287, 'anil_royal', 'chaitu', 'anil', '1234 cottle rd', 'United States of America', 'anilsroyal@yahoo.com', '', 'india', 'royal', 'anil_royal@yahoo.com', 'india', 'royal', 'anil_royal@yahoo.com', 'india', 'royal', 'anil_royal@yahoo.com', 'india', 'royal', 'anil_royal@yahoo.com', 'india', 'royal', 'anil_royal@yahoo.com', 'india', ''); INSERT INTO `maausers` VALUES (1288, 'jaggavarapu', 'reddis', 'RakeshReddy', '60 FIRS DRIVE,\r\nHOUNSLOW,\r\nMIDDX,\r\nLONDON.\r\nTW5 9TD.', 'United Kingdom', 'jaggavarapu@yahoo.com', '00447859026148', 'WEST GODAVARI', 'KISHORE', 'krishnakinfo@yahoo.com', 'HYDERABAD', 'SILPA', 'd_shilpa83@yahoo.co.in', 'KARNOOL', 'SAHITHYA', 'sahithyareddy@yahoo.co.in', 'HYDERABAD', 'CHATHANYA', 'chaitanya_jaggavarapu@yahoo.com', 'LONDON', 'SITARAMAREDDY', 'srmullangi@yahoo.com', 'CALIFORNIA', ''); INSERT INTO `maausers` VALUES (1289, 'varma', 'srini', 'Srinivas', '4306 Lisle', 'United States of America', 'emailshamu@yahoo.com', '', 'Andhra Pradhesh', 'Chanti', 'varmaemail@yahoo.com', 'USA', 'Chanti 1', 'varmaemail@yahoo.com', 'USA', 'Chanti 12', 'varmaemail@yahoo.com', 'USA', 'Chanti 13', 'varmaemail@yahoo.com', 'USA', 'Chanti 14', 'varmaemail@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1290, 'dasaradha', 'jeevana', 'Dasaradha Rama', '715 Bloomington #3\r\nBloomington Il-61704', 'United States of America', 'dasaradha_p@yahoo.com', '', 'Guntur', 'Ram Rao', 'pdramarao@yahoo.com', 'USA', 'kjah', 'nbds@yahoo.com', 'usa', 'sa', 'nbds@yahoo.com', 'usa', 'hgafxs', 'nbds@yahoo.com', 'hjasg', 'hgds', 'nbds@yahoo.com', 'usa', ''); INSERT INTO `maausers` VALUES (1291, 'kovi', 'bobby', 'Kovi', '8630 Vincent Ave S\r\n55431 Bloomington', 'United States of America', 'coolkovi@yahoo.com', '', 'Kovivaripalle', 'chandu', 'rayani74@yahoo.com', 'US', 'bobby', 'kovi5588@yahoo.com', 'duisburg', 'vamsi', 'icekovi@yahoo.com', 'guntur', 'hemanth', 'hemu13@yahoo.com', 'US', 'ding', 'budugu13@yahoo.com', 'US', ''); INSERT INTO `maausers` VALUES (1292, 'siri_raju27', 'janu', 'sireesha', '104,chase lake drive\r\njonesboro,ga-30236', 'United States of America', 'siri_raju27@yahoo.com', '', 'vishakapatnam', 'janakiram', 'janakiram6@yahoo.com', 'ga', 'anjuu', 'anjuu04@yahoo.com', 'ga', 'neelima', 'neelima_kaligutla@yahoo.com', 'bosten', 'ravi', 'lingala@yahoo.com', 'de', 'murali', 'konthala@yahoo.com', 'de', ''); INSERT INTO `maausers` VALUES (1293, 'dharasoma', 'shekhar', 'soma', '2002 nw 184 way', 'United States of America', 'dharasoma@yahoo.com', '', 'hyderabad', 'prashant', 'chpras@yahoo.com', 'united states', 'srikala', 't_srikala@yahoo.com', 'united states', 'shekhar', 'dharasoma@hotmail.com', 'united states', 'srikala', 'dharakala@yahoo.com', 'united states', 'sasi', 'chavalisasi@yahoo.com', 'united states', ''); INSERT INTO `maausers` VALUES (1294, 'cheers', 'cheers', 'CSR', 'sfgfdsg', 'Singapore', 'csreeni@gmail.com', '', 'Nellore', 'fddsa', 'adsfas@gdfg.ur', 'tgert', 'dgdg', 'adsfas@gdfg.ur', 'hjk', 'dfgfgh', 'adsfas@gdfg.ur', 'kjg', 'dfg', 'adsfas@gdfg.ur', 'hjgj', 'ghdfh', 'adsfas@gdfg.ur', 'ghj', ''); INSERT INTO `maausers` VALUES (1295, 'bhaskar', 'kakinada', 'Bhaskar', 'J Timmapuram\r\nEast Godavari Dist\r\nKakinada, 533437\r\nAndhrapradesh', 'India', 'chowdary_879@yahoo.com', '', 'Kakinada', 'ramesh', 'ramesh_yannam@yahoo.co.in', 'kakinada', 'Naresh', 'nkjatamoni@yahoo.com', 'US', 'Raju', 'rajuuy_2000@yahoo.com', 'Pune', 'sridhar', 'ur_surabhi@yahoo.com', 'US', 'kishore', 'ygkishore@yahoo.com', 'Chennai', 0x676f6f6420746f20686572652074686174207765206861766520616e6f746865722074656c756775207765627369746520696e2062756e63682e20616e64206d6f726520686170707920746f20736565206f75722074656c756775206c697069206f6e20776562706167652e0d0a0d0a5468616e6b7320416c6c0d0a0d0a52656761726473); INSERT INTO `maausers` VALUES (1296, 'sivganga', 'zephyr', 'siva rama krishna', '508 pittsburgh', 'United States of America', 'gsrk9@yahoo.com', '', 'bodipalem', 'nagaseshu k', 'nagaseshuk@yahoo.com', 'bloomington', 'kkmurthy', 'kkmurthy18@yahoo.com', 'boston', 'srk', 'srkganga@yahoo.com', 'bloomington', 'gsrk', 'srk_ganga@yahoo.com', 'bloomington', 'CMD', 'cmd@kalpavriksh.com', 'pittsburgh', ''); INSERT INTO `maausers` VALUES (1297, 'erazesh', 'password', 'rajesh', 'westfootscray', 'Australia', 'erazesh@yahoo.com', '', 'Tenali', 'rex', 'rexpollis@yahoo.com', 'USA', 'raz', 'raz_edara@yahoo.com', 'India', 'neelu', 'neelima1981@yahoo.com', 'India', 'prince', 'e3116928@yahoo.com', 'France', 'kris', 'arc260526@yahoo.com', 'India', ''); INSERT INTO `maausers` VALUES (1298, 'aslkrao', 'madhu2000', 'aslkrao', '24, second street,\r\nkalpakkam-603102', 'India', 'aslkr@igcar.ernet.in', '9443990307', 'kakinada', 'A.Srinivas', 'asrinivas@netsol.co.in', 'Hyderabad', 'A.V.L.N.Murthy', 'venkat_murthy@ril.com', 'Hyderabad', 'B.P.S.Rao', 'bpsr@igcar.ernet.in', 'Kalpakkam', 'C.P.Reddy', 'cpreddy@igcar.ernet.in', 'Kalpakkam', 'G.Venugopalarao', 'gvenu@igcar.ernet.in', 'Kalpakkam', ''); INSERT INTO `maausers` VALUES (1299, 'tennetis', 'pass123', 'tenneti', '9024, Kennedy dr', 'United States of America', 'cybergirisam@yahoo.com', '', 'Vizag', 'vijju', 'vijz_kowloon@yahoo.com', 'vizag', 'vijju', 'vijz_kowloon@yahoo.com', 'vizag', 'vijju', 'vijz_kowloon@yahoo.com', 'vizag', 'vijju', 'vijz_kowloon@yahoo.com', 'vizag', 'vijju', 'vijz_kowloon@yahoo.com', 'vizag', 0x676f6f64); INSERT INTO `maausers` VALUES (1300, 'harivege', 'oelrgtyagl', 'Hari Kiran Vege', 'A1-Mukunda Enclave,\r\nOfficial Colony, \r\nSyamala Nagar, Rajahmundry.\r\nAndhra Pradesh - 533103', 'India', 'harivege@rediffmail.com', '09898291515', 'Vijayawada', 'Prathyusha', 'nimmagadda_prathyusha@yahoo.com', 'Vijayawada', 'Prathyusha', 'prathyusha_nimmagadda@da-iict.org', 'Vijayawada', 'Hari', 'hari_vege@da-iict.org', 'Vijayawada', 'Kiran', 'harivege@hotmail.com', 'Vijayawada', 'Vege', 'harivege@yahoo.co.uk', 'Vijayawada', ''); INSERT INTO `maausers` VALUES (1301, 'catchsiva', 'kommuri', 'sivakumar', 'sambasiva cut pieces,main road, pedana \r\nkrishna dist\r\nNadhra pradesh', 'India', 'kommurisiva@yahoo.co.in', '09884180846', 'machilipatnam', 'kamalesh', 'pkamalesh@yahoo.com', 'secunderabad', 'sai', 'raju_im4u@yahoo.co.in', 'chirala', 'kiran', 'alapatikiran@yahoo.co.in', 'pedana', 'sridar', 'yadavillisridar@yahoo.com', 'rajamundry', 'dinesh', 'dinesh111_reddy@yahoo.co.in', 'nellore', 0x74727920746f20696d70726f76652074656c756775206c616e677561676520696e20616c6c206f7665722074686520636f756e7472696573); INSERT INTO `maausers` VALUES (1302, 'gvenkateshwarlu', 'gvenkatesh', 'gvenkateshwarlu', 'plotNo.37 Road No.5\r\nJubilee hills\r\nhyderabad', 'India', 'venkatesh_gv2001@yahoomail.com', '30908549', 'krishna', 'ravikiran', 'ravikk@taru.org', 'hyderabad', 'manish', 'manishr@taru.org', 'hyderabad', 'srinivas', 'bolla99@hotmail.com', 'USA', 'harry', 'harry@taru.org', 'hyderabad', 'satyakiran', 'satyakiran1@yahoo.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1303, 'sraaajb', 'sailaja', 'suresh', '3/168, nawabpet,\r\nnellore - 524002', 'India', 'dandusuresh@yahoo.co.in', '9848051154', 'nellore', 'raj', 'suresh_d_raj@yahoo.co.in', 'hyderabad', 'krishna', 'leelaskrishna@yahoo.co.in', 'hyderabad', 'ram', 'ramskrish2000@yahoo.co.in', 'hyderabad', 'venkat', 'venkat_johny@yahoo.co.in', 'hyderabad', 'shankar', 'gowrishankar_m2002@yahoo.co.in', 'nellore', ''); INSERT INTO `maausers` VALUES (1304, 'nallurisrinu', 'rajkhar', 'Srinivasa Rao Nalluri', 'bangalore', 'India', 'Srinivas.Nalluri@thomson.com', '', 'ongole', 'raj sekhar', 'rajsekhar_chaliki@yahoo.com', 'bangalore', 'siva', 'veeraanj@yahoo.com', 'bangalore', 'srikrishna', 'nsk_ibm@yahoo.com', 'bangalore', 'shakeey', 'shakeey@yahoo.com', 'pune', 'jk', 'jayakrishna.damarla@holool.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1305, 'dsubrahmanyam', 'katyayani', 'D.Subrahmanyam', 'c-2-1-4, ONGC Colony Panvel, Raigad dist Maharashtra', 'India', 'dsubrahmanyam@indiatimes.com', '02227456480', 'Machilipatnam', 'D.katyayani', 'd.katyayani@indiatimes.com', 'Hyderabad', 'P.Vidya Sagar', 'pvsagar2000@yahoo.com', 'Ahmedabad', 'Aparna', 'apuligan@yahoo.com', 'Vijayawada', 'Ch Padmaja', 'padmaja_chintalapudi@yahoo.com', 'Delhi', 'V Bharadwaj', 'bharadwaja@rocketmail.com', 'chennai', ''); INSERT INTO `maausers` VALUES (1306, 'sirisha', 'venkat', 'sirisha', 'IIIT, Gachibowli\r\nHyderabad', 'India', 'prabha@iiit.net', '', 'nellore', 'appaji', 'appaji@iiit.net', 'hyderabad', 'appaji', 'appaji@iiit.net', 'hyderabad', 'appaji', 'appaji@iiit.net', 'hyderabad', 'appaji', 'appaji@iiit.net', 'hyderabad', 'appaji', 'appaji@iiit.net', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1307, 'sureshchoudary', 'suresh', 'Suresh Choudary', '18, Viman Nagar,\r\nPUNE - 411014', 'India', 'Suresh.Jonnalagadda@gmail.com', '9822523232', 'Kavali', 'xxxxx', 'xxxxx@yyy.zzz', 'abcdefghijklm', 'xxxxx', 'xxxxx@yyy.zzz', 'abcdefghijklm', 'xxxxx', 'xxxxx@yyy.zzz', 'abcdefghijklm', 'xxxxx', 'xxxxx@yyy.zzz', 'abcdefghijklm', 'xxxxx', 'xxxxx@yyy.zzz', 'abcdefghijklm', 0x4b656570206974207570); INSERT INTO `maausers` VALUES (1308, 'telugu_prak', 'maatelugu', 'telugu', 'asdfkj', 'India', 'sdfaj@hotmail.com', '1212342', 'jioj', 'dfas', 'af@hotmail.com', 'asdf', 'asdfa', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 'af@hotmail.com', 0x61646661736466); INSERT INTO `maausers` VALUES (1309, 'suresh', 'saibaba', 'Malepati Suresh Babu naidu', 'post box 26808,safat 13129 kuwait', 'Kuwait', 'suresh5720@yahoo.com', '', 'tirupathi', 'j.Ravi kumar', 'jrravi1@yahoo.com', 'Banglore', 'kambham kushore kumar', 'kambhamk77@yahoo.com', 'banglore', 'T.sumanth', 'tsumanth@yahoo.com', 'kuwait', 'Suresh', 'kolla_suresh@yahoo.com', 'kuwait', 't.p.s reddy', 'tpsreddy2@yahoo.com', 'kuwait', 0x48656c6c6f205369722c2069616d207665727920686170707920746f2073656520746865207765622073697465206d61612074656c7567752e2e2e0d0a20737572657368); INSERT INTO `maausers` VALUES (1310, 'sanjay', 'reddy', 'Sanjay', 'hyd', 'India', 'sanjaybsreddy@rediff.com', '', 'hyd', 'Phani', 'chaprala@rediff.com', 'Vijayawada', 'Satyender', 'duttds@yahoo.com', 'warangal', 'Sheshu', 'duttds@rediff.com', 'Mumbai', 'Narshima', 'tittu_mn@yahoo.com', 'Eluru', 'pradeep', 'maha_maha007@yahoo.com', 'Chennai', ''); INSERT INTO `maausers` VALUES (1311, 'Supraja', 'maatelugu', 'Supraja', 'gachibowli, hyderabad', 'India', 'supraja_pellakuru@rediffmail.com', '', 'Nellore', 'mallikarjuna reddy', 'm10reddy@yahoo.com', 'kolkatta', 'suchitra', 'mailtosuchitralove@yahoo.co.in', 'hyderabad', 'sss', 'mailtosuchitra@yahoo.com', 'delhi', 'abc', 'dssd@edo.com', 'dsfds', 'dsd', 'sds@id.com', 'dssd', ''); INSERT INTO `maausers` VALUES (1312, 'upender', 'ratnam', 'Ratnam Upender Reddy', 'Hyderabad', 'India', 'upender@danlawinc.com', '', 'NALGONDA', 'Prasad', 'pjakileti@csc.com', 'HYDERABAD', 'Sridhar', 'vederesrid@yahoo.com', 'USA', 'Gopi', 'gopi.atmakuri@wipro.com', 'USA', 'Vijay P', 'vijayp@intelligroup.co.in', 'HYDERABAD', 'Vijaya Krishna', 'Vijaya.Krishna@Wipro.Com', 'HYDERABAD', ''); INSERT INTO `maausers` VALUES (1313, 'ganga99', 'gollapally', 'gangadhar', 'p.o.box.49776,dubai ,u.a.e', 'United Arab Emirates', 'ganga99@emirates.net.ae', '6577458', 'hyderabad', 'laxminarayan', 'lax@emirates.net.ae', 'dubai', 'sharat', 'neehar@emirates.net.ae', 'sharjah', 'ncreddy', 'ncreddy71@hotmail.com', 'sharjah', 'sheker', 'bvshaker@hotmail.com', 'dubai', 'ssraju', 'ssraju@emirates.net.ae', 'dubai', 0x676f6f64206c75636b20666f7220616c6c2074656c7567752070656f706c652e); INSERT INTO `maausers` VALUES (1314, 'ramjee_bv', 'bhavani', 'Muvvala', 'kremenco\r\npb no 10126\r\nshuaiba65452\r\nkuwait', 'Kuwait', 'ramjee_bv@yahoo.co.in', '', 'india', 'raju', 'shibu8814@yahoo.com', 'kerala', 'uyysdsayud', 'tani@yahoo.com', 'yamin', 'uommi', 'uommi@yahoo.com', 'jaimuj', 'djhsadlsakbddsad', 'dsaddsa@yahoo.com', 'ndsajdwq', 'jhsadsadsad', 'ajksdhsadjksaj@yahoo.com', 'ghshsdkf', ''); INSERT INTO `maausers` VALUES (1315, 'rjayanth', 'suma1975', 'Jayanth', '38,HMT Shatavahana Nagar Colony\r\nKukatpally\r\nHyderabad:500072', 'India', 'rjayanth@yahoo.com', '23051860', 'Bramhanapalli,Anantapur Dt', 'Sarma', 'bnsarma@yahoo.com', 'USA', 'Raghu', 'raghu_vaidya@yahoo.com', 'Bangalore', 'suma', 'suma17@hotmail.com', 'Hyderabad', 'Sunil', 'Bhashetty@yahoo.com', 'Hyderabad', 'sanjay', 'avksanjay@hotmail.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1316, 'singasaniharish', 'ap28n8125', 'Harish', '12-23/1,Flat:105,Sri Sai Gardens\r\nGanesh Nagar\r\nRamanthapur,Hyderabad', 'India', 'singasaniharish@yahoo.com', '27032336', 'Mahaboob Nagar', 'Prashanth', 'mailtopk@yahoo.com', 'noida', 'Kotesh', 'mattakoteshwararao@yahoo.co.in', 'Hyd', 'Paras', 'Parasraj25@yahoo.com', 'hyd', 'surender', 'surender_nandigam@yahoo.co.in', 'hyd', 'thiru', 'thirupathireddy_k@hotmail.com', 'hyd', ''); INSERT INTO `maausers` VALUES (1317, 'thiruplus', 'password', 'Thirupathi', 'A16- Sector 60\r\nNoida \r\nUP - 201 301', 'India', 'tiruplus@yahoo.com', '9871100966', 'Pembarthy Warangal Dist', 'shivareddy', 'shivareddy_a@yahoo.com', 'Malaysia', 'RamGopal Reddy', 'goodhumanvalues@yahoo.co.in', 'Hyderabad', 'Krishnamohan', 'dkmr123@yahoo.com', 'USA', 'kashokreddy', 'kashokreddy@yahoo.com', 'USA', 'mulasirinvas', 'mulasrinivas@yahoo.com', 'Malaysia', 0x446f206974206c61746572); INSERT INTO `maausers` VALUES (1318, 'vjpreddy', 'devlal', 'Jayaprakash Reddy', 'Gopal Reddy Building,\r\nL&T Quarters,\r\nKonappana Agrahara\r\nElectronics City Post,\r\nBangalore', 'India', 'v_jpr@yahoo.com', '28522124', 'Palamaner', 'Ravindhra', 'ravindhranad@gmail.com', 'Bangalore', 'Ravindhra', 'ravindhranad@gmail.com', 'Bangalore', 'Ravindhra', 'ravindhranad@gmail.com', 'Bangalore', 'Ravindhra', 'ravindhranad@gmail.com', 'Bangalore', 'Ravindhra', 'ravindhranad@gmail.com', 'Bangalore', ''); INSERT INTO `maausers` VALUES (1319, 'nimmagadda', 'tatayya', 'shiva', 'dallas.tx', 'United States of America', 'nimmagaddak@gmail.com', '', 'vijayawada', 'praveen', 'praveen9979@yahoo.com', 'india', 'vijay', 'vijaykumar138@yahoo.co.uk', 'ind', 'kichu', 'kichu512@yahoo.co.uk', 'ind', 'pavan', 'pavanmummaneni@yahoo.com', 'ind', 'kiran', 'kirank_bond@yahoo.com', 'ind', 0x692077696c6c); INSERT INTO `maausers` VALUES (1320, 'muppuvijay', 'computer', 'vijay', 'ecilpost, hyderabad', 'India', 'muppuvijay@rediffmail.com', '', 'hyderabad', 'vijay', 'muppuvijay@sify.com', 'hyderabad', 'john', 'mjohnwesly@yahoo.com', 'hyderabad', 'vamsi', 'vamsi_jonnada@yahoo.co.in', 'vijayawada', 'xyz', 'xyz@yahoo.com', 'xyz', 'dara', 'dara_ashwanth@yahoo.co.in', 'vijayawada', ''); INSERT INTO `maausers` VALUES (1321, 'Ramagiri Reddy', 'madras', 'Bade.Ramagiri BabuReddy', 's/o Anki Reddy\r\nB.Nidamanuru(post)\r\nN.G.Padu(md)\r\nPrakasam(dt)\r\nAP', 'India', 'ramagiri_bade@yahoo.co.in', '0', 'B.Nidamanuru', 'Amar nath Reddy', 'amar_0073@yahoo.com', 'B.Nidamanuru', 'Rami Reddy', 'ramireddy_oru@yahoo.com', 'B.Nidamanuru', 'Venugopal Reddy', 'reddy_mareddy@yahoo.com', 'ongole', 'Subba Reddy', 'subbu@yahoo.co.in', 'ongole', 'sankar Reddy', 'vasu@yahoo.com', 'ongole', 0x77697368207520616c6c2074686520626573742e206d616e612074656c756775207661617269206b6f73616d206d656572752070616465207372616d612066616c6176616e74616d206b61617661616c616e69204173697374756e6e61616e752e); INSERT INTO `maausers` VALUES (1322, 'sekharreddy', 'reddyandreddy', 'sekharreddybomma', '7,ubi colony,rd no 3 banjara hills hyderabad 500034', 'India', 'sekharreddy_21@yahoo.com', '9396536099', 'Nellore', 'lavanyareddy', 'lavanyakonda@yahoo.co.in', 'bangalore', 'venureddy', 'venureddy_d@yahoo.co.in', 'hyderabad', 'veerareddy', 'reddy_gujjula2003@yahoo.co.in', 'chennai', 'vamsireddy', 'vamshidharreddy.nimma@gmail.com', 'hyderabad', 'srikanthreddy', 'neellove_18s@yahoo.com', 'hyderabad', 0x692077696c6c20676976652075206c61746572); INSERT INTO `maausers` VALUES (1323, 'nagesh_boppana', 'chitty', 'Nageshwar Boppana', '#8/2-5,\r\n20th main,\r\nB.T.M.Layout,\r\nBangalore-29.', 'India', 'nagesh_boppana@yahoo.co.in', '', 'West Godavari', 'Mouli Maddukuri', 'mouli_maddukuri@yahoo.co.in', 'HyderaBad', 'Amith Kumar Jain', 'amitkr4u@yahoo.com', 'kakinada', 'Bhavani', 'bhavani_anv@yahoo.co.in', 'Bangalore', 'Narendhra', 'chowdary_koya@yahoo.co.in', 'Rajahmundry', 'Priynka', 'gorantlapriya1984@yahoo.co.in', 'Rajahmundry', ''); INSERT INTO `maausers` VALUES (1324, 'sriniavs_goud', 'saibaba', 'Manikonda Srinivas Goud', 'Nipuna services Ltd\r\ncyber Gate way C Block\r\n5th Floor Hi tech City\r\nMadhapur Hyderabad 500081', 'India', 'srinivas_pallavi@yahoo.co.in', '55361300', 'hyderabad', 'Naveen', 'Naveenk_satyam@yahoo.com', 'hyderabad', 'Ramu', 'ramu@yahoo.com', 'hyderabad', 'swetha', 'swetha@hotmail.com', 'hyderabad', 'swepna', 'swepnareddy_k11@yahoo.co.in', 'hyderabad', 'puni', 'puni@rediffmail.com', 'Hyderabad', 0x476f6f642073697465); INSERT INTO `maausers` VALUES (1325, 'raju_gvn', 'ujar123', 'Nag', 'sadfsadf', 'United States of America', 'lakshmishilpa_t@ahoo.com', '', 'Nandyal', 'nag', 'rajugvn@gmail.com', 'a', 'sfd', 'a@a.com', 'asfdja', 'sadf', 'b@b.com', 'sdlfjsdf', 'sdf', 'c@c.com', 'asfdldjf', 'sdf', 'd@d.com', 'aslkfsldjf', ''); INSERT INTO `maausers` VALUES (1326, 'Rahulbabu246', 'rahul699', 'Rahul Choudary', '2-4\r\nBrowning Ave\r\nClayton south\r\nVic-3169', 'Australia', 'rahulbabu246@yahoo.co.in', '0061425717842', 'Ongole', 'Srikanth Reddy', 'msreddy272000@yahoo.com', 'Melbourne', 'Satya Goutami', 'Satya_gowthami@yahoo.com', 'Hyderabad', 'Srinu', 'srinivas_192us@yahoo.com', 'Melbourne', 'Sadguna', 'saddumba@yahoo.co.in', 'Vijayawada', 'Neelima', 'neelima22jan@yahoo.com', 'Rajahmundry', ''); INSERT INTO `maausers` VALUES (1327, 'phasuke', 'sairam', 'Phani', '123,abc street,\r\nXYZ city, AB 12345', 'United States of America', 'phasuken@yahoo.com', '', 'Hyderabad', 'phani', 'phasuken@india.com', 'India', 'fjkdfd', 'kdfhdj@rediffmail.com', 'fkdafjd', 'fdfadf', 'fadfds@yahoo.com', 'hjklhjk', 'ghuyo87', 'hj7i6t@hotmail.com', 'fadfjklaf', 'fafadsf', 'fajfkajd@india.com', 'afafa', ''); INSERT INTO `maausers` VALUES (1328, 'ramsun', 'ramsun', 'sunitha', '6A,\r\nPURPLETT STREET,\r\nIPSWICH,\r\nSUFFOLK PIN:IP2 8HH', 'United Kingdom', 'nitha_kanth@hotmail.com', '', 'KHAMMAM(INDIA)', 'KANTI', 'munni_11@yahoo.co.in', 'U.S.A', 'SAMEER', 'sameerkumar_in@yahoo.com', 'khammam', 'sunitharamakanth', 'nitha_cs@yahoo.com', 'U.K', 'kiranmai', 'kiranmai_pcs@rediffmail.com', 'U.S', 'ramakanth', 'ramakanth_in@yahoo.com', 'U.K', 0x7665727920676f6f6420616e642075736566756c20776562736974650d0a7468616e6b75); INSERT INTO `maausers` VALUES (1329, 'rameshtamma', 'superstar', 'Ramesh', '402', 'India', 'rameshtamma@yahoo.com', '', 'ELURU', 'Ramesh', 'rameshtamma@rediffmail.com', 'Hyderbad', 'Tamma', 'rameshtamma@indiatimes.com', 'Hyderabad', 'KrishnaPrasad', 'krishna0008@yahoo.com', 'Germanay', 'SrihariKandra', 'SrihariKandra@lge.com', 'Seoul', 'Meduri Rajesh Kumar', 'rajeshkm@lucent.com', 'Bangalore', ''); INSERT INTO `maausers` VALUES (1330, 'ramchowdary', 'manager', 'ram', '45/9/99 NTR NAGAR,VIJAYAWADA.', 'India', 'ramchoudhary@gmail.com', '', 'VIJAYAWADA', 'TEJ', 'tej234@yahoo.co.in', 'HYDERABAD', 'ravi', 'raviraj@yahoo.com', 'HYDERABAD', 'phani', 'phani99@yahoo.com', 'HYDERABAD', 'surya', 'suryananduri@yahoo.com', 'HYDERABAD', 'hari', 'hari_423@yahoo.com', 'HYDERABAD', ''); INSERT INTO `maausers` VALUES (1331, 'rkmadamanchi45', 'manjuram', 'rama krishna', '3 exmoor road\r\nsouthampton\r\nunited kingdom', 'United Kingdom', 'rkmadamanchi45@yahoo.com', '07789715082', 'guntur', 'x', 'x@yahoo.com', 'x', 'x', 'x@yahoo.com', 'x', 'x', 'x@yahoo.com', 'x', 'z', 'x@yahoo.com', 'z', 'z', 'x@yahoo.com', 'z', ''); INSERT INTO `maausers` VALUES (1339, 'raghuroyon', 'cherukuri', 'raghuram', 'vijayawada', 'India', 'raghu_cherukuri@yahoo.com', '0857397020', 'guntupalli', 'deeptidronavalli', 'deepti_dronavalli@yahoo.co.in', 'vijayawada', 'srinath', 'sreedhuli@yahoo.com', 'vijayawada', 'narenra', 'nani_idupulapati@yahoo.co.in', 'vijayawada', 'simhadri', 'srinu_simhadri@yahoo.co.in', 'dublin', 'tammareddyphani', 'tammareddyphani@yahoo.co.in', 'bengal', 0x697473206e696365); INSERT INTO `maausers` VALUES (1333, 'ranjitreddib', 'jasmine', 'ranjit', 'BAYYAPU RANJIT REDDY,\r\nKrishnaSudama Park,\r\nFLAT No. 7,\r\nMURKUTE-VASTI,\r\nBANER,\r\nPUNE-411045.', 'India', 'ranjitreddyb@rediffmail.com', '09822377049', '8 incline colony, karimnagar', 'ananth', 'anantha@cradle.com', 'pune', 'ramesh', 'rameshg@cradle.com', 'pune', 'mohan', 'mohan@cradle.com', 'pune', 'vijay', 'mvijay@cradle.com', 'pune', 'kiran', 'kirang@cradle.com', 'pune', ''); INSERT INTO `maausers` VALUES (1334, 'ssiddi', 'sriyasiddi', 'Srikant', 'B-24, Plot # 318, Garden City Apts, Village Road, Chennai', 'India', 'ssiddi@yahoo.com', '9841007782', 'Hyderabad', 'Priya', 'piya_f4@yahoo.com', 'Chennai', 'Srikant', 'ssiddi@hotmail.com', 'Chennai', 'Shashi', 'shashi_siddi@yahoo.com', 'Hyderabad', 'Vasanth', 'vasanthalle@yahoo.com', 'USA', 'Prashant', 'spshant@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1352, 'munagapati', 'narayana', 'Murali', '697-20-06 desa kiara condo\r\njalan damansara\r\nMalaysia', 'Malaysia', 'munagapati@yahoo.com', '60166960573', 'Cuddapah', 'Murali', 'murali@embeddedwireless.com', 'KL', 'Murali', 'murali@embeddedwireless.com', 'KL', 'Murali', 'murali@embeddedwireless.com', 'KL', 'Murali', 'murali@embeddedwireless.com', 'KL', 'Murali', 'murali@embeddedwireless.com', 'KL', ''); INSERT INTO `maausers` VALUES (1336, 'raju_kanike', 'sunraj', 'Kanike Nagaraju', 'seoul', 'Korea, South', 'raju_kanike@yahoo.co.in', '0082198162446', 'kurnool', 'raju', 'jyothi_nngs@yahoo.co.in', 'seoul', 'raju', 'jyothi_nngs@yahoo.co.in', 'seoul', 'raju', 'jyothi_nngs@yahoo.co.in', 'seoul', 'raju', 'jyothi_nngs@yahoo.co.in', 'seoul', 'raju', 'jyothi_nngs@yahoo.co.in', 'seoul', ''); INSERT INTO `maausers` VALUES (1337, 'mvmkp', 'prasad', 'Krishna prasad', 'H.No.16-7-13(2)\r\nPaparaju Thota,\r\nChirala-523155\r\nPrakasam District\r\nAndhra Pradesh', 'India', 'mvmkp@rediffmail.com', '08594239183', 'Chirala', 'kp', 'mvmkp@rediffmail.com', 'warangal', 'krishna', 'mvmkp2001@yahoo.co.in', 'chirala', 'maruthi', 'mvmkp2000@yahoo.co.in', 'Repalle', 'Sekhar', 'mcs_sml@yahoo.co.in', 'Vijayawada', 'Kiranmayee', 'kirsaku@yahoo.co.in', 'Secunderabad', ''); INSERT INTO `maausers` VALUES (1340, 'hanumantharao', 'mhrao123', 'Hanumantha Rao', '16, OAKS, Herbert Park Lane Apts, Ballsbridge, Dublin 4', 'Ireland', 'mhrao@hotmail.com', '', 'Vijayawada', 'Subha', 'subha_marepalli@yahoo.co.uk', 'Dublin', 'Prasad', 'kvssprasad@hotmail.com', 'Dublin', 'Vikrant', 'vikoo75@yahoo.com', 'Dublin', 'Dr. Kameswara rao', 'drkamesh@yahoo.com', 'Rajahmundry', 'Venkatesarlu', 'v_marepalli@yahoo.com', 'Vijayawada', ''); INSERT INTO `maausers` VALUES (1341, 'prasanthsandhya', 'appalamma', 'Prasanth Babu Velagalapalli', 'D.No.15-546-68-6,Near APHB Colony, Bye-Pass Road, Machilipatnam', 'India', 'prasanthsandhya@yahoo.co.in', '08672227932', 'Machilipatnam', 'satya', 'pedababu_25@yahoo.co.in', 'vijayawada', 'raju', 'jvsnraj_sri@yahoo.co.in', 'madras', 'pasi', 'prasanthhero@sify.com', 'machilipatnam', 'babu', 'prasanthvelagalapalli@yahoo.com', 'machilipatnam', 'prasanth', 'prasanthbabuvelagalapalli@yahoo.co.in', 'machilipatnam', ''); INSERT INTO `maausers` VALUES (1342, 'mobile', 'nagmadhu', 'madhavi_kunisetty', '34 bulstrode road,flat 4, hounslow,tw33ap', 'United Kingdom', 'madhavi_kunisetty@yahoo.com', '', 'india', 'sailaja', 'sailaja_nama@yahoo.co.in', 'united kingdom', 'vinodha', 'gudipati_vinodha@yahoo.co.in', 'united kingdom', 'nagaraju', 'gvnagaraju@yahoo.com', 'united kingdom', 'sabita', 'sabita_salomi@yahoo.com', 'united kingdom', 'haritha', 'haritha_208@yaoo.co.in', 'usa', ''); INSERT INTO `maausers` VALUES (1343, 'krishna77', 'medipally', 'krishna', '162 BustRoad Avenue \r\nHounslow \r\nMiddlsex\r\nLondon\r\nTW3 3AG', 'United Kingdom', 'ms_krishna22@yahoo.com', '', 'Karimnagar', 'rajesh', 'rajesh_kodimala@yahoo.com', 'Canada', 'santosh', 's_kokkirala@yahoo.com', 'London', 'Manik', 'munnuru_m@yahoo.com', 'London', 'Suresh', 's_murarishetty@rediffmail.com', 'London', 'Rakesh', 'k_rakesh21@yahoo.com', 'India', ''); INSERT INTO `maausers` VALUES (1345, 'sreenuvashista', 'sreenu', 'kota.srinivasarao', 'Kavitam-534338,\r\nPoduru mandal,\r\nwest gowdavari district\r\nandhrapradesh\r\nindia.', 'India', 'sreenuvashista@india.com', '256206', 'kavitam', 'k.sreenuvashista', 'sreenuvashista@sify.com', 'kavitam', 'datteswararao', 'dattu_pdr@yahoo.com', 'palkol', 'harish', 'hari_mdp@yahoo.com', 'palkol', 'lakshmi', 'neelima_pbl@india.com', 'palkol', 'ravindra', 'p.ravindranath@india.com', 'palkol', 0x7665727920686170707920616e642077656c636f6d65206f75722077656273697465206d61612074656c7567752e636f6d0d0a74686520616e646872612074656c75677520667269656e6473206d6f73742068617070696573742e); INSERT INTO `maausers` VALUES (1353, 'kanikella', '140523', 'kanikella ravi prasad kumar', 'k ravi prasad kumar,post box no 23759,dubai,uae', 'United Arab Emirates', 'kanikella@redifmail.com', '00971505943632', 'kakinada', 'anil', 'anil_rec@yahoo.com', 'baroda', 'nikhila', 'nikhila_bluelion@yahoo.co.in', 'pondycherry', 'kalpana', 'kalpana_lovely@yahoo.co.in', 'hyderabad', 'zaheda', 'zaheda_khan@yahoo.co.in', 'hyderabad', 'anthony', 'anthony_raj64@yahoo.com', 'kakinada', 0x77656c636f6d6520676f6f6420666574757265); INSERT INTO `maausers` VALUES (1347, 'sankurathri', 'krishna', 'sudhindra', '5,watford st,shelton,sot', 'United Kingdom', 'ssankurathri@yahoo.co.in', '', 'tadepalligudem', 'abcd', 'abcd@xy.com', 'london', 'naresh', 'mnareshc@yahoo.com', 'chennai', 'manohar', 'manohar_kodi@yahoo.com', 'india', 'xyz', 'pouy@bc.com', 'india', 'oiu', 'yiuy@gh.com', 'india', ''); INSERT INTO `maausers` VALUES (1348, 'ramumukkapati', 'bhargavi', 'Rama Mohana Rao Mukkapati', 'Kanchala,Nandigama,Krishna dt\r\nAp', 'India', 'ramumukkapati@rediffmail.com', '9849933668', 'Kanchala', 'Balaji', 'balaji_uppal@rediffmail.com', 'Hyderabad', 'Murali', 'kmk_57@yahoo.com', 'Rajkot', 'Chitra', 'chitra_vja@yahoo.com', 'Vijayawada', 'kanth', 'clk_kanth@yahoo.com', 'hyderabad', 'ravi', 'ravimukkapati@yahoo.com', 'banglore', 0x497473206e69636520746f206865726520746f20626567616e2061207369746520696e2074656c7567752e0d0a4920616d20616c736f2061207765622064657369676e657220776f726b696e67206f6e202e4e455420746563686e6f6c6f676965732e496620752077616e7420616e792068656c702c206665656c206672656520746f2063616c6c206d652e); INSERT INTO `maausers` VALUES (1349, 'murtykss', 'murty318', 'kssmurty', 'P.O.BOX : 22166 DOHA QATAR', 'Qatar', 'murtykss@yahoo.com', '', 'KAKINADA', 'LAXMINARAYANA', 'chlnarayana@yahoo.com', 'qatar', 'APPA RAO', 'pailaapparao@yahoo.com', 'qatar', 'aparna', 'aparna_sl7@yahoo.com', 'ameriaca', 'srinivas', 'boda_srinivas@yahoo.com', 'hyederabad', 'satya prasad', 'prasad_491@yahoo.com', 'qatar', ''); INSERT INTO `maausers` VALUES (1350, 'naveen', '123asdf', 'Naveen', 'Riyadh', 'Saudi Arabia', 'nawinkumar@gmail.com', '', 'Hyderabad', 'Rafiq', 'rafiq20002000@yahoo.com', 'Hyd', 'Syed', 'albak123@yahoo.com', 'Kadapa', 'Dinesh', 'ch_dinu@yahoo.com', 'Hyd', 'Aparna', 'aprana2315@yahoo.com', 'Hyd', 'nawinkumar', 'nawinkumar@gmail.com', 'Hyd', 0x6e69636520736974652c); INSERT INTO `maausers` VALUES (1351, 'hcp52', 'prakash', 'h chandra', 'f-3,gop apartments,cst road kalina, santacrus(E)\r\nmumbai-400 098', 'India', 'prakash.28@gmail.com', '', 'visakha', 'vseshagiri', 'vseahagiri@rediffmail.com', 'blore', 'gayatri', 'dev@yahoo.co.in', '-----', 'mp', 'dev123@yahoo.com', '2222', 'prakash', 'prakash.28@gmail.com', 'tata', 'sriny', 'os@rediffmail.com', 'ranchi', ''); INSERT INTO `maausers` VALUES (1354, 'sushmagadde', 'sgaddetcs', 'Sushma', 'H.No: 3-30-11/1a, 2nd lane, Nalanda Nagar, Guntur, AP', 'India', 'sushmagadde@rediffmail.com', '', 'Guntur', 'alaka', 'sarika@yahoo.com', 'Guntur', 'Aparna', 'aparnav@yahoo.com', 'Guntur', 'Valli', 'valli_rani@yahoo.com', 'Guntur', 'raji', 'raji_rani@yahoo.com', 'Guntur', 'sri', 'sree_harsha@yahoo.com', 'Guntur', ''); INSERT INTO `maausers` VALUES (1355, 'rajeshvoruganti', 'srinagsra', 'Rajesh Voruganti', '9-41\r\nseetharampuram\r\nMiryalguda', 'India', 'rajeshvoruganti@rediffmail.com', '', 'Miryalaguda', 'T. Rajesh', 'star856_4u@yahoo.com', 'Suryapet', 'Raja', 'raja_785@yahoo.com', 'Banaganapalli', 'Teja', 'tejmorrams576@yahoo.com', 'Tirupathi', 'Pradeep', 'pradeepreddy_581@yahoo.com', 'Kavali', 'Swathi', 'swathi_maram@yahoo.co.in', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1356, 'suchitrakoneru', 'motherindia', 'suchitra', '5-621, Ashoknagar\r\nVijayawada-7', 'India', 'suchitrakoneru@yahoo.co.in', '', 'Vijayawada', 'padmashiri', 'padmashiri_d@yahoo.com', 'Vijayawada', 'yamini', 'yamini_potluri@hotmail.com', 'Vijayawada', 'kalyani', 'akkinenik@hotmail.com', 'Vijayawada', 'madhu latha', 'madhulatha_v@yahoo.com', 'Vijayawada', 'leela', 'leelapal@yahoo.com', 'Vijayawada', 0x72657175657374696e67203520667269656e642773206e616d652069732061207061696e2e); INSERT INTO `maausers` VALUES (1357, 'rajesh', 'chandana', 'rajesh', '3-14-592\r\nkothur\r\nhanamakonda\r\nwarangal', 'India', 'rajesh_chandu5@yahoo.co.in', '08702438330', 'warangal', 'anil', 'jaky57@yahoo.co.in', 'warangal', 'mohan', 'mits_342@yahoo.co.in', 'kothagudem', 'amjad', 'tssajid@yahoo.co.in', 'warangal', 'srinu', 'srinivasbabu_2002@yahoo.co.in', 'warangal', 'anil', 'ani5712l@yahoo.co.in', 'warangal', ''); INSERT INTO `maausers` VALUES (1358, 'ravisankar', 'ravigadu', 'ravi', 'plot no 204,\r\nBhavana Enclave\r\nMoosapet\r\nHyderabad', 'India', 'ravisankarpeesapati@yahoo.co.in', '', 'Amalapuram', 'bgrn kirankumar', 'bgrnkirankumar@rediffmail.com', 'hyderabad', 'bgrn kirankumar', 'bgrnkirankumar@yahoo.co.in', 'hyderabad', 'anil kumar', 'anilkumarpeesapati@yahoo.co.in', 'hyderabad', 'sunil', 'sunny_erk@yahoo.co.in', 'hyderabad', 'ravi', 'ravi_sankardada@yahoo.co.in', 'hyderabad', 0x7665727920476f6f64); INSERT INTO `maausers` VALUES (1359, 'munugotisk', 'srilaxmi', 'SRINIVAS', '762 HANWORTH ROAD\r\nHOUNSLOW\r\nTW4 5NU', 'United Kingdom', 'munugotisk@yahoo.com', '00447956055135', 'INDIA', 'BANU', 'bannu_prasad@yahoo.com', 'kenya', 'pinaka', 'pinaka3@rediffmail.com', 'india', 'senthil', 'kjsenthil@yahoo.com', 'uk', 'malli', 'malli_konda@yahoo.com', 'germany', 'prasad', 'manne_prasadbabu@yahoo.com', 'uk', ''); INSERT INTO `maausers` VALUES (1360, 'sreddy', 'pallil', 'Sudheer', 'Nj', 'United States of America', 'sudheer69@yahoo.com', '', 'ap', 'Q', 'SUDHEERAGREDDY@YAHOO.COM', 'Q', 'Q', 'SUDHEERAGREDDY@YAHOO.COM', 'Q', 'Q', 'SUDHEERAGREDDY@YAHOO.COM', 'Q', 'Q', 'SUDHEERAGREDDY@YAHOO.COM', 'Q', 'Q', 'SUDHEERAGREDDY@YAHOO.COM', 'Q', ''); INSERT INTO `maausers` VALUES (1361, 'sailakshmi', 'internet', 'sailakshmi', '8768 fjhfsyu', 'United States of America', 'sailakshmithota@yahoo.co.in', '', 'Hyderabad', 'f fgfhgfh', 'df@ad.com', 'dfhasf', 'sfvffgnfg', 'df@sd.com', 'hsfdgf', 'suytrnf', 'ch@hoa.com', 'uwtudv', 'bcuhtyi', 'njnj@huh.com', 'vbdfvh', 'xcfyds', 'gddj@vh.com', 'usfsf', ''); INSERT INTO `maausers` VALUES (1362, 'murali_bestha', 'sushma78', 'B Murali Mohan', 'W', 'Japan', 'murali_bestha@yahoo.com', '', 'Kurnool', 'Ramesh', 'rgvs_r@yahoo.com', 'Japan', 'Mohan', 'sushmamohan_b@yahoo.com', 'Japan', 'Sreedhar', 'b_sreedhar1999@yahoo.com', 'Japan', 'Murali', 'murali.bestha@gmail.om', 'Japan', 'Sharath', 'krishnus@yahoo.com', 'Japan', ''); INSERT INTO `maausers` VALUES (1363, 'naveen26', 'navyar', 'Naveen Reddy', '312 west 9th st, #204\r\nErie,PA-16502', 'United States of America', 'ynaveen_vam@yahoo.com', '', 'Guntur', 'Naveen', 'naveen_yarram@yahoo.com', 'USA', 'madhu', 'bmadhu24@yahoo.com', 'USA', 'Rayappa', 'rreddy@yahoo.com', 'USA', 'Yarram', 'naveen_yarram@rediff.com', 'USA', 'Pavan', 'pavanm_vam@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1364, 'vishu999', 'kamala', 'VIshweshwar', '184 east squire drive\r\n# 8\r\nROcehster\r\nnewyork-14623', 'United States of America', 'vishu999@hotmail.com', '5852728473', 'Peddapalli', 'Chandu', 'chandu111@hotmail.com', 'USA', 'swamy', 'polasa@hotmail.com', 'USA', 'sridhar', 'msbabu@hotmail.com', 'USA', 'akinapalli', 'chandu_usa@hotmail.com', 'USA', 'anjan', 'katam001@hoymail.com', 'USA', ''); INSERT INTO `maausers` VALUES (1365, 'sirysha', 'raveesh', 'sirisha', '85/ 2 RT,Sanjeeva Reddy Nagar,Hyderabad-38.', 'India', 'sirysha_varma@yahoo.com', '', 'Tirupathi', 'ishwarshya', 'hash_ddd@yahoo.com', 'Hyderabad', 'harita', 'hasita_d@yahoo.co.in', 'Hyderabad', 'madhavi', 'madhavi_smile2000@yahoo.co.in', 'Hyderabad', 'rishitha', 'rishitha_y2k@rediffmail.com', 'Hyderabad', 'harshita', 'harsheta_dd@yahoo.co.on', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1366, 'bunny0099', 'santu22', 'Sri Ram Mullapudi', '21 Milton Street\r\nWest Footscray\r\nVic-3012', 'Australia', 'sri.mullapudi@gmail.com', '61423466688', 'West Godavari', 'Maheedhar Kolla', 'maheedhar_k@yahoo.com', 'Lethbridge, Canada', 'Vamshi Charan Rapolu', 'charan5541@yahoo.co.in', 'London', 'Sai Raghavendra', 'raghav_sai2002@yahoo.com', 'London', 'Jayakiran Arani', 'jaya_kiran_am@yahoo.com', 'Hyderabad', 'Suman Nagella', 'sumannagella2000@yahoo.com', 'Melbourne, Australia', ''); INSERT INTO `maausers` VALUES (1367, 'nandula', 'satyashruti', 'SESHAGIRI RAO NANDULA', '13001 crookston lane\r\n#B2\r\nROCKVILLE-20851', 'United States of America', 'nandula2001@yahoo.com', '', 'PALAKOL', 'SREENATH , T', 'dsreenath@hotmail.com', 'bethesda, USA', 'KEERTI, S.S.', 'sskeerti@yahoo.com', 'visakhapatnam', 'KARTIC, P.LN.', 'karthic69@yahoo.com', 'VIJAYAWADA', 'PRAKASH, A.', 'aasprakasarao@yahoo.com', 'hyderabad', 'SRINU, N.', 'srinivasn@applabs.net', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1368, 'Vijaya', 'bhagee', 'Vijaya Mulpur', '1312 chandler road\r\nHuntsville,AL.35801', 'United States of America', 'vjmulpur@comcast.net', '2568806577', 'vijayawada', 'Subba Rao', 'srcehnn@aol.com', 'Texas', 'Gowtham', 'tjmulpur@comcast.net', 'huntsville', 'chandrasekhar', 'rchimata@pol.net', 'huntsville', 'suryam', 'suryag@aol.com', 'Warren', 'sravan', 'schennupat@aol.com', 'dallas', ''); INSERT INTO `maausers` VALUES (1369, 'venu', 'janeman', 'Venu', '9122 Harlaxton CT\r\nKnoxville\r\nTN - 37923', 'United States of America', 'venu@rocketmail.com', '', 'Kavali', 'Larry', 'larryki@gmail.com', 'USA', 'Venu', 'venu@rediffmail.com', 'INDIA', 'Raju', 'test@rediffmail.com', 'INDIA', 'Sarma', 'tesrt@rediffmail.com', 'INDIA', 'Somu', 'test1@rediffmail.com', 'INDIA', ''); INSERT INTO `maausers` VALUES (1370, 'pantrasunil', 'iloveu', 'sunil', '22/srt\r\nhyderabad', 'India', 'pantrasunil@yahoo.com', '09440451011', 'chittoor', 'krish', 'krish_1282000@yahoo.com', 'hyd', 'balu', 'bali@yahoo.com', 'dili', 'boby', 'bobyyy123@yahoo.com', 'neloore', 'filpeni', 'filepni@yahoo.com', 'usa', 'swroop', 'swarop9087@yahoo.com', 'tieupathi', ''); INSERT INTO `maausers` VALUES (1371, 'sreekumar', 'kalyani0333', 'sreekumar', 'begumpet,hyderabad', 'India', 'sreekumar@gmail.com', '', 'eddanapudi', 'srinivas kandimalla', 's_kandimalla@yahoo.com', 'hyderabad', 'sudha', 'sudha_chowdary22@yahoo.co.in', 'vijayawada', 'madhu', 'madhudodda@yahoo.com', 'hyderabad', 'haritha', 'harithamurari@yahoo.com', 'hyderabad', 'sri', 'srivara2909@yahoo.com', 'vizag', ''); INSERT INTO `maausers` VALUES (1372, 'mastersrikanth', 'shiku', 'Srikanth Reddy', '9-4-86/161\r\nSalarjung Colony\r\nHyderabad\r\nAP', 'India', 'master_srikanth@yahoo.co.in', '', 'Hyderabad', 'Arvind', 'arvindtoall@yahoo.com', 'Hyderabad', 'Vamsi', 'vamsi_var@yahoo.com', 'Hyderabad', 'Kiran', 'mkiran_mca@yahoo.com', 'Hyderabad', 'Trilok', 'sugtr01@ca.com', 'Hyderabad', 'Bhavani', 'bhavana_mogili@yahoo.co.in', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1373, 'babu', 'chimpu', 'babu', 'xx', 'India', 'bewarse_babu@yahoo.com', '', 'hyderabad', 'cc', 'bewarsebabu@yahoo.co.uk', 'UK', 'cca', 'bewarsebabu@yahoo.co.uk', 'dfh', 'dv', 'bewarsebabu@yahoo.co.uk', 'df', 'dd', 'bewarsebabu@yahoo.co.uk', 'dfh', 'ggh', 'bewarsebabu@yahoo.co.uk', 'fdg', ''); INSERT INTO `maausers` VALUES (1374, 'cmrao37', 'elephant', 'C.Madhavarao', '11/13/537\r\nYADAV NAGAR \r\nALKAPURI\r\nHYDERABAD 5000035', 'India', 'cmrao3723@ridff.com', '24034462', 'Hyderabad', 'tirumal', 'airwarior_2020@yahoo.com', 'india', 'chinna', 'tirumal_11@yahoo.com', 'india', 'ranjee', 'ranjeeonline@yahoo.com', 'usa', 'ragu', 'ragu_raguam@rediffmail.com', 'india', 'kranthi', 'kranti_akshay@yahoo.com', 'india', 0x706c6561736520696e636c75646520736f6d65206465766f74696f6e616c20736f6e677320696e20796f75722073697465); INSERT INTO `maausers` VALUES (1375, 'sriharsha', 'padma!@#', 'Sriharsha', '102 Country Manor Way\r\nWebster NY 14580', 'United States of America', 'sriharshamupparaju@yahoo.com', '', 'Hyderabad', 'Swapna', 's_marupaka@yahoo.co.in', 'U.S.A', 'Anand', 'anand_mantravadi@yahoo.com', 'U.S.A', 'Vishnu', 'vishnu430@yahoo.com', 'U.S.A', 'Venkat', 'vmupparaju@yahoo.com', 'U.S.A', 'Anil', 'apuppala@buffalo.edu', 'U.S.A', ''); INSERT INTO `maausers` VALUES (1376, 'kalyans', 'raradhika', 'kalyan', 'vidya nagar\r\nguntur', 'India', 'accentblues@yahoo.com', '', 'Guntur', 'rajitha', 'ma_rajitha@yahoo.com', 'Guntur', 'sunil', 'vamsi_kommineni@yahoo.com', 'Guntur', 'jasmine', 'jasm_4u@yahoo.com', 'USA', 'Ravi', 'ravi_kandimalla@yahoo.com', 'Banglore', 'sasi', 'vasili_sasi@yahoo.com', 'Guntur', ''); INSERT INTO `maausers` VALUES (1377, 'rajsekhar', 'hellomaa', 'Rajsekhar Reddy GP', 'Gandhi Nagar,\r\nHyderabad', 'India', 'rajsekhar_gp@yahoo.com', '9848489556', 'Anantapur', 'Venu Gopal', 'venugopal@gmail.com', 'Pune', 'Aravind', 'abburu_20@yahoo.co.in', 'Hyderabad', 'Sumanth', 'itssumanth@yahoo.co.in', 'NY, USA', 'Prakash', 'prakash_mc@yahoo.com', 'Hyderabad', 'Rajesh', 'rnarimetla@yahoo.com', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1378, 'shashu538', 'saibaba', 'Shashidhar Reddy', '1140,georgia street,apt211\r\nbeaumont TX-77705', 'United States of America', 'shashu538@yahoo.com', '4098351939', 'Karimnagar', 'swapna', 'swapna18fem@yahoo.com', 'USA', 'swapna', 'swapna18fem@yahoo.com', 'USA', 'swapna', 'swapna18fem@yahoo.com', 'USA', 'swapna', 'swapna18fem@yahoo.com', 'USA', 'swapna', 'swapna18fem@yahoo.com', 'USA', ''); INSERT INTO `maausers` VALUES (1379, 'Simpson', 'pushpa', 'Abraham', 'Flat 104, RD#4, Greenhills Colony,Kothapet, Hyderabad.500035', 'India', 'simpson_va@yahoo.co.uk', '24037553', 'Vuyyuru', 'Mohan.V', 'vedartham@yahoo.co.in', 'hyderabad', 'Sunil', 'vuyyuru@yahoo.com', 'USA', 'Sudheer', 'anand@yahoo.co.in', 'guntur', 'Anand', 'madanand@yahoo.co.in', 'Hyderabad', 'Prasad', 'gvsvpvyr@yahoo.com', 'Hyderabad', 0x486170707920746f206265206177617265206f66207468652073697465207468617420706172746963756c61726c7920776f726b696e676f757420666f722054656579616e692054656c7567752e); INSERT INTO `maausers` VALUES (1380, 'ngopikrishna81', 'maatelugu81', 'Gopi Krishna', '909, Del Amo Apartments#4, S. Knott Avenue, Anaheim, CA,', 'United States of America', 'ngopikrishna81@yahoo.com', '', 'Visakhapatnam', 'gopi', 'ngopikrishna@gmail.com', 'anaheim', 'kkbnkjb', 'kjbkjbkj@mcxvxc.com', 'bmnbmn', 'mbmnb', 'mnb@xzcx.com', 'mb', 'mnb', 'nmb@dsfds.com', 'm', 'bmn', 'bmn@cdsd.com', 'bmn', 0x7768792073686f756c6420692067697665206d7920667269656e6473206e616d653f3f3f); INSERT INTO `maausers` VALUES (1381, 'spravin6', 'shivamm', 'Praveen', 'shivam road\r\nhyderabad', 'India', 'spravin6@gmail.com', '09246282855', 'NLG dist.', 'hareesh', 'visit_hareesh@yahoo.co.in', 'Hyderabad', 'goodwin', 'goodwinsys@yahoogroups.com', 'World', 'good', 'goodwinitmc@yahoogroups.com', 'world', 'kishore', 'kishore7491@yahoo.co.in', 'hyd', 'shravani', 'shravani_ece1586@yahoo.co.in', 'suryapet', 0x476f6f64); INSERT INTO `maausers` VALUES (1382, 'Leninakhila', 'laddupandu', 'Akhila', '6701 de soto ave apt#255,\r\ncanoga park,CA - 91303', 'United States of America', 'lenin_akhila@hotmail.com', '8185920842', 'Guntur , AP, India', 'Pandu', 'kan_lenny@yahoo.com', 'USA', 'Kathya', 'kathya_t@yahoo.com', 'USA', 'Sailaja', 'vallepalli_sailaja@yahoo.com', 'USA', 'Vijaya', 'vijjubr@yahoo.co.in', 'USA', 'Sirisha', 'sirisha22979@yahoo.co.in', 'USA', 0x497420776f756c642062652062657474657220696620752070726f76696465206f6e6c696e652073686f7070696e672077697468206170707265636961626c652072617465732e0d0a0d0a697420776f756c64206265206265747465722069662077652068617665206f6e6c696e65206a6577656c6572792c7361726565732065746320737475666620666f7220696e6469616e2072656c61746976657320746f20627965206f6e6c696e6520616e642064656c69766572207468656e207468726f75676820752070656f706c652e); INSERT INTO `maausers` VALUES (1424, 'ramarajubhaskar', 'haritha1', 'Bhaskar Ramaraju', '6-55,deeptisri nagar,miyapur. hyderabad', 'India', 'ramarajubhaskar@yahoo.com', '', 'Guntur', 'Uday', 'bhaskaribm@yahoo.com', 'Chennai', 'Uday', 'bhaskaribm@yahoo.com', 'Chennai', 'Uday', 'bhaskaribm@yahoo.com', 'Chennai', 'Uday', 'bhaskaribm@yahoo.com', 'Chennai', 'Uday', 'bhaskaribm@yahoo.com', 'Chennai', ''); INSERT INTO `maausers` VALUES (1384, 'wallwaters75', 'chowdary', 'kumar', 'sdfds', 'United States of America', 'cisco_bricks@yahoo.com', '1111111111', 'guntur', 'teleedu', 'null@example.com', 'teleedu', 'sadsad', 'sdsad@example.com', 'sdfdsf', 'sadsad', 'sadsad@example.com', 'dsf', 'asdas', 'sadsa@example.com', 'sdfds', 'dsadasd', 'dasdsad@example.com', 'fdsf', ''); INSERT INTO `maausers` VALUES (1385, 'vakkalanka', 'rama999', 'kishor', 'Hyd', 'India', 'kishorvivian@gmail.com', '', 'East Godavari', 'Evado', 'evado@edo.com', 'ekkado', 'Evado2', 'evado2@edo.com', 'ekkado', 'Evado3', 'evado3@edo.com', 'ekkado', 'Evado4', 'evado4@edo.com', 'ekkado', 'Evado5', 'evado5@edo.com', 'ekkado', 0x492063616e20676976652073756767657374696f6e73206f6e6c7920616674657220796f7572206c61756e6368206166746572206b6e6f77696e6720796f7572207468656d6520616e6420776f726b2e200d0a536f4920616d206e6f7420676976696e6720616e792073756767657374696f6e73206f72206164647265737365732e0d0a492068617665206e6f20726967687420746f206769766520616e79626f64792773206d61696c20616464726573732077686f6d20796f75206d6179207374617274207368756e74696e672e0d0a536f4920616d206e6f7420676976696e6720616e79206164647265737365732e0d0a536f7272792e); INSERT INTO `maausers` VALUES (1386, 'mvaliveti', 'budugu+bujji', 'Murali Krishna', 'IT Quality Manager\r\nSaudi Hollandi Bank\r\nPO Box 1467\r\nRiyadh 11431', 'Saudi Arabia', 'mvaliveti2@rediffmail.com', '00966503261011', 'Chinnaganjam', 'Bala Subrahmanyam GV', 'g_v_bala@rediffmail.com', 'Gugaon', 'Tarun Krishna', 'tkrishna@anb.com.sa', 'Riyadh', 'Gopi Chander', 'gopigowni@hotmail.com', 'Riyadh', 'Venu Madhav', 'venumadhav_pogaku@yahoo.com', 'Riyadh', 'Muralidhar', 'murali_jupudi@saudiglobalstar.com.sa', 'Riyadh', 0x49207769736820796f7520616c6c2074686520626573742e); INSERT INTO `maausers` VALUES (1387, 'AAAA', 'aaaa', 'AAAA', 'cbvbv', 'India', 'hhdjdjkd@yahoo.com', '', 'fgfg', 'dfgdf', 'hhdjdjkd@yahoo.com', 'dfgdf', 'jbnbn', 'hhdjdjkd@yahoo.com', 'dfgdf', 'jbnbn', 'hhdjdjkd@yahoo.com', 'dfgdf', 'jbnbn', 'hhdjdjkd@yahoo.com', 'dfgdf', 'jbnbn', 'hhdjdjkd@yahoo.com', 'dfgdf', 0x646667646667); INSERT INTO `maausers` VALUES (1388, 'ratnakanth', 'avmkids3', 'Ratna Jagarlamudi', '9051 S. Roberts Road\r\nHickory HIlls, IL 60457', 'United States of America', 'ratnakanthj@yahoo.com', '', 'Repalle', 'abdul Shaik', 'abdul_2008@yahoo.com', 'VA', 'Anurupa', 'anurupa77@yahoo.com', 'IL', 'Siri', 'rsiri18@yahoo.com', 'IL', 'Sreekanth', 'kanth68@yahoo.com', 'IL', 'Surya', 'kommirem@yahoo.com', 'VA', ''); INSERT INTO `maausers` VALUES (1389, 'nadhdk', 'kdnadh', 'Dharmendra', 'Ireland', 'Ireland', 'nadhdk@yahoo.com', '', 'India', 'Srinivas Kondraganti', 'kondraganti@gmail.com', 'Ireland', 'Srinivasa Chakravarthy', 'ms_chakravarthy@yahoo.com', 'Ireland', 'Vidwan Anugu', 'vidwan_a@yahoo.com', 'Ireland', 'kanagala loki', 'kanagala_loki@yahoo.com', 'India', 'Ravindra', 'ravis_ndra@yahoo.com', 'India', ''); INSERT INTO `maausers` VALUES (1390, 'smaddineni', '9srisai', 'Srinivas', '450 abcdef', 'United States of America', 'smaddineni@hotmail.com', '', 'ANDHRA/NARASARAO PET', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', 'none', 'none@none.com', 'none', ''); INSERT INTO `maausers` VALUES (1391, 'prasada reddy', '123456', 'prasadreddy', '4/194 ;g-4 sreeapartments moosapet hyderabad 500018', 'India', 'mprconstructions1@yahoo.co.in', '09440429068', 'kadapa', 'ramana', 'mprconstructions3@yahoo.co.in', 'hyderabad', 'hara', 'bnsingh@yahoo.co.in', 'proddatur', 'ssr', 'ssr_sanepalli@yahoo.co.in', 'kadapa', 'smr', 'smr_sanepalli@yahoo.co.in', 'kadapa', 'mdr', 'mdrmunagala@yahoo.co.in', 'kadapaa', ''); INSERT INTO `maausers` VALUES (1392, 'priya sanjana', 'jupiter', 'priya sanjana', '34, casa bela\r\nalabny -207\r\nauckland -1311\r\nnew zealand', 'New Zealand', 'priyasanjana@yahoo.com', '', 'vijayawada', 'abc', 'abc@yahoo.com', 'maras', 'def', 'def@yahoo.com', 'jupiter', 'ghi', 'ghi@yahoo.com', 'venus', 'jkl', 'jkl@yahoo.com', 'earth', 'mno', 'mno@yahoo.com', 'sky', ''); INSERT INTO `maausers` VALUES (1393, 'chandoo', 'kandula999', 'chandrasekhar', 'Hyderabad', 'India', 'yourschandu@gmail.com', '', 'RJY', 'RAMAIAH', 'rajmi_pillala@yahoo.co.uk', 'Pune', 'Anil Kumar', 'akn_pgn@yahoo.co.uk', 'Hyd', 'sagar', 'sagar_vrs@rediffmail.com', 'hyd', 'Uma sankar', 'uma_pat@yahoo.co.uk', 'bhuvaneswar', 'Eswar', 'lmleswar@yahoo.com', 'vizag', ''); INSERT INTO `maausers` VALUES (1394, 'ravi5222', 'rk133731', 'VENKATA RAVI KUMAR NAKARIKANTI', '#4/7 burns avenue, clayton south, victoria-3169, melbourne,', 'Australia', 'ravi5222@gmail.com', '0061422241437', 'NANDIGAMA-AP-INDIA', 'DASARADH', 'pdkc23@yahoo.com', 'germany', 'cccccc', 'cccccccc@yahoo.com', 'cccc', 'cccccccccc', 'cccccccc@yahoo.com', 'ccccc', 'ccccccccc', 'cccccccc@yahoo.com', 'ccccccc', 'cccccc', 'cccccccc@yahoo.com', 'ccccccc', ''); INSERT INTO `maausers` VALUES (1395, 'lakshmilatha', 'srikar', 'latha', 'A 5-11, Palm Courts\r\nBrick Fields\r\nKL, Malaysia', 'Malaysia', 'lakshmilatha_kangari@yahoo.co.in', '0162667892', 'guntur', 'rajesh', 'kanagari@yahoo.com', 'hyderabad', 'raghavendra', 'sucharag@yahoo.com', 'banglore', 'shivareddy', 'shivareddy_a@yahoo.com', 'malaysia', 'chinnu', 'mostwantedguy_38@yahoo.com', 'hyderabad', 'vissi', 'yvvyu_naidu@yahoo.com', 'guntur', 0x7468616e7820666f7220757220696e7669746174696f6e2e20696c6c20646f206d79206265737420746f206d61612074762e0d0a616c6c20746865206265737420746f207572207465616d2e); INSERT INTO `maausers` VALUES (1396, 'Prabhakar', 'chikita', 'Prabhakar', '350 SRT SR Nagar\r\nHyderabad', 'India', 'prabhakart_ind@yahoo.com', '9440059099', 'Kakinada', 'Ravi', 'ravisisi@hotmail.com', 'chennai', 'Chakri', 'chakkis@rediffmail.com', 'Pune', 'Sunil', 'getsuneel@msn.com', 'USA', 'Venkat', 'pvs_reddy@hotmail.com', 'USA', 'Veeru', 'veeru_addanki@yahoo.com', 'UK', ''); INSERT INTO `maausers` VALUES (1397, 'p_l_sumanth', 'tinku51227', 'Sumanth P.L.', 'Bangalore', 'India', 'sumanth.pl@honeywell.com', '', 'Adoni', 'Zaveed', 'zaveed@rediffmail.com', 'Adoni', 'Suresh', 'madineni.sureshbabu@wipro.com', 'Anantapur', 'Murali', 'murali@sourceedge.com', 'Hindupur', 'Lakshmi', 'laxmi_narayanak@yahoo.co.in', 'Kurnool', 'Kireeti', 'krishna.sivapuram@oracle.com', 'Proddutur', 0x446f6e74206b65657020616c6c20667269656e6473206e616d65206173206d616e6461746f72792e2020497420697320746f6f2069727269746174696e672c20617320746865792075736572206d6179206e6f7420686176652070617469656e636520746f20656e74657220616c6c206e612e0d0a526567617264730d0a2d53756d616e7468); INSERT INTO `maausers` VALUES (1398, 'suhas', 'venkat', 'suhas', '97 prospect st\r\napt 3 stamford CT 06901', 'United States of America', 'suhas_85@yahoo.co.in', '', 'secunderbad', 'phani', 'reachphani@yahoo.com', 'usa', 'chandra', 'chandu517@yahoo.com', 'usa', 'hanuman', 'bbb_prasad@yahoo.com', 'usa', 'kiran', 'suhasmnv@rediffmail.com', 'usa', 'karthik', 'bysanik@yahoo.com', 'india', ''); INSERT INTO `maausers` VALUES (1403, 'Subhash', 'sivamani', 'K.Subhash Chandra', '15, Ratan Babu Road,\r\nCossipore, KOLKATA - 2', 'India', 'subhashatnet@yahoo.com', '03339579582', 'Guntur', 'Bhaskar', 'bhaskar_kakumanu@yahoo.co.in', 'Guntur', 'Srinivas', 'raosreenivas_123@rediffmail.com', 'Guntur', 'Govinda Rao', 'pgrao_chinna@yahoo.com', 'Guntur', 'Prasad', 'prasadictil@yahoo.com', 'Guntur', 'Lakshmi', 'bnlakshmi13@yahoo.co.in', 'Narasaraopet', ''); INSERT INTO `maausers` VALUES (1400, 'anilkumar21b', 'anitha', 'anil', 'nalanda nagar,harika homes,ring road ,guntur\r\nandhra pradesh', 'India', 'anilkumar21b@yahoo.com', '08635530806', 'amaravathi', 'shilpa', 'shilpa1919i9n@yahoo.com', 'guntur', 'anil', 'bakchowdary@yahoo.com', 'hyderabad', 'silpa', 'silpa21@rediffmail.com', 'guntur', 'shruthi', 'chowdaryshruthi@yahoo.com', 'guntur', 'sirisha', 'sirisha_rani2000@yahoo.com', 'guntur', 0x6869); INSERT INTO `maausers` VALUES (1405, 'nchoudary_2000', 'alakaaindia', 'Srinivasu Nidadavolu', 'hyd', 'India', 'nchoudary_2000@yahoo.com', '', 'rajahmundry', 'srinivasu', 'nchoudary_2000@yahoo.com', 'hyd', 'srinivasu', 'nchoudary_2000@yahoo.com', 'hyd', 'srinivasu', 'nchoudary_2000@yahoo.com', 'hyd', 'srinivasu', 'nchoudary_2000@yahoo.com', 'hyd', 'srinivasu', 'nchoudary_2000@yahoo.com', 'hyd', ''); INSERT INTO `maausers` VALUES (1425, 'veerendranath', 'krishna', 'Veerendra Nath', 'Singapore', 'Singapore', 'veerendra@cassis-intl.com', '', 'Tenali', 'Sai', 'sai@transinfo.com.sg', 'Singapore', 'Bhargav', 'bsraj@hotmail.com', 'India', 'Sridhar', 'chitturisridhar@hotmail.com', 'US', 'Shashi', 'shashiji@hotmail.com', 'AUS', 'Kalyan', 'kaylanindia@usa.net', 'Singapore', ''); INSERT INTO `maausers` VALUES (1407, 'kalyanvarma', 'kkv411796', 'Kalyan Varma', '10, glasford street, tooting, london', 'United Kingdom', 'kalyanvarma_k@rediffmail.com', '', 'vizianagaram', 'kishore', 'kishore_l_k@rediffmail.com', 'australia', 'ajay', 'sitaramarajusa@rediffmail.com', 'US', 'Sush', 'lovesmartgirl@yahoo.co.uk', 'india', 'sunil', 'sunilsiva9@yahoo.com', 'UK', 'ravi kiran', 'ravi_chaladhi@yahoo.com', 'UK', ''); INSERT INTO `maausers` VALUES (1408, 'chinniangel', 'shriya', 'sreekanth', 'c/o sree vasavi hostel,halladakeri,mysore-', 'India', 'chinniangel@indiatimes.com', '9886165350', 'pavagada', 'sreeya', 'shreyasreekanth@yahoo.co.in', 'mysore', 'haran', 'hhaaffff@yahoo.co.in', 'birur', 'guptha', 'swetha_haran@yahoo.co.in', 'kadur', 'shriya', 'shriya@ragalahari.com', 'hyderbad', 'shanthi', 'shanthi@cinesouth.com', 'hyderbad', ''); INSERT INTO `maausers` VALUES (1409, 'madhavmanju', 'madhav', 'madhavaram pedarla', '16-H cambridge terrace\r\nhackensach', 'United States of America', 'madhav_ram@yahoo.com', '', 'Hanumanjunction', 'Manjeera', 'maneera_d@yahoo.co.in', 'Guntur', 'Rambabu', 'sukhavasi_r@yahoo.com', 'Hyderabad', 'Radhika', 'devi_jntu@yahoo.com', 'Guntur', 'Swamy', 'swamy_pls@yahoo.com', 'Guntur', 'Prakash', 'hellognana@yahoo.com', 'Chottor', ''); INSERT INTO `maausers` VALUES (1410, 'cmrao7', 'elephant', 'C.Madhavarao', '11?13/537 \r\nyadav nagar\r\nalakapuri\r\nHyderabad 500035', 'India', 'cmrao37@yahoo.com', '24034462', 'Hyderabad', 'tirumal', 'airwarior_2020@yahoo.com', 'india', 'ranjee', 'ranjeeonline@yahoo.com', 'usa', 'chinna', 'tirumal_11@yahoo.com', 'india', 'raghu', 'ragu_raguam@rediffmail.com', 'india', 'naresh', 'naresh2chanti2@yahoo.com', 'india', 0x706c6561736520696e636c75646520736f6d65206465766f74696f6e616c206d7573696320616c736f20696e20796f75722077656273697465); INSERT INTO `maausers` VALUES (1411, 'jallipallik', 'jkr007', 'krishna rao jallipalli', 'h.no.5-28-2, opp: golden towers, 4/12, brodipet,guntur 522002', 'India', 'jallipallik@sify.com', '08632321248', 'guntur', 'krish', 'krish7777@sify.com', 'guntur', 'xx', 'xx@sify.com', 'xx', 'xx', 'xyz@sify.com', 'xx', 'xx', 'abc@sify.com', 'xx', 'xx', 'yzx@sify.com', 'xx', 0x77697368696e6720616c6c207468652062657374); INSERT INTO `maausers` VALUES (1412, 'kishore reddy', 'reddir', 'kishore reddy', 'kurnool\r\nnh nagar\r\n40-809/5', 'India', 'tvkkkreddy@rediffmail.com', '9440121433', 'kurnool', 'hari', 'hari@rediffmail.com', 'kurnool', 'ram', 'ram123@rediffmail.com', 'knl', 'giri', 'giri234@rediffmail.com', 'knl', 'raj', 'raju@yahoo.com', 'hyd', 'priya', 'priya343@rediffmail.com', 'hyd', ''); INSERT INTO `maausers` VALUES (1413, 'knkishor', 'change', 'nandakishor k', '200, 13th c main, gokula I stage,I phase, Mathikere\r\nBangalore-54', 'India', 'nandakishork@canbank.co.in', '', 'Adoni. Andhra pradesh', 'gadepalli praveen', 'gadepallip@yahoo.com', 'U.S.A', 'haricharandesai', 'haricharandesai@yahoo.com', 'Chennai', 'Swapnakulkarni', 'swapna11@yahoo.com', 'chennai', 'sudheer', 'ksudheer77@yahoo.com', 'Singapore', 'sreeram', 'sreeramk@yahoo.com', 'Bangalore', 0x416c6c207468652076657279206265737420666f7220796f7572206566666f72742e57652077696c6c20616c7761797320626520746865726520746f20737570706f727420796f752e20204d6161206872756468617961706f6f7276616b612073756268616b616e6b7368616c75); INSERT INTO `maausers` VALUES (1414, 'hhprasad', 'sudha5', 'hariharaprasad', '203 alkapuri main raod,\r\nHydearabad 35', 'India', 'hhprasad@yahoo.com', '', 'proddatur', 'ratnam', 'surapaneni24@yahoo.com', 'vijayawada', 'naryana murthy', 'naryanamurthy@yahoo.com', 'abha', 'pg rao', 'pgrao@yahoo.com', 'kakinada', 'raghavaiah', 'raghavaiah@yahoo.com', 'kakinada', 'venugopal', 'venugopal@yahoo.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1415, 'sindhu', 'abcdef', 'sindhu', '4-20-52\r\nguntur', 'India', 'sindhuravi2002@yahoo.com', '', 'guntur', 'archana bellamkonda', 'saidolly@yahoo.com', 'chicago', 'kishore', 'nanda_ede@yahoo.com', 'detroit', 'niranjan', 'renati_n@yahoo.com', 'bangalore', 'himabindu', 'ramkibindu@yahoo.com', 'us', 'rajiv', 'rajiv.sashank@gmail.com', 'chicago', 0x476f6f642e2e2e); INSERT INTO `maausers` VALUES (1416, 'ranga_clx', 'perala', 'ranga', 'Hyderabad', 'India', 'ranga_clx@yahoomail.com', '9848777871', 'Chirala', 'murali', 'murali_muralikrishna@yahoo.com', 'chirala', 'prasad', 'g_nagaprasad@yahoo.com', 'chirala', 'srinu', 'sri_9_29@yahoo.co.in', 'podili', 'moses', 'mosy_done@yahoo.com', 'chirala', 'vijay', 'vijaykkiran@yahoo.com', 'chirala', ''); INSERT INTO `maausers` VALUES (1417, 'sriram_02', 'tenali', 'sriram', 'sriram.p\r\nvisakhapatnam-2', 'India', 'coolsriram_02@yahoo.com', '9849102805', 'Tenali', 'sirish', 'bindas_hero@yahoo.co.in', 'visakhapatnam', 'soumithra', 'soumitra_bhuyan@yahoo.co.in', 'Bangalore', 'suresh', 'sureshkalyanam@yahoo.co.in', 'Hyderabad', 'Malli', 'mallik_bhrma@yahoo.com', 'Hyderabad', 'Ravi', 'reach_nraviravin@yahoo.co.in', 'Bangalore', 0x69742773206973207665727920676f6f64); INSERT INTO `maausers` VALUES (1418, 'raje', 'ramana', 'rajesh padavala', '82(a)\r\ngage street\r\nfirle', 'Australia', 'raje_soujanya@yahoo.co.in', '0414541052', 'ponnur', 'nataraj', 'nataraz_aryan@yahoo.com', 'sydney', 'varma', 'varma143@yahoo.com', 'adelaide', 'raj', 'raj@yahoo.com', 'england', 'praveen', 'praveen81@yahoo.com', 'greenwich', 'soujanya', 'sou83@yahoo.com', 'u.s.a', ''); INSERT INTO `maausers` VALUES (1419, 'sudhakar', 'hariom', 'sudhakar', 'plot # 47 \r\nshivbagh colony \r\nAmeerpet Hyderabad', 'India', 'psudhakarchowdary@rediffmail.com', '', 'Nellore', 'ranjit', 'ranjitmaddipatla@yahoo.com', 'Tirupathi', 'sambha', 'samba_chava25@yahoo.com', 'nalgonda', 'sandeep', 'chowdary_2000_in@yahoo.com', 'hyderabad', 'rajesh', 'mr_reddy33@yahoo.com', 'kurnool', 'amar', 'amarbkrishna@yahoo.com', 'guntur', ''); INSERT INTO `maausers` VALUES (1420, 'ravikiran2000', 'manjusha', 'RaviKiran', '#27/B1,Reddy Buildings,\r\nSBM Colony,Mathikere,\r\nBangalore-54', 'India', 'ravikirantummala2000@yahoo.co.in', '', 'Gudivada', 'MadhuSmitha', 'smitha_choudhary@rediffmail.com', 'Bangalore', 'Koteswararao', 'koteswararao18@yahoo.com', 'Bangalore', 'venkateswarlu', 'venky_valla@yahoo.co.in', 'Bangalore', 'Anitha', 'anitha238@yahoo.co.in', 'Hyderabad', 'Anil', 'anilkurapati@yahoo.co.in', 'Hyderabad', ''); INSERT INTO `maausers` VALUES (1421, 'sreemam', 'rukmini', 'sreenivas', '1620 ivy meadow dr', 'United States of America', 'sreemam@rediffmail.com', '', 'Ongole', 'chandu', 'ichandu@rediffmail.com', 'hyderabad', 'chandu', 'ichandu@rediffmail.com', 'hyderabad', 'chandu', 'ichandu@rediffmail.com', 'hyderabad', 'chandu', 'ichandu@rediffmail.com', 'hyderabad', 'chandu', 'ichandu@rediffmail.com', 'hyderabad', ''); INSERT INTO `maausers` VALUES (1422, 'nkbezawada', 'kumar1977', 'Naresh Kumar Bezawada', '56, dash wood rd\r\noxford', 'United Kingdom', 'nkbezawada@yahoo.com', '00447795066078', 'Ongole', 'Donna', 'dmwood_bnk@yahoo.com', 'Oxford', 'Anil', 'akbezawada@yahoo.co.in', 'Hyderabad', 'Tracey', 'tawood_dmw@yahoo.co.uk', 'Oxford', 'Naresh', 'bezawadan@hotmail.com', 'Aberdeen', 'Srinadh', 'srinadh77@yahoo.com', 'Africa', ''); INSERT INTO `maausers` VALUES (1423, 'seshakishore', 'sindhusha', 'sesha kishore', '49-39-15\r\nvizag', 'India', 'seshakishore@yahoo.com', '', 'vizag', 'xxxxxxxxxxxx', 'xx@hotmail.com', 'xx', 'yyyyyyyyyyyy', 'yy@yahoo.com', 'yyyy', 'zzzzzzzzzzz', 'zz@yahoo.com', 'zzzzz', 'jjjjjjjjj', 'ff@yahoo.com', 'kkkk', 'jjjkkkkkkk', 'kkk@yahoo.com', 'jjj', '');