Advertisement
Faisal1337

JIS Universty

Aug 13th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 194.72 KB | None | 0 0
  1. CREATE TABLE `course` (
  2. `course_id` int(11) NOT NULL AUTO_INCREMENT,
  3. `course_name` varchar(1000) DEFAULT NULL,
  4. `school_id` int(14) DEFAULT NULL,
  5. `grade` int(11) NOT NULL,
  6. PRIMARY KEY (`course_id`)
  7. ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
  8.  
  9. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('1', 'B.Sc. (After Class 10 + 2)', '1', '1');
  10. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('2', 'M.Sc. (After Graduation)', '1', '2');
  11. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('3', 'Ph.D (After Post Graduation)', '1', '4');
  12. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('4', 'B.Sc. (After Class 10 + 2)', '2', '1');
  13. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('5', 'M.Sc. (After Graduation)', '2', '2');
  14. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('6', 'Ph.D (After Post Graduation)', '2', '3');
  15. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('7', 'B.Sc. (After Class 10 + 2)', '3', '1');
  16. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('8', 'M.Sc. (After Graduation)', '3', '2');
  17. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('9', 'Ph.D (After Post Graduation)', '3', '3');
  18. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('10', 'Integrated BCA - MCA (After Class 10 + 2)', '4', '1');
  19. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('11', 'MCA (After Graduation)', '4', '2');
  20. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('12', 'Ph.D (After Post Graduation)', '4', '3');
  21. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('13', 'B.Sc. (After Class 10 + 2)', '5', '1');
  22. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('16', 'Integrated BBA - LLB (Hons.) (After Class 10 + 2)', '6', '1');
  23. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('17', 'LLB (After Graduation)', '6', '2');
  24. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('18', 'B.A. (After Class 10 + 2)', '7', '1');
  25. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('20', 'Integrated BBA - MBA (After Class 10 + 2)', '8', '1');
  26. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('22', 'MBA (After Graduation)', '8', '2');
  27. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('24', 'Ph.D. (After Post Graduation)', '8', '3');
  28. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('30', 'B.Sc. (After Class 10 + 2)', '9', '1');
  29. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('31', 'B.Ed (Proposed)', '10', '2');
  30. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('32', 'Integrated B.Ed - M.Ed (Proposed)', '10', '0');
  31. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('33', 'MBA (After Graduation)', '9', '2');
  32. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('34', 'M.Sc. (After Graduation)', '9', '2');
  33. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('36', 'B.Tech (After Class 10 + 2 )', '11', '1');
  34. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('37', 'M.Tech (After B.Tech)', '11', '2');
  35. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('38', 'B.A (After Class 10 + 2 )', '5', '1');
  36. INSERT INTO `course` (`course_id`, `course_name`, `school_id`, `grade`) VALUES ('39', 'B.Pharm (After 10+2)', '12', '1');
  37. CREATE TABLE `email` (
  38. `email_id` int(11) NOT NULL AUTO_INCREMENT,
  39. `email` text NOT NULL,
  40. `email_updated_date` datetime NOT NULL,
  41. `email_status` int(11) NOT NULL DEFAULT '0',
  42. `email_message` text NOT NULL,
  43. `email_name` text NOT NULL,
  44. PRIMARY KEY (`email_id`)
  45. ) ENGINE=MyISAM AUTO_INCREMENT=235 DEFAULT CHARSET=latin1;
  46.  
  47. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('3', 'nirmalya@hashlive.com', '2015-04-30 13:28:42', '0', '', '');
  48. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('2', 'nirmalya@hashlive.com', '2015-04-30 12:30:43', '0', '', '');
  49. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('4', 'nirmalya@hashlive.com', '2015-04-30 13:31:31', '0', '', '');
  50. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('5', 'subhadeep.satpathi@gmail.com', '2015-04-30 13:34:28', '0', '', '');
  51. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('6', 'nirmalyatlst89@gmail.com$name=nirmalya$message=date and get notices about our new releases!', '2015-04-30 15:18:19', '0', '', '');
  52. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('7', 'nirmalyatlst89@gmail.com', '2015-04-30 15:20:47', '0', '', '');
  53. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('8', 'nirmalyatlst89@gmail.com', '2015-04-30 15:21:45', '0', '', '');
  54. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('9', 'nirmalya@hashlive.com', '2015-04-30 15:23:16', '0', 'mailing list to stay up to date and get notices about our new releases!', 'Nirmalya');
  55. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('10', 'rafikul@hashlive.com', '2015-04-30 15:25:50', '0', 'JIS University\nAgarpara Kolkata:700 109\nCorporate Office-Admission Enquiry', 'rafikul');
  56. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('11', 'shubhankar@gmail.com', '2015-05-04 15:11:22', '0', 'Hello Shubhankar', 'nirmalya');
  57. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('12', 'nirmalya@hashlive.com', '2015-05-20 18:00:51', '0', 'Nirmalya Kundu', 'nirmalya');
  58. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('13', 'nikitabanerjee2@gmail.com', '2015-06-19 15:32:08', '0', 'I am trying to fill the on line form for application for associate professor since many days, but could not able to fill it completely as every time it prompts as \"Please enter name in correct format\", though I have tried my times but unable to fill it. Kindly help me in this context.\nRegards\nDr. Nikita Banerjee', 'Dr. Nikita Banerjee');
  59. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('14', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  60. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('15', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  61. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('16', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  62. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('17', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  63. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('18', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  64. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('19', 'royankita97@gmail.com', '2015-06-20 15:29:01', '0', 'Dear Sir/ Madam,\nI wanted some information regarding your university for admission with BBA.\nFirstly, is JIS University autonomous or does it work in collaboration with WBUT/CU?\n\nSecondly, could I get a link to your academic calender? I cannot seem to find it on your website. In case there is no academic calender as such could I please get the following information?\n 1) First sem. exam starting date.\n 2) Second sem. exam starting date .\n 3) Second sem. result declaration date.\n\nFinally, when is the last date for application?\n\nLooking forward to a reply.\nThank you.', 'Ankita C. Roy');
  65. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('20', 'prabio@gmail.com', '2015-06-21 15:49:39', '0', 'Hi,\nI would like to introduce myself, I am Pradeep Kumar a Biotech expert and a promoter of a Biotech Company at Kolkata doing projects in Environment Management. \n\nWe are looking for collages with biotech dept. for setting up Incubation Centers and European Technology Experience Centre for technology and knowledge sharing platform for Students and Entrepreneurship development.\n\nI am associated with Dept,of Biotech Govt,of India and various international organizations on Biotechnology sectors.\n\nIf interested , contact me at prabio@gmail.com\n\nBest Regards,\n\nPradeep Kumar \n', 'Pradeep Kumar');
  66. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('21', 'prabio@gmail.com', '2015-06-21 15:49:43', '0', 'Hi,\nI would like to introduce myself, I am Pradeep Kumar a Biotech expert and a promoter of a Biotech Company at Kolkata doing projects in Environment Management. \n\nWe are looking for collages with biotech dept. for setting up Incubation Centers and European Technology Experience Centre for technology and knowledge sharing platform for Students and Entrepreneurship development.\n\nI am associated with Dept,of Biotech Govt,of India and various international organizations on Biotechnology sectors.\n\nIf interested , contact me at prabio@gmail.com\n\nBest Regards,\n\nPradeep Kumar \n', 'Pradeep Kumar');
  67. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('22', 'neeti.geol@gmail.com', '2015-06-22 11:54:52', '0', 'what are the requirements for the post of assistant professor of geology', 'neeti mandal');
  68. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('23', 'asmchakra@yahoo.com', '2015-06-22 15:36:45', '0', 'What is total course fee for MSC Geology, have any prospectus in website', 'Bristi Chakraborty');
  69. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('24', 'arupdebnathkolkata@gmail.com', '2015-06-24 11:48:00', '0', 'Dear Sir / Madam, I want to be intimated regarding all the particulars of your 3-Year LLB Programme including Eligibility, Screening ', 'Arup Debnath');
  70. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('25', 'subhradatta7@gmail.com', '2015-06-24 12:55:02', '0', 'please let me know the eligibility criteria as well as course fee for admission in integrated bsc msc in microbiology', 'subhra datta');
  71. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('26', 'psoumitra@ymail.com', '2015-06-24 22:43:14', '0', 'For appointment as Faculty', 'Soumitra Paul');
  72. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('27', 'aveekchoudhury.1983@gmail.com', '2015-06-24 23:03:44', '0', 'Hi, \nI am an engineer (B.Tech). I graduated in 2006 and thereafter worked in TCS from 2006-2009. I left it to study Animation ', 'Aveek Choudhury');
  73. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('28', 'hbaruamu@gmail.com', '2015-06-27 11:26:32', '0', 'I have applied for the post of Professor of Geology (Id:jis-370523), expecting information.', 'Dr. Harendra Nath Bhattacharya');
  74. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('29', 'pgs24s@gmail.com', '2015-07-01 19:19:06', '0', 'Pls give me details of LLB of 3years including course fees etc and process of admission ', 'Ajmatulla Molla ');
  75. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('30', 'manishkumar_goyal@yahoo.co.in', '2015-07-02 17:23:56', '0', 'I am qualified Chartered accountant aged about 33 years. I want pursue LLB 3 Years Course. Please send the admission eligibility criteria and Course Prospectus.\n\nThanking You', 'MANISH KUMAR GOYAL');
  76. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('31', '25amitava@gmail.com', '2015-07-06 01:37:50', '0', 'I have lost my JIS ID of the M.SC admission form can you please resend it.', 'swarnali das');
  77. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('32', 'crjswarnali@gmail.com', '2015-07-06 01:39:41', '0', 'I have lost my JIS ID of the M.SC admission form can you please resend it .....', 'Swarnali Das');
  78. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('33', 'ramkrishna.pal95@gmail.com', '2015-07-08 11:01:29', '0', 'I want to know the total no of faculty and their designation for physics both of P.G and integrated M.Sc and P.hD, and the total no. of seats for physics both of P.G and integrated M.Sc and P.hD, ', 'Ramkrishna Pal');
  79. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('34', 'sumonide11@gmail.com', '2015-07-11 15:10:18', '0', 'What is the course fee for integrated m.sc in physics', 'Monika sadhukhan');
  80. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('35', 'anukulm20@gmail.com', '2015-07-11 17:42:53', '0', 'Sir, amar papers for phd booked on 07/07/2015 11:59:36 KANDI H.O ', 'anuku mandal');
  81. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('36', 'ckdgeo@gmail.com', '2015-07-14 09:29:39', '0', 'What is the fees structure for PhD in geography?', 'C K Das');
  82. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('37', 'riju1212@gmail.com', '2015-07-14 13:07:16', '0', 'I have 40% in Graduation(Gen Category)..Can I do LLB 3 YEARS?', 'Tirtha Dutta Biswas');
  83. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('38', 'c.anushka2015@gmail.com', '2015-07-14 22:55:30', '0', ' I APPLIED ONLINE AND JIS-875367 IS MY APPLICATION NO.. BUT I DIDNT GET ANY CONFORMATION IN MY EMAIL ID AS WAS SAID.', 'ANUSHKA CHAKRABORTY');
  84. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('39', 's.sangaydorji@gmail.com', '2015-07-16 12:41:04', '0', 'I wanted to get in touch with the Head of the School of Hospitality. Preferably email address please. ', 'Sangay Dorji');
  85. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('40', 'mitra.sandeep9@gmail.com', '2015-07-17 10:49:06', '0', 'Please provide me some details about PhD admission process, criteria, sessions, fees and if any stipend/scholarship available', 'Sandip Mitra');
  86. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('41', 'sachitra07@gmail.com', '2015-07-17 14:28:20', '0', 'Dear Sir,\nWith due respect I would like to draw your humble attention that I would like to take admission in MBA (HR) as a SARRC (Bangladesh) student. Please send me the MBA Admission letter for student visa processing in India embassy in bangladesh . \n\nYour prompt response will be highly appreciable. \n\nThanking you. \n\nYours truly,\nSachitra Baidya\nDOB-- 01/FEB/1980\n 8801730042646\n', 'Sachitra Baidya');
  87. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('42', 'subhasis65@yahoo.co.in', '2015-07-17 15:07:12', '0', 'LIKE TO HAVE YOUR E-MAIL ADDRESS FOR SENDING BIODATA', 'PROF DR SUBHASIS BOSE');
  88. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('43', 'adityadas601@gmail.com', '2015-07-17 20:18:25', '0', 'what is the qualification required for admisson into PhD in Microbiology?Is it compulsory to appear for UGC NET?', 'ADITYA DAS');
  89. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('44', 'reflexpatel9493@gmail.com', '2015-07-21 03:45:47', '0', 'is further admissions is going on for m.sc biotechnology after spot counsellings. is any seat vacant plzz contact me on reflexpatel9493@gmail.com', 'NIPUN');
  90. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('45', 'deyshuvraige@gmail.com', '2015-07-21 15:44:51', '0', 'I want to know all details about Phd.', 'Shuvra Dey');
  91. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('46', 'avijitmitra11@gmail.com', '2015-07-24 17:20:56', '0', '\nI have complected my B.TECH in Electrical Engineering from WBUT in 2005 and M.TECH in Electrical Engineering from Karnataka State Open University (KSOU) in 2014. My B.TECH percentile is 7.87 and M.TECH percentage is 70% . \n\nI have 10 years working experience . Now I am working in VOLTAS LTD , as SR. ELECTRICAL DESIGN ENGINEER . \n\nI want to pursue PHD in ELECTRICAL ENGINEERING as a working professional .\n\nKindly guide me for the procedure along with the course free . . \n\n\n\n-- \nThanks ', 'AVIJIT MITRA');
  92. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('47', 'anamika.shil26@gmail.com', '2015-07-24 19:12:47', '0', 'is this university a ugc recognised university???tell me your regognition nd approvals details.', 'anamika shil');
  93. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('48', 'jhumanandi94@gmail.com', '2015-07-25 16:29:34', '0', 'i want to know about the fees structure of 2 years m.sc in physics in cluding admission fees ', 'jhuma nandi');
  94. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('49', 'agnishwarn@gmail.com', '2015-07-25 19:22:40', '0', 'Dear,\nI want to get admission in P.h.D program. I need to know the tuition fees structure of the university. Please inform me as early as possible.', 'Agnishwar Nath');
  95. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('50', 'yc.ccpc@gmail.com', '2015-07-27 08:53:45', '0', 'I want to know about PhD program in management or Marketing of jis university for bangladeshi students like-admission requirement duration credit transfer course fee etc.', 'M M Yousuf Chowdhury');
  96. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('51', 'sujay.math92@gmail.com', '2015-07-27 22:52:06', '0', 'Dear Sir, \n I am writing to apply for the position of Assistant Professor as recently advertised on indeed.com.\nAs a recent Master of Philosophy (Applied Mathematics major) graduate, I am looking forward to applying my skills in a teaching profession. I am a hardworking, enthusiastic person and would be thrilled to work for your institute given its exemplary reputation for quality and innovation.\nSince graduating I have gained the experience as hosting some programs and educational stage. Even some time it’s a personal experience to teach others. It has been a wonderful experience working within this small but innovative system.\nI am also proficient in using computer programs and have good report writing skills as I have learned so many computer courses in the masters degree. I work well as a member of a team but am also confident in assuming responsibility for tasks autonomously. Through my previous work, I have gained excellent communication and interpersonal skills, along with the ability to solve problems and handle challenging situations.\nI have tried many time to send a application. but every time it replies with an error on the site. I have also apply for the same earlier but i got no reply till now.\nI would welcome the opportunity to discuss this application with you further, and look forward to hearing from you.\nYours sincerely\n', 'SUJAY MAJEE');
  97. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('52', 'bethpanday@yahoo.co.in', '2015-07-28 01:44:14', '0', 'What is your fees structure?', 'Beth Panday');
  98. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('53', 'stonchip3@gmail.com', '2015-07-28 10:52:43', '0', 'I am a student of geography with m.phil. in regional development and have qualified ugc-jrf fellowship. Can I elegible for getting admission to phd to your institution and getting fellowship from UGC? please confirm me. thanks with regards.', 'ABHIJIT SASMAL');
  99. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('54', 'swasati22@rediffmail.com', '2015-07-28 20:07:01', '0', 'Sir/Madam\nThis is in reference to your advt for positions of Assistant Prof and others in Various discipline.\nI have applied against the advt and was allotted application id ;JIS-539374.I would like to know the status of my application.\nLooking forward to a prompt reply.\nBest Wishes\nSwasati', 'Dr Swasati Adhikary');
  100. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('55', 'ajoyghosh5@gmail.com', '2015-07-28 22:12:19', '0', 'I want to take admission in Ph.D in chemistry.kindly tell me about the procedure,eligibility, course fees etc in detail', 'Ajoy Ghosh');
  101. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('56', 'ajoyghosh5@gmail.com', '2015-07-28 22:12:19', '0', 'I want to take admission in Ph.D in chemistry.kindly tell me about the procedure,eligibility, course fees etc in detail', 'Ajoy Ghosh');
  102. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('57', 'ajoyghosh5@gmail.com', '2015-07-28 22:12:20', '0', 'I want to take admission in Ph.D in chemistry.kindly tell me about the procedure,eligibility, course fees etc in detail', 'Ajoy Ghosh');
  103. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('58', 'ajoyghosh5@gmail.com', '2015-07-28 22:12:20', '0', 'I want to take admission in Ph.D in chemistry.kindly tell me about the procedure,eligibility, course fees etc in detail', 'Ajoy Ghosh');
  104. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('59', 'avrajit@tenacioustechies.com', '2015-07-28 22:30:14', '0', 'Dear sir,\n After Australia, Cambodia, Dubai, Gujrat ', 'tenacious techies');
  105. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('60', 'low.hossain@gmail.com', '2015-07-29 01:19:12', '0', 'Hello, I am from Bangladesh. I want to get admission here for undergraduate. When is the last date of admission? And will there be any problem if I join classes 2 months later?', 'Arafat');
  106. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('61', 'low.hossain@gmail.com', '2015-07-29 01:19:12', '0', 'Hello, I am from Bangladesh. I want to get admission here for undergraduate. When is the last date of admission? And will there be any problem if I join classes 2 months later?', 'Arafat');
  107. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('62', 'low.hossain@gmail.com', '2015-07-29 01:19:12', '0', 'Hello, I am from Bangladesh. I want to get admission here for undergraduate. When is the last date of admission? And will there be any problem if I join classes 2 months later?', 'Arafat');
  108. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('63', 'agarwal.deepakkr@gmail.com', '2015-07-29 21:00:54', '0', 'LLB Course I m MBA Finance CS - Inter B. Com (Hons) let me know the the details', 'DEEPAK KUMAR AGARWAL');
  109. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('64', 'ghosaljoydip@gmail.com', '2015-07-30 11:18:17', '0', 'Applying for Assistant Professor job. Attached the cv.\nJOYDIP GHOSAL\nBA (Hons.), MA, LL.M, UGC-NET (Law)\nDate of birth: 08.01.1979\n  Address: 56/21, M. N. Sen Lane, \n                                                                                                           Kolkata-700040\n Telephone: 033-24286717\n Mobile: 9674584587\n      Email: ghosaljoydip@gmail.com\n \nObjective: To be a part of an educational institution which offers knowledge and career prospect, and where in I can contribute with my skills towards achieving institution’s goal with my knowledge.\n \nACADEMIC CREDENTIALS\n\nExamination\nUGC- NET\nSubject\nLaw\nPaper I\n80%\nPaper II\n46%\nPaper III\n74.62%\nTotal\n68%\nYear\nJune, 2012\n\n\nExamination\nLL.M\nSpecialization\nBusiness Law\nPart I\n55%\nPart II\n59.5%\nTotal\n57.25%\nYear\n2011\nThe University\nBurdwan\n\nExamination\nAdvisor Module\nAcademy\nNSE\nProgram\nAMFI\nPercentage\n58.25%\nYear\n2008\nCentre\nKolkata\n\nExamination\nLL.B\nPart I\n60.66%\nPart II\n58.66%\nPart III\n59.3%\nTotal\n59.6%\nYear\n2007\nThe University\nBurdwan\n\nExamination\nM A\nSubject\nBengali Literature \nPart I\n47.75%\nPart II\n44.75%\nTotal\n46.25%\nYear\n2004\nThe University\nBurdwan\n\nExamination\n BA (Hons)\nBA (Pass)\n BA (Pass)\nSubject\nBengali Literature\nEnglish\nGeography\nPart I\n58%\n63%\n51%\nPart II\n45%\n38%\n57%\nTotal\n51%\n49%\n54.66%\nYear\n2002\n\nThe University\nBurdwan\n\nExamination\nHigher Secondary\nStream\nScience\nPercentage\n56.7%\nYear\n1999\nBOARD\nWBCHSE\n\nExamination\nSecondary\nPercentage\n55.6%\nYear\n1995\nBOARD\nWBBSE\n\n\n        \n TEACHING EXPERIENCE\n\n Guest Lecturer at Surendranath Law College (Kolkata) since March, 2013.\n Subjects taught: Indian Contract Act; Partnership Act; Companies Law; Banking Law; Insurance Laws.\n\n\nRESEARCH EXPERIENCE\n \nPursuing Ph D from WB NUJS, Kolkata since September, 2013.\nArea of Research Work: Expanding Trends and New Challenges to Freedom of Expression in India.\nName of the Supervisor: Prof. (Dr.) TVGNS Sudhakar.\n\nPUBLICATIONS\n\n1. Growth and Development of Empirical Legal Research; published in Law Mantra Journal; Vol. 1, Issue 7, March 2014; ISSN: 2321-6417.\n2. An analysis of Law of Sedition and its Impact on Freedom of Expression; published in Journal of Legal Analysis and Research; Vol. 1, Issue 1, March 2014; ISSN: 2348-456X.\n3. Book Review: Freedom of Speech by Eric Barendt; Oxford University Press, 2nd Edition, 2005; published in International Journal of Law and Legal Jurisprudence Studies; Vol. 1, Issue 3, June 2014; ISSN: 2348-8212.\n4. An Essay on the Expanding Trends and New Challenges to Freedom of Expression in India; Published in International Journal of Humanities and Social Science Invention; Vol. 3, Issue 6, June 2014; e-ISSN: 2319 – 7722; p-ISSN: 2319 – 7714.\n5. Colonisation, Capitalist Development and the Tribal Rights in Forest; published in The Lex Warrier online law journal; posted on July 20, 2014; ISSN: 2319-8338.\n6. Book Review: Freedom of Speech by Eric Barendt; published in The Consentia on Multidisciplinary Research; posted on July 13, 2014; ISSN: 2347-9922.\n7. Colonistaion, Capitalist Development and the Tribal Rights in Forest; published in International Journal of Physical and Social Sciences; Vol. 4, Issue 9, September 2014; ISSN: 2249-5894.\n8. The Tribals in India and their Rights in Forest: An Evaluation; published in Indian Journal of Legal Philosophy; Vol. 2, Issue 4(1), December 2014; ISSN: 2347-4963.\n9. International Law on Environmental Jurisprudence in India; published in World Journal on Juristic Polity; Vol. 1, Number 1, February 2015; ISSN: 2394-5044.\n10. From To Punish To Not To Punish: Attempt to Commit Suicide; published in Edulight Journal; Vol. 4, Issue 7, May 2015; ISSN: 2278-9545.\n\nWORKSHOP\n\n\n\n\n \n\n ', 'JOYDIP GHOSAL');
  110. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('65', 'nibir1952@gmail.com', '2015-07-31 15:47:55', '0', 'I am from Bangladesh. I want to get my admission in PhD in Management program in your university. As i am from Bangladesh I want your kind help and guidance.my mobile no is 01711488591', 'Nibir Hasan');
  111. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('66', 'agnishwarn@gmail.com', '2015-07-31 16:34:12', '0', 'I want to study in JIS University in PHD program. I have applied for the post but still have not received any feedback. My Application Id-266214.', 'Agnishwar Nath');
  112. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('67', 'agnishwarn@gmail.com', '2015-07-31 16:34:12', '0', 'I want to study in JIS University in PHD program. I have applied for the post but still have not received any feedback. My Application Id-266214.', 'Agnishwar Nath');
  113. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('68', 's.sangaychodendorji@gmail.com', '2015-07-31 18:27:58', '0', 'dear sir or madam,\n\nCan you please send me the fees structure of civil engineering as i want to join in your college.', 'sangay');
  114. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('69', 'nibir1952@gmail.com', '2015-08-03 17:35:56', '0', 'I am from Bangladesh. I want to admit myself in PhD in Management.\nI want your kind help. Please help me.', 'Md. Nibir Hasan');
  115. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('70', 'sudipabiswas69@gmail.com', '2015-08-03 21:27:39', '0', 'i want to know, total fees for phd in computer application and duration of the course', 'sudipa biswas');
  116. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('71', 'sudipabiswas69@gmail.com', '2015-08-03 21:30:07', '0', 'i want to know, total fees for phd in computer application and duration of the course', 'sudipa biswas');
  117. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('72', 'sudipabiswas69@gmail.com', '2015-08-03 21:30:02', '0', 'i want to know, total fees for phd in computer application and duration of the course', 'sudipa biswas');
  118. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('73', 'sudipabiswas69@gmail.com', '2015-08-03 21:31:26', '0', 'i want to known that total course fees of full time phd in computer application ', 'sudipa biswas');
  119. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('74', 'sudipabiswas69@gmail.com', '2015-08-03 21:31:41', '0', 'i want to known that total course fees of full time phd in computer application ', 'sudipa biswas');
  120. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('75', 'sudipabiswas69@gmail.com', '2015-08-03 22:01:26', '0', 'i want to known that what is the total course fees for phd in computer application ', 'sudipa biswas');
  121. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('76', 'sudipabiswas69@gmail.com', '2015-08-03 22:01:26', '0', 'i want to known that what is the total course fees for phd in computer application ', 'sudipa biswas');
  122. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('77', 'sudipabiswas69@gmail.com', '2015-08-03 22:01:29', '0', 'i want to known that what is the total course fees for phd in computer application ', 'sudipa biswas');
  123. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('78', 'sudipabiswas69@gmail.com', '2015-08-03 22:02:33', '0', 'i want to known that what is the total course fees for phd in computer application ', 'sudipa biswas');
  124. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('79', 'jijualexander003@gmail.com', '2015-08-04 13:42:28', '0', 'Dear Sir,\nThis is on behalf of Wings Interactive Pvt Ltd you are receiving the mail. We have launched smart learning solutions students across the globe for courses which helps on easy learning. We provide offline contents for institutions on request after satisfied demo on our website from management of the schools. \nWebsite: www.wingslive.com, www.wings2schools.com\nWe will be updating the contents of linguistic skills on languages like German, Spanish, etc. Its made sure that after completion of courses provided the students are capable of facing any interviews and tests for their job purposes/career growth. As it is offline the requirement of internet connection is hardly required. Request to visit our website to have a free demo. We are open for feedback from your end.\nHope to hear from you soon.\n\nRegards,\nJiju Alexander\nWeb: www.wingslive.com/ www.wings2schools.com\nMail: jijualexander003@gmail.com\nMob: 918891022008\n', 'Jiju Alexander');
  125. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('80', 'shreyasidebnathnaturalist@gmail.com', '2015-08-07 00:44:22', '0', 'Would kindly inform me about M.Sc. Math course fee for the total academic period of 2 years including admission fee and hostel charge. How many permanent teachers are there in the dept.', 'Shreyasi Debnath');
  126. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('81', 'sudipabiswas69@gmail.com', '2015-08-08 22:10:15', '0', 'what is the total fees for p.hd in computer application? ', 'pampa');
  127. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('82', 'sdsubhoruth52@gmail.com', '2015-08-09 16:49:22', '0', 'Sir/ Madam \nI have graduated with the degree in B.Sc Microbiology this year, July from Guru Nanak Institute of Pharmaceutical Science and Technology, Panihati under JIS Group.I am interested to know about the fees structure for M.Sc in Microbiology (2 years course) in your university.\n', 'Subhashree Das');
  128. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('83', 'malaybag38@gmail.com', '2015-08-09 22:28:53', '0', 'I WANT TO TAKE ADMISSION IN PHD COURSE', 'MALAYENDU SAHA');
  129. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('84', 'sudipabiswas69@gmail.com', '2015-08-18 10:27:30', '0', 'time duration for p.hd in computer application.what is the course fees for this course?', 'sudipa biswas');
  130. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('85', 'bainparichay06@hotmail.com', '2015-08-18 14:44:10', '0', 'I want to know about the fee structure of M.Sc. in Physics co9urse', 'PARICHAY BAIN');
  131. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('86', 'bainparichay06@hotmail.com', '2015-08-18 14:44:10', '0', 'I want to know about the fee structure of M.Sc. in Physics co9urse', 'PARICHAY BAIN');
  132. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('87', 'sudipabiswas69@gmail.com', '2015-08-19 21:20:29', '0', 'total fees for p.hd in cumputer application?please response me...........', 'sudipa biswas');
  133. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('88', 'nitdgpsudipto@gmail.com', '2015-08-22 09:26:02', '0', 'I have applied for Asst. Professor in Geology on 20.08.2015, after successful completion it was said for a confirmation mail, still not received. Kindly take notice of this matter.', 'SUDIPTO BANERJEE');
  134. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('89', 'abhrajitsarkar81@gmail.com', '2015-08-22 17:11:51', '0', 'Dear sir,\nI have taken an admission for part time phd in management. but still now no classes have started till date. kindly please inform me when our course study will be started.\n', 'Abhrajit sarkar');
  135. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('90', 'bubay.mukherjee@gmail.com', '2015-08-23 15:51:20', '0', 'As per telephonic instruction from the representative of your university , I have send all the document along with the an application for Admission in Ph.D(Computer Application) one month ago. But till date I have not received any communication from your end. So, I am requesting you to let me know my application status. My online Application No is - JIS-188252', 'HIMADRI MUKHERJEE');
  136. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('91', 'golamrabbani27@yahoo.com', '2015-08-27 13:39:24', '0', 'Dear Sir/ Madam\nI want to study on MS in Life science ', 'MD GOLAM RABBANI');
  137. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('92', 'MYDUTIESMYRIGHTS@GMAIL.COM', '2015-08-28 17:22:39', '0', 'PL. CONTACT FOR ADMISSION', 'BISWANATH GOSWAMI');
  138. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('93', 'MYDUTIESMYRIGHTS@GMAIL.COM', '2015-08-28 17:22:40', '0', 'PL. CONTACT FOR ADMISSION', 'BISWANATH GOSWAMI');
  139. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('94', 'sudipabiswas69@gmail.com', '2015-08-31 20:53:36', '0', 'what is the totel fees for p.hd in computer application?\nplz mail me', 'sudipa biswas');
  140. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('95', 'sahanajparvin779@gmail.com', '2015-09-03 18:29:08', '0', 'I want to take admission for master degree in geography .please inform me how can i take it and fees structure of the course.', 'Sahanaj parvin');
  141. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('96', 'tamalikabiswas1993@gmail.com', '2015-09-05 19:33:04', '0', 'I HAVE PASSED B.SC WITH GEOLOGY HONS HAVING 55.5% MARKS. I WANT TO TAKE ADMISSION TO YOUR UNIVERSITY THIS YEAR. WILL YOU PLEASE INFORM ME THAT HOW MANY STUDENTS HAVE TAKEN ADMISSION TO YOUR UNIVERSITY IN M.SC GEOLOGY AND WILL YOU PLEASE SEND ME THE FEE STRUCTURE AND THE NAMES OF YOUR TEACHERS. IF ANY STUDENT TAKE ADMISSION TO YOUR COLLEGE PLEASE INFORM ME THEN I WILL ALSO TAKE ADMISSION.', 'tamalika biswas');
  142. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('97', 'soumen42@rediffmail.com', '2015-09-13 17:11:08', '0', 'I am Chartered Account working in Public Sector Undertaking at Kolkata.I would like pursue evening 3yrs LLB course.Kindly let me know the details like fee structure, campus addres , timimings etc. further I would like to admission procedure.', 'SOUMENDRA NATH DATTA');
  143. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('98', 'rakeshpandey@msn.com', '2015-09-18 14:46:11', '0', 'I am interested to pursue 03 years LLB course. Kindly guide me regarding admission procedures and fee details.\nYour speedy response in this regard shall be highly solicited.\n\nThanks and regards,\n\nRAKESH PANDEY', 'RAKESH PANDEY');
  144. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('99', 'grupak001@gmail.com', '2015-09-24 15:11:33', '0', 'I want to do PhD from the university.', 'Rupak Ghosh');
  145. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('100', 'mattias.eliasson@guru.se', '2015-09-28 13:47:10', '0', 'Hi\n\nWe are interested in sponsoring selected research at academic institutions. This is currently limited to computer science where we like to sponsor anything from small student projects to large research projects.\n\nUnlike many others we do not sponsor based on academic papers but on usefulness to us and our partners.\n\n//Mattias Eliasson', 'Mattias Eliasson');
  146. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('101', 'mcbiswas85@gmail.com', '2015-10-01 20:10:49', '0', 'I am Mrinal Biswas, from sodepur kol-111.Already I have completed graduation in geography (hons), now I want to complete M.sc degree(geography) through distance mode. If it is possible from jis university then please send me details about this course.(including fees).', 'Mrinal Biswas');
  147. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('102', 'gouravhalder62@gmail.com', '2015-10-17 16:24:02', '0', 'I want a admission in b.sc biotechnology in 2015-16 session', 'Gourab Halder');
  148. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('103', 'akumar.1588@gmail.com', '2015-10-24 15:58:03', '0', 'Respected Sir,\nI want to be a part of your Prestigious University. Therefore I take this opportunity to offer my self as a suitable candidate. I Anand Kumar at present pursuing my Ph.D(As par UGC regulation 2009) from B.R.A.Bihar University,Muzaffarpur(Bihar).Therefore I shall be thankful if you could consider my candidature and call me for further detail discussion and needful.\nWith Regard\nAnand Kumar\n09470461588', 'anand kumar');
  149. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('104', 'ashish29s@yahoo.co.in', '2015-10-24 20:09:23', '0', 'I would like to know the following:\n1. What is the location of the Academic Campus?\n2. What is the admission procedure for admission to School of Earth Sciences?\n3. How good is this university?', 'Dr. Ashish Sarkar');
  150. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('105', 'dipsikha.chem@gmail.com', '2015-10-27 10:59:25', '0', 'I have applied for the post of assistant professor in the department of chemistry in your university. My application id number given is JIS-749609. But I didnt receive any confirmation mail in my mail id given dipsikha.chem@gmail.com. Has the application been submitted successfully? Please clarify.', 'Dipsikha Bhattacharya');
  151. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('106', 'raviagarwalpt@gmail.com', '2015-10-27 17:07:06', '0', 'Hello Sir,\n\nI am looking for admission into regular L L B course , i have completed my B com, from Amity University Distance Education Mode, If I am eligible please send me the details of admission.\n', 'Ravi Agarwal');
  152. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('107', 'kbardhan2011@rediffmail.com', '2015-11-03 12:43:54', '0', 'Admission procedure of part time Ph.D. program on Management ? When upcoming session will be started? Total proximate course \nfees ? \n\n\n', 'Koushik Bardhan');
  153. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('108', 'kbardhan2011@rediffmail.com', '2015-11-03 12:47:03', '0', '1. Admission procedure of part time Ph.D. program on Management. 2. Next upcoming session. 3. Total course fees. ', 'Koushik Bardhan');
  154. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('109', 'NANDITASINGH@GLOBECAPITAL.COM', '2015-11-21 16:07:03', '0', 'PLACEMENTS', 'NANDITA SINGH');
  155. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('110', 'tomerarti@gmail.com', '2015-11-24 15:38:09', '0', 'I have applied for Assistant Professor post at your university (application_id: ;JIS-398131). Please let me know the status of my application.\n\nThanks', 'Dr. Arti Tomer');
  156. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('111', 'titirdebleena@gmail.com', '2015-11-24 17:02:43', '0', 'This is Debleena Chandra writing to you from Kalyani,West Bengal. I would like to pursue my Phd in geography from JIS,Kalyani.I have my done my M.sc in geography with 70.7% marks and qualified UGC-NET.My biodata is attached herewith for your kind perusal.\nI will extremely grateful if you please kindly provide me the details about how can I pursue my doctorate degree in geography from your institution.', 'Debleena Chandra');
  157. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('112', 'd.mondal82@gmail.com', '2015-12-01 14:52:55', '0', 'I WOULD LIKE TO APPLY POR THE POST OF ASSISTANT PROFESSOR IN JOURNALISM AND MASS COMMUICATION, I TRIED SEVERAL TIME TO SUBMIT MY APPLICATION BUT IT FAILED TO CREATE AN APPLICATION SUCCEFULLY SO PLEASE PROVIDE ME THE HR CELL EMAIL ID , SO THAT I CAN SEND MY CV TO THE CONCERNED DEPT', 'DEBASIS MONDAL');
  158. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('113', 'navin6669@gmail.com', '2015-12-06 00:28:04', '0', ' sir i have 200 student for b.tech 100 student for diploma and 100 student for bhm for 2016 \n regarding \nsaavitri sunshine education service north bihar supaul\n contact:7870026249,9006039933', 'Navin kumar');
  159. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('114', 'siddharthasinha60@gmail.com', '2015-12-10 22:41:40', '0', 'I am Siddhartha sinha, a bsc student possesing geology and physics as pass subject in 5th semester. after I pass graduation, I wish to study MSc Geology in your University. Whether It is possible? What would be the Fees structure in that case?', 'SIDDHARTHA SINHA');
  160. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('115', 'mclconbd@yahoo.com', '2015-12-28 15:51:02', '0', 'Respected Sir\nWith dues respect that, We are MCL Education Consultant Ltd, Dhaka, Bangladesh have been working near about 12 years in this sector with maximum goodwill and honesty with different colleges and universities in the UK, Australia, USA and Canada. Especially UK we are 100% honesty and committed people in this sector. During our business there is no complaining from those countries any institutions. Last 12 years we have send near about 5 thousands students in the UK, Australia, USA, Malaysia, Germany and Canada. Give me your University terms and conditions, confirm us agency ship in Bangladesh. We have a lot of experience to continue and maintaining regional office of govt. funded institutions. We have own office space and well decorated and also expert counselor in our company. We also operating two office in Bangladesh one is Dhaka another one is Sylhet District. Now we are working Regional office Bangladesh in Gower College Swansea (Govt. College), Wales, UK and Cambria College, Wales, UK also working partnership basis of USA in UPP. Now we would like work with you Bangladeshi representative basis or a regional one representative, they have all requirements.We want to work with your University because some of our Undergraduate and Postgraduate student interested wants to study in India specially west Bengal area with good reputation institute.\n\nWe have been working with Mr. Adil Mahamod, Head of Region (Central and South Asia), Bradford College,UK\n\nMs. Carrie T Jones, International Manager, Gower College Swansea, Wales, UK\n\nMr. Paul Spanner, International Officer, Business Development ', 'Tapan Mazumdar');
  161. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('116', 'mclconbd@yahoo.com', '2015-12-28 15:52:14', '0', 'Respected Sir\nWith dues respect that, We are MCL Education Consultant Ltd, Dhaka, Bangladesh have been working near about 12 years in this sector with maximum goodwill and honesty with different colleges and universities in the UK, Australia, USA and Canada. Especially UK we are 100% honesty and committed people in this sector. During our business there is no complaining from those countries any institutions. Last 12 years we have send near about 5 thousands students in the UK, Australia, USA, Malaysia, Germany and Canada. Give me your University terms and conditions, confirm us agency ship in Bangladesh. We have a lot of experience to continue and maintaining regional office of govt. funded institutions. We have own office space and well decorated and also expert counselor in our company. We also operating two office in Bangladesh one is Dhaka another one is Sylhet District. Now we are working Regional office Bangladesh in Gower College Swansea (Govt. College), Wales, UK and Cambria College, Wales, UK also working partnership basis of USA in UPP. Now we would like work with you Bangladeshi representative basis or a regional one representative, they have all requirements.We want to work with your University because some of our Undergraduate and Postgraduate student interested wants to study in India specially west Bengal area with good reputation institute.\n\nWe have been working with Mr. Adil Mahamod, Head of Region (Central and South Asia), Bradford College,UK\n\nMs. Carrie T Jones, International Manager, Gower College Swansea, Wales, UK\n\nMr. Paul Spanner, International Officer, Business Development ', 'tapan mazumdar');
  162. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('117', 'nepal.sarker@gmail.com', '2016-01-14 22:12:03', '0', 'I am interested to pursue a PhD from your University on \"RTI Law with Special Reference to Bangladesh\". I am presently serving as an Information Commissioner, Information Commission, Bangladesh. Previously I served the Govt of Bangladesh from 1981 to 2012 as an Adminustrative Service Officer. I hold Hons. and Masters Degree in Accounting from Dhaka University, and LL.B from National University, Bangladesh. You may see my profile here in more detail: http://www.infocom.gov.bd/ic/index.php?option=com_content', 'Nepal Chandra Sarker');
  163. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('118', 'rcd100356@gmail.com', '2016-01-24 14:00:26', '0', 'Just inform whether I am eligible for admission in PhD course in respect of following of myself \n1.M.A,Sociology with 50% marks from ANNAMALAI University without graduation but after passing a course conducted by the university prior to admission to M.A as equivalent to graduation.\n2.Industrial (engineering sector) experience since 1975 at Hindustan Fertiliser corporation Ltd.', 'Rakhal Chandra Das');
  164. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('119', 'royabhijit56@yahoo.com', '2016-01-28 18:51:53', '0', 'Japanese Language Course ', 'Abhijit Roy');
  165. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('120', 'fahadbasir@gmail.com', '2016-01-31 21:51:23', '0', 'Dear Sir,\n With due respect I wan to state that I am Fahad Al Basir and doing my PhD work at Department of Mathematics, Jadavpur University, Kolkata. My thesis will be submitted soon. I want to serve as an Assistant Professor at your Institute. \n\nPlease tell me how to apply and send my CV.\n\nThanking you and waiting for hearing from you soon.\n', 'Fahad Al Basir');
  166. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('121', 'khushal@mailinator.com', '2016-02-04 01:54:13', '0', 'kjcsdcscsc', 'khushal');
  167. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('122', 'janasoumen45@gmail.com', '2016-02-19 11:45:27', '0', 'I am paseed b.sc.want to join m.sc film.want to know fees of this course.', 'soumen jana');
  168. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('123', 'mdshahidakhtar1992@gmail.com', '2016-02-26 16:00:47', '0', 'Dear Sir/Madam\n I have completed my graduation in BCA under Punjab technical university from its kolkata study centre session 2011-2014,am i eligible to take admission under your university for MCA,kindly tell me the entire procedure and total course fees for mca,and which one is the nearest campus of JIS from Park Circus,please revert asap', 'Mohammad Shahid Akhtar');
  169. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('124', 'info@excellous.in', '2016-03-02 13:39:45', '0', 'this is about an international conferefnce, for participation of students and research fellow.', 'president');
  170. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('125', 'manas.kd@gmail.com', '2016-03-07 22:54:42', '0', 'Is Bachelor of Pharmacy running at this campus?', 'Manas Kumar Das');
  171. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('126', 'sweetmouangana@gmail.com', '2016-03-17 13:26:44', '0', 'I want to apply for the post of HR executive in your institution.', 'Angana Mukherjee');
  172. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('127', 'sadhukhan.provat1@gmail.com', '2016-03-28 23:38:39', '0', 'Apona thar addresa ta din. ', 'Provat sadhukhan');
  173. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('128', 'md.kgp24@gmail.com', '2016-03-31 20:29:34', '0', 'Hello Sir/Mam,\n\nI want to know some information about the 3 Year LLB\nCourse.\nI completed my Graduation from IGNOU in 2015 with\n56% marks.And in between 10 2 and Graduation there\nis a gap as I completed my 10 2 in 2008.\nSo I just want to know am I eligible for the course?\nI will be greatfull if you kindly response to the\nquery and assist me.\nThanks ', 'MALOY DAS');
  174. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('129', 'rjkt.44@gmail.com', '2016-04-02 12:48:47', '0', 'Sir i would like to join jis university after completing my btech in 2016.So tell the procedure and other related things.\nThanking you', 'Raju kumar paul');
  175. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('130', 'ahmedfaisal157@gmail.com', '2016-04-04 12:21:17', '0', 'I would be glad if u kindly send me the fess structure of BBA.llb', 'Faisal Ahmed');
  176. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('131', 'rajibstats@gmail.com', '2016-04-05 19:12:47', '0', 'Sir,\nI am very much interested in Research (In Statistics). After surfing in google, have seen that in JIS University where PhD in Statistics had done.\nCan you inform me about the details.\nthanks,\nRajib', 'Rajib Kumar De');
  177. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('132', 'arkaxaverian007@gmail.com', '2016-04-05 21:35:27', '0', 'How can I aplly for a BSC LLB/ BA LLB/ BCOM LLB course in your college?', 'Arka Tilak Bhadra');
  178. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('133', 'shubu23@gmail.com', '2016-04-06 11:09:45', '0', 'Hiii.. May I know the course fee of B.Com (Hons.)', 'Sulav Chatterjee');
  179. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('134', 'rajib_10@yahoo.com', '2016-04-06 13:53:25', '0', 'Application for the post of Assistant/Associate Professor in Biochemistry/Biotechnology\n\nDear Sir/Madam,\n\nMy name is Rajib Sengupta and presently I am working as Assistant Professor in the Department of Biochemistry and Biotechnology, SBSPGI (Dehradun, Uttarakhand). I respectfully submit this letter of application, for I believe my experiences and commitment to research and teaching make me well qualified to meet the needs of your institute.I received my Ph.D. from the Department of Biochemistry at the University of Calcutta in 2007. During my PhD in the laboratory of Dr. Sanjay Ghosh, I studied the biochemical characterization of Drosophila Nitric Oxide Synthase. At University of Pittsburgh Medical Center, I completed my first postdoctoral research in 2008. There, in the laboratory of Dr. Detcho A. Stoyanovsky ', 'DR. RAJIB SENGUPTA');
  180. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('135', 'dash_media@rediffmail.com', '2016-04-14 19:07:18', '0', 'Does JIS offer PhD Programme? Some employed people want to pursue their PhD under my supervision. However, my university does not offer PhD programme. Can JIS accept me as an External PhD Supervisor? I can guide PhD Scholars from a number of disciplines: Linguistics, Communication, Media, Management, social Sciences etc.\nDr AK Dash (Native of Odisha)\nPhD: IIT Kharagpur, Post Doc: IIAS Shimla with publications in SCI and SCOPUS Indexed Journals.\nLecturer ', 'Amarendra Dash');
  181. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('136', 'ushasi.b@rediffmail.com', '2016-04-19 09:36:29', '0', 'I am trying to apply for the post of Assistant Professor Geography but online application is not getting submitted. Can I send my resume and testimonials by post. If sending by post is possible kindly let me know whom to address the application. Thanking you.', 'USHASI BASU ROY CHOWDHURY');
  182. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('137', 'mdsiddiquehossainbng@gmail.com', '2016-04-20 12:20:57', '0', 'I AN AN M.A(BENGALI),B.ED HOLDER STUDENT. I WANT TO PERSUE THE DEGREE OF B.A L.L.B (3YEARS). PLEASE ASSIST ME TO GET A CHANCE OF GETTING ADMISSION OF THE ABOVE MENTIONED SUBJECT AND OLLIGE THERE BY .\n', 'MD SIDDIQUE HOSSAIN');
  183. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('138', 'd.mondal82@gmail.com', '2016-04-24 20:58:34', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  184. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('139', 'd.mondal82@gmail.com', '2016-04-24 20:58:37', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  185. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('140', 'd.mondal82@gmail.com', '2016-04-24 20:58:41', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  186. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('141', 'd.mondal82@gmail.com', '2016-04-24 20:58:43', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  187. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('142', 'd.mondal82@gmail.com', '2016-04-24 20:58:54', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  188. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('143', 'd.mondal82@gmail.com', '2016-04-24 20:58:55', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  189. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('144', 'd.mondal82@gmail.com', '2016-04-24 20:58:55', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  190. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('145', 'd.mondal82@gmail.com', '2016-04-24 20:58:59', '0', 'I HAVE SUUSSEFULY SUBMITED PHD THESIS ON MEDIA STUDIES. I JUS WANTED TO SUBIT MY CV IN UR UNIVERSITY JOB APPLLICATION SITE. BUT ITS FAULED TO UPLOAD IN SEVERAL NUMBER OF TIMES. SO I REQUEST U TO PROVE ME UR HR EMAIL ADDRES SO WE CAN SUBMIT MY CV DIRECTLY TO HR DEPARTMENT. UR ACTIVE COOPRAETION I SHIGHLY SOLICITED', 'DEBASIS MONDAL');
  191. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('146', 'smruti@iitkgp.ac.in', '2016-04-27 19:00:30', '0', 'Dear Sir/Madam,\n\nI have applied for the vacancy of faculty position in School of Earth Sciences at your college and my application Id is JIS-292162.\n\nI would like to know about my application status.\n\nThanking you.\nWith my personal regards,\nSmruti Rekha Sahoo\nResearch Scholar\nDepartment of Geology and Geophysics\nIIT Kharagpur\nWB : 721302\nIndia\n\nMob: 91-8927527997\nE-mail: smruti@iitkgp.ac.in/smrutirekha.sahoo7@gmail.com', 'Smruti Rekha Sahoo');
  192. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('147', 'ghoraisuman1998@gmail.com', '2016-04-27 21:26:47', '0', 'Sir,i made a mistake in my class 11 registration , there i input mathematics as a fore subject.......so, can i get addmission on b.tech C.S.E. , and plz tell me the addmission procedure , fees structure , and eligibility to get addmition in your institution.', 'Suman kumar ghorai');
  193. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('148', 'newedupath@gmail.com', '2016-04-28 13:47:47', '0', 'inviting you to be a participant in the Admission Fair which is going to be held on 21-22, May, 2016 in Bihar.', 'nandini');
  194. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('149', 'newedupath@gmail.com', '2016-04-28 13:47:47', '0', 'inviting you to be a participant in the Admission Fair which is going to be held on 21-22, May, 2016 in Bihar.', 'nandini');
  195. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('150', 'newedupath@gmail.com', '2016-04-28 13:47:48', '0', 'inviting you to be a participant in the Admission Fair which is going to be held on 21-22, May, 2016 in Bihar.', 'nandini');
  196. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('151', 'proloyjt2002@yahoo.co.in', '2016-04-30 18:38:58', '0', '1. Is there a PhD programme in Mechanical Engineering?\n2. Is PhD admission happening this year?', 'Proloy Jyoti Naskar');
  197. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('152', 'ksarkar121@yahoo.com', '2016-05-03 08:01:54', '0', ' I am graduate . want take admission LLB , What is the Total course fees of LLB', 'ksarkar');
  198. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('153', 'soma1994ghosh@gmail.com', '2016-05-04 23:47:50', '0', 'What is the last date of pg admission ?', 'soma ghosh');
  199. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('154', 'sil.aparajita@gmail.com', '2016-05-06 13:36:55', '0', 'Sir,\nI AM B.TECH IN ECE, GRADE -7.67, M.TECH IN MICROELECTRONICS AND VLSI-8.OO-GRADE.\n\nI AM INTERESTED IN PHD (ENGG/ TECHNOLOGY) IN ECE.\n\nmay i get any information brochure--of phd -engg / tech.\n\ncontaining rule and regulation, fees, duration etc.\nplease inform me details.', 'APARAJITA SIL');
  200. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('155', 'sil.aparajita@gmail.com', '2016-05-06 13:37:30', '0', 'Sir,\nI AM B.TECH IN ECE, GRADE -7.67, M.TECH IN MICROELECTRONICS AND VLSI-8.OO-GRADE.\n\nI AM INTERESTED IN PHD (ENGG/ TECHNOLOGY) IN ECE.\n\nmay i get any information brochure--of phd -engg / tech.\n\ncontaining rule and regulation, fees, duration etc.\nplease inform me details.', 'aparajita sil');
  201. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('156', 'sil.aparajita@gmail.com', '2016-05-06 13:37:30', '0', 'Sir,\nI AM B.TECH IN ECE, GRADE -7.67, M.TECH IN MICROELECTRONICS AND VLSI-8.OO-GRADE.\n\nI AM INTERESTED IN PHD (ENGG/ TECHNOLOGY) IN ECE.\n\nmay i get any information brochure--of phd -engg / tech.\n\ncontaining rule and regulation, fees, duration etc.\nplease inform me details.', 'aparajita sil');
  202. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('157', 'sil.aparajita@gmail.com', '2016-05-06 13:48:26', '0', 'Sir,\nI AM B.TECH IN ECE, GRADE -7.67, M.TECH IN MICROELECTRONICS AND VLSI-8.OO-GRADE.\n\nI AM INTERESTED IN PHD (ENGG/ TECHNOLOGY) IN ECE.\n\nmay i get any information brochure--of phd -engg / tech.\n\ncontaining rule and regulation, fees, duration etc.\nplease inform me details.', 'aparajita sil');
  203. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('158', 'Shailingk.malai@gmail.com', '2016-05-09 19:36:22', '0', 'Application confirmation email not received', 'Shailin Khongmalai');
  204. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('159', 'jayasree.banerji@rediffmail.com', '2016-05-10 11:57:50', '0', 'I am law graduate.if any faculties in law pls contract me', 'jayasree banerji');
  205. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('160', 'jayasree.banerji@rediffmail.com', '2016-05-10 11:57:50', '0', 'I am law graduate.if any faculties in law pls contract me', 'jayasree banerji');
  206. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('161', 'klynsinha@yahoo.co.in', '2016-05-10 21:59:01', '0', 'pl let me know your course fees and girls hostel charges for 3 yrs LL B course\n', 'k sinha');
  207. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('162', 'devilinsanity@gmail.com', '2016-05-17 23:11:32', '0', 'I am from Bangladesh , I want to get admitted in your university , do you guyz accept Ged for undergrad admission.', 'Aquib ');
  208. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('163', 'rinkuhmaina@gmail.com', '2016-05-18 03:53:23', '0', 'May I know the fee structure of the msc courses.\n\n', 'Rinku Hazarika');
  209. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('164', 'shawhongser@hotmail.com', '2016-05-19 15:14:05', '0', 'Need information for PhD programme', 'ShawHongSER');
  210. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('165', 'snehalaskar1993@gmail.com', '2016-05-19 23:18:37', '0', 'What is the fees structure for ba llb ???\nCan I take admission without entrance ???\n', 'Sneha laskar');
  211. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('166', 'abhishek.rony.ece@gmail.com', '2016-05-20 19:52:52', '0', 'I am working as an officer in a public sector bank. I would like to know about Part time Phd in management. Kindly let me know about admission criteria and course fees.', 'Abhishek Chakraborty');
  212. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('167', 'banerjeeshrayan@gmail.com', '2016-05-21 11:51:32', '0', 'WHATS THE LAST DATE TO APPLY FOR MASTERS IN ECONOMICS', 'Shrayan Banerjee');
  213. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('168', 'banerjeeshrayan@gmail.com', '2016-05-21 11:52:11', '0', 'WHTAS THE LAST DATE TO APPLY AT JIS UNIVERSITY', 'SHRAYAN BANERJEE');
  214. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('169', 'santanu25aug@gmail.com', '2016-05-21 13:50:57', '0', 'What is the criteria for M.Sc. in Economics ', 'SANTANU BHAR');
  215. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('170', 'dey.sayanta100@gmail.com', '2016-05-22 11:53:14', '0', 'Please tell me the details of admission of 2016 for under graduate courses.', 'Sayanta Dey');
  216. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('171', 'dipankardhswb@gmail.com', '2016-05-23 14:22:55', '0', 'Kindly let me know the placement details for the BBA LLB pass out.', 'Dipankar');
  217. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('172', 'sylviasengupta@rediffmail.com', '2016-05-25 09:21:44', '0', 'www.sylviatourismorganization.in', 'Sylvia');
  218. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('173', 'niranjanmandal54@gmail.com', '2016-05-31 16:29:12', '0', 'I am the Ex-Principal of Asansol Enginnering College, Asansol. At present, I am working as the Professor of Electrical Engg. ', 'Prof.(Dr.) Niranjan Kumar Mandal');
  219. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('174', 'manab16598@gmail.com', '2016-06-01 21:18:39', '0', 'what is the course fee of b.sc in chemistry\n', 'Manab Ghoshal');
  220. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('175', 'shubh.mazum@gmail.com', '2016-06-01 21:39:23', '0', 'Admission Timeline for the 3-year LL B?', 'Shubhranshu Mazumder ');
  221. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('176', 'shubh.mazum@gmail.com', '2016-06-01 21:40:34', '0', 'Admission Timeline for 3-year LL B? ', 'Shubhranshu Mazumder ');
  222. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('177', 'shubh.mazum@gmail.com', '2016-06-01 21:40:34', '0', 'Admission Timeline for 3-year LL B? ', 'Shubhranshu Mazumder ');
  223. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('178', 'shubh.mazum@gmail.com', '2016-06-01 21:40:34', '0', 'Admission Timeline for 3-year LL B? ', 'Shubhranshu Mazumder ');
  224. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('179', 'shubh.mazum@gmail.com', '2016-06-01 21:40:35', '0', 'Admission Timeline for 3-year LL B? ', 'Shubhranshu Mazumder ');
  225. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('180', 'juhi.datta2792@gmail.com', '2016-06-04 08:24:53', '0', 'Hello\n I am Juhi Datta completed my M.Tech in Electrical Engineering in 2016 from NIT Agartala. I want to know if there is any vacancy for Assistant Professor post in Electrical Engineering Department in any of the colleges of this University.', 'Juhi Datta');
  226. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('181', 'sagnikgupta@gmail.com', '2016-06-04 20:06:56', '0', 'My sister is 31 years old, BA graduate from Calcutta University. She intends to study 3 year LLB course. Will she be eligible to apply for the course?', 'Sagnik Gupta');
  227. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('182', 'tathyamitrakendra@ymail.com', '2016-06-06 12:58:08', '0', 'Dear Sirs,\n\nI had passed H.S. (Arts) in 2010 through WBCHSE. Secured 299 out of 500 marks. I could not further my studies then.\n\nMay I take admission now in your institution?\n\nThanks ', 'MD ALAUDDIN');
  228. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('183', 'mrinmoy1965@rediffmail.com', '2016-06-06 17:51:45', '0', 'Is there any Hostel for girls in JIS University?', 'Mrinmoy Roy');
  229. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('184', 'smruti@iitkgp.ac.in', '2016-06-07 17:10:07', '0', 'Dear Sir, \nI would like to know the status of the application submitted for the post of Asst. Professor in Geology with application number : JIS-292162.\n\nThanking you.\n\nWith my personal Regards,\nSmruti Rekha Sahoo\nResearch Scholar\nIIT Kharagpur\n\nMob: 8927527997', 'Smruti Rekha Sahoo');
  230. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('185', 'skranjan021@gmail.com', '2016-06-07 21:57:18', '0', 'please give me details about b.tech food technology ', 'sudhanshu ranjan ');
  231. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('186', 'after10plus2.kol@gmail.com', '2016-06-07 22:38:59', '0', 'Dear Sir/Mam,\n\nGreetings from \"After 10 2 Media House an Initiative from i-HR Technology Solutions Private Limited, A NASSCOM 10K Startup Company\" \n\nVipra Foundation and \"After 10 2 Media House\" is jointly organizing a Career Counselling ', 'Madhumati Sengupta');
  232. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('187', 'shellyghosh06@gmail.com', '2016-06-08 10:39:22', '0', '\nI want to take admission in JIS university\n I will give my board exam from NIOS in the month of October and my result will be out in the month of December. So can I take admission in your university in this year after my result ??? \nPlease reply me as soon as possible.', 'shelly ghosh');
  233. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('188', 'ATIF2004@GMAIL.COM', '2016-06-10 16:24:25', '0', 'Dear Sir, Kindly let me know the eligibility criteria and fees for BBA MBA program.\nregards', 'Prof. Atif Iqbal');
  234. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('189', 'abc09am@gmail.com', '2016-06-10 18:48:03', '0', 'interested in your M.Sc. Chemistry Course..want to know the total fee structure for the course for the academic year 2016-17.', 'Aneek Mukherjee ');
  235. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('190', 'pradiptabanerjee123@gmail.com', '2016-06-11 11:05:11', '0', 'SIR,\n I WANT TO KNOW THE DETAILS ABOUT THE 3 YEARS LAW COURSE(LLB). I HAVE 37% MARKS IN GRADUATION. CAN I APPLY?', 'Pradipta Banerjee');
  236. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('191', 'srabani_sarkar@rediffmail.com', '2016-06-11 12:21:08', '0', 'I am a full time Associate Professor of Mathematics in a government college for over 16 years. I like to teach in JIS as part time lecturer in Dept of Mathematics. Is their any such opening? Pls. acknowledge.', 'Dr. Srabani Sarkar');
  237. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('192', 'srabani_sarkar@rediffmail.com', '2016-06-11 12:21:08', '0', 'I am a full time Associate Professor of Mathematics in a government college for over 16 years. I like to teach in JIS as part time lecturer in Dept of Mathematics. Is their any such opening? Pls. acknowledge.', 'Dr. Srabani Sarkar');
  238. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('193', 'srabani_sarkar@rediffmail.com', '2016-06-11 12:21:08', '0', 'I am a full time Associate Professor of Mathematics in a government college for over 16 years. I like to teach in JIS as part time lecturer in Dept of Mathematics. Is their any such opening? Pls. acknowledge.', 'Dr. Srabani Sarkar');
  239. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('194', 'arup92chem@gmail.com', '2016-06-14 17:28:11', '0', 'I want to take admission in ph.d course in chemistry', 'arup banerjee');
  240. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('195', 'rashmonibishnu@gmail.com', '2016-06-15 10:33:48', '0', 'please let me know the fees structure for msc physics and also about loan process.', 'rashmoni mondal');
  241. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('196', 'b_sudeep@rediffmail.com', '2016-06-15 16:57:32', '0', 'Sir/Madam,\nI want know details course fees of PhD in Management.\n\n1) Registration Fees\n2) Semester Fees,\n3) Course Work Fees( If applicable) like Me M.Phil-Commerce.\n4) Thesis Submission Fees\n5) Caution money Deposits.\n6) At the time of Admission Total Fees Deposits,\n7) Loan Facility you will arrange(Like u have tie up with Banks)\n\nPlease Give me details.\n\nThanks\nSudip\nMob:9582331362\nEmail :b_sudeep@rediffmail.com\n', 'Sudip Banerjee');
  242. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('197', 'anindya0028@gmail.com', '2016-06-16 01:49:19', '0', 'I want to do a Hospital Management course. I want to the full course fee ', 'Anindya Hazra');
  243. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('198', 'chittabrata@gmail.com', '2016-06-16 09:06:17', '0', 'I cant apply online for faculty position. Please check the portal and let me know any other link which is working.', 'chittabrata mal');
  244. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('199', 'sb@bhelpssr.co.in', '2016-06-17 22:16:05', '0', 'Let me know about admission in BSC / BA Courses after 10 2 Exam', 'SANDIPAN BISWAS');
  245. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('200', 'susantapathy@gmail.com', '2016-06-17 23:37:37', '0', 'I may kindly be intimated about your recruitment for the post Professor in Education(B.Ed.-M.Ed. integrated Programme)', 'Prof.(Dr.) Susanta Kumar Pathy');
  246. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('201', 'guha.sanjana@gmail.com', '2016-06-18 09:59:09', '0', 'Sir/Madam\n\nI am writing to enquire if you have any vacancies in your school. I am enclosing my CV with this cover letter\n\nI have completed my masters in English literature under Calcutta University. I am currently working as a senior subject matter expert in ABSAS Solutions and my job is write academic research papers for the abroad students. t involved a great deal of independent research, requires taking initiative, self-motivation and a wide range of skills.\n\nI am a fast and accurate writer, with a keen eye for detail and I should be very grateful for the opportunity to progress in the education industry. I am able to take on the responsibility of this position and I have the enthusiasm and determination to ensure that I make a success of it.\n\nThank you for taking the time to consider this application and I look forward to hearing from you in the near future.\n\nYours sincerely\nSanjana Guha', 'Sanjana Guha');
  247. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('202', 'sudisa123@gmail.com', '2016-06-19 20:55:05', '0', 'I want to admit in M-Tech in Computer science and Engineering.', 'Subhendu Saha');
  248. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('203', 'sujoypal51@gmail.com', '2016-06-20 20:19:23', '0', 'Give me the fee structure of b.sc in geology and bba course', 'Sujoy pal');
  249. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('204', 'soumyojitdey2604@gmail.com', '2016-06-21 16:06:20', '0', 'Hi,i am from Kolkata did 10 2 from wbbhse board(state) ,got 67% in aggregate with p,c,b and maths as fourth subject with 35 marks out of 100.(written practical)=16 19.But separately pass marks for written is 24 out of 80.Am i eligible for BCA and what is the course of the subject?with fees\n\n', 'SOUMYOJIT DEY ');
  250. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('205', 'csmonamy@gmail.com', '2016-06-21 21:03:49', '0', 'To\nThe Dean\nJIS University\nKolkata\n\n\nRespected sir/madam\n\nThis is in reference to the information available on your website regarding the LLB degree program offered by your prestigious university, myself Monamy Chakroborty an MBA (Human Resource) from University of Bangalore currently residing in Kolkata would like to get admission for LLB degree program 2016 session.\n\nIn this regard I would like to seek your prior appointment to meet the admission office at your campus.\n\nI shall be obliged for your kind initiation regarding the matter.\n\nRegards\nMonamy Chakroboty.\n\n11/B G.C.Ghosh Road, Kolkata-700048\nPh- 7278183433\n ', 'Monamy Chakroborty');
  251. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('206', 'anuvachowdhury11@gmail.com', '2016-06-24 14:57:35', '0', 'information related to intregated M.Sc and Phd course in geography with detailed course fees\n', 'anuva chowdhury');
  252. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('207', 'sayeed.ucb@gmail.com', '2016-06-26 17:41:25', '0', 'dear,\nI am abu sayeed, from bangladesh.\nmy choice subject is bba. please sent me details about this subject with tuition fee.', 'ABU SAYEED');
  253. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('208', 'frnds4@gmail.com', '2016-06-27 13:56:55', '0', 'B.ED ENQUIRY', 'FS');
  254. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('209', 'tniladrisekhar@gmail.com', '2016-06-28 13:06:56', '0', 'sir, i have complited my graduation degree in Botany (houns) in 2009 but till now i have no master degree, i want to make m.sc degree in microbiology.so please tell me am i elligible after lossing 5 year from graduation.?', 'Niladri Tripathi');
  255. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('210', 'mmitra.ju@gmail.com', '2016-06-30 12:27:12', '0', 'Dear sir/madam, I have applied for the post of assistant professor in chemistry. My application id is JIS719041 but I have not received any conformation mail for your side. my email id is mmitra.ju@gmail.com. please do the needful.', 'Monojit Mitra');
  256. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('211', 'arunmalti1963@gmail.com', '2016-07-02 12:24:26', '0', 'please let me know about the course of physics chemistry and geology respectively ', 'arghadip maiti ');
  257. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('212', 'sksuman66@gmail.com', '2016-07-04 17:37:32', '0', 'When 1st yr B.tec session will start?', 'sk suman');
  258. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('213', 'rajgourab.lalholud@gmail.com', '2016-07-05 12:01:34', '0', 'I am pursuing Msc in Information Technology from Sikkim Manipal University on-line distance education.I have Bsc with (PCM) from Himalayan University..I want to take admission in Jis University Phd Programm (part time).. Now I am working a R ', 'Rajgourab Dutta');
  259. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('214', 'bhaskar.init@gmail.com', '2016-07-08 21:19:35', '0', 'Dear sir, plz. send me the ADMISSION info about PhD in computer science. THANKS AND REGARDS ', 'BHASKAR');
  260. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('215', 'subhasis47@gmail.com', '2016-07-08 21:46:45', '0', 'Any age bar or any min marks req. in Graduation for admission in LLB (After Graduation)', 'Subhasis chatterjee');
  261. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('216', 'debanjanbiswas1592@outlook.com', '2016-07-09 12:45:27', '0', 'I am m.sc in chemistry how can I get admition in PhD Corse?what is the corse fee', 'Nabamita Sarkar ');
  262. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('217', 'dibakar.dms@gmail.com', '2016-07-09 17:47:22', '0', 'Dear Sir,\n\nI want to take direct admission in MCA (Full Time). I have BCA from IGNOU with 58%. If I am eligible to take admission. Kindly send details like course fees, date of admission, address and contact number of institute ASAP.\n\nIf you want more information about me then kindly revert back.\n\nRegards\nDibakar Das', 'Dibakar');
  263. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('218', 'goutam210382@gmail.com', '2016-07-12 11:37:08', '0', 'My application_id: ;JIS-132138.\nI am unable to Upload my Resume With Testimonials including PAN card in the rar/zip format . Could you please let me know that how can upload my resume.', 'Goutam Mondal');
  264. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('219', 'spandansaha08@gmail.com', '2016-07-18 11:54:47', '0', 'When will the new section begins', 'Spandan Saha');
  265. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('220', 'salome.sarkar@gmail.com', '2016-07-18 20:26:57', '0', 'what will be our class timing?', 'salome sarkar');
  266. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('221', 'ranjeetkr2007@yahoo.co.in', '2016-07-19 18:12:53', '0', 'sir,\ni m a graduate with a marks of around 43% from calcutta university in the year 2007.\ndue to age bar i could not study law at that time.\nsince age bar has been revoked from studying law, i want to pursue my studies at your concern.\nplease allow me take admission in your college for LLB course.\ni will make my level best to make yourself proud.\nthanking in anticipation\nyours faithfully\nRanjeet kumar Pandey\n9831524929\n', 'ranjeet kr pandey');
  267. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('222', 'ranjanbin@yahoo.com', '2016-07-23 00:04:00', '0', 'I am having 14 years of industry experience in IT field and wants to switch to educational field as I am having passion for teaching and learning. \n\nI would be grateful to you if you can consider my resume for any suitable openings in your institute.\nPlease let me know so that I can share my resume and testimonials to you.', 'Ranjan Kumar Banerjee');
  268. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('223', 'firoj.nasiruddin@gmail.com', '2016-07-24 11:03:05', '0', 'Hello! please let me know when do u recruit teacher in English. Thenk you.', 'nasiruddin firoj');
  269. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('224', 'firoj.nasiruddin@gmail.com', '2016-07-24 11:05:00', '0', 'Please let me know when you recruit teacher in the subject of English. Thank you.', 'nasiruddin firoj');
  270. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('225', 'RAMADAS713148@GMAIL.COM', '2016-07-27 19:28:47', '0', 'I AM RAM DAS WANT TO ADMISSION TO YOUR JIS UNIVER SITY OF STREAM B.SC(HONS) IN BIOTECH DURATION 3 YEAR HOW MANY SOM NEED FOR ADMISSION', 'RAM DAS');
  271. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('226', 'sushanta817804@yahoo.com', '2016-07-28 05:50:13', '0', 'PhD Management (part time). Details course fee structure, min duration, prospects , date of admission etc required', 'Sushanta Kumar Roy ');
  272. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('227', 'nbneilunique@gmail.com', '2016-07-29 12:19:58', '0', 'Sir,If I pursue M.SC in Biotechnology from JIS university then the Master Degree I will get at the end of the course will be from JIS UNIVERSITY?', 'Mitanshu Singh');
  273. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('228', 'sarkar.prasun70@gmail.com', '2016-07-29 22:54:06', '0', 'When the class of first year B.pharm will start...', 'Prasun Sarkar');
  274. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('229', 'jmukhopadhyay9@gmail.com', '2016-08-02 18:38:04', '0', 'MY QUALIFICATION IS M.TECH(CS). I WANT TO FILL UP ONLINE APPL FORM FOR P.HD(CSE) BUT D-O-B AND OTHERS FIELDS MAKE PROBLEMS. THEN WHAT TO DO?', 'JAYANTI GANGULY');
  275. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('230', 'disharibimal@gmail.com', '2016-08-03 13:23:01', '0', 'Wish to know the date of starting of U.G. (Bio.Tec.) class of this session.', 'BIDISHA SARKAR');
  276. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('231', 'tukaidas30@gmail.com', '2016-08-04 12:27:25', '0', 'sir/mam,can you tell me the fees structure', 'sushanta kr das');
  277. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('232', 'aniruddha09@gmail.com', '2016-08-04 15:07:34', '0', 'Sir /Madam\nI am interested in admission in your reverend institute. However there are a few queries. I was unable to find the adequate answer to the same and hence troubling you with this mail. The queries are as follows:\n1. What is the mode of admission/requirements for part time PhD?\n2. Is the 3 years LLb BCI approved?Besides what are the mode/admission system (entrance exams if any etc)and dates for the same.\n3. There is no list of faculties pertained to various departments-nor can I find their individual research interest. So in case of PhD application how am I supposed to know if my area of research interest exists in the institute or which professor(s) will be interested in working in the field of research I want to pursue my PhD in?\n4. Please let me know the fee structure for the part time PhD program and any other Terms and Conditions that may be relevant. \n I am eagerly waiting for your response. i hope you will oblige.\n\nyours faithfully\nAniruddha Dey.', 'Aniruddha');
  278. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('233', 'tanmaypoddar06@gmail.com', '2016-08-07 21:41:12', '0', 'Respected sir, i am TANMAY KUMAR PODDAR ,23 years of age ,passed m.sc in physics from calcutta university with 71% of marks (special paper particle physics, quantum field theory) this year.i am just wanted to know is there any post for physics teacher in your department so that i can apply.\n \n yours faithfully\n TANMAY KUMAR PODDAR', 'TANMAY KUMAR PODDAR');
  279. INSERT INTO `email` (`email_id`, `email`, `email_updated_date`, `email_status`, `email_message`, `email_name`) VALUES ('234', 'timna.sarkar@gmail.com', '2016-08-08 13:11:36', '0', 'When is our college classes going to start?and what will be the timing?\n', 'salome sarkar');
  280. CREATE TABLE `map_programe` (
  281. `map_id` int(11) NOT NULL AUTO_INCREMENT,
  282. `ind_programe_name` varchar(1000) COLLATE utf8_bin DEFAULT NULL,
  283. `course_id` int(11) DEFAULT NULL,
  284. `programe_code` varchar(1000) COLLATE utf8_bin DEFAULT NULL,
  285. `eligibility` varchar(250) COLLATE utf8_bin DEFAULT NULL,
  286. `duration` varchar(250) COLLATE utf8_bin DEFAULT NULL,
  287. `description` varchar(2000) COLLATE utf8_bin NOT NULL,
  288. `link` varchar(1000) COLLATE utf8_bin NOT NULL,
  289. `university` varchar(250) COLLATE utf8_bin DEFAULT NULL,
  290. PRIMARY KEY (`map_id`)
  291. ) ENGINE=InnoDB AUTO_INCREMENT=88 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
  292.  
  293. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('1', 'B.Sc. in Physics', '1', 'U021510', '', '3 YEARS', '', '', 'JIS University');
  294. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('2', ' B.Sc. in Chemistry', '1', 'U021511', '', '3 YEARS', '', '', 'JIS University');
  295. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('3', ' B.Sc. in Mathematics', '1', 'U021512', '', '3 YEARS', '', '', 'JIS University');
  296. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('5', 'M.Sc. in Physics', '2', 'P020210', '', '2 YEARS', '', '', 'JIS University');
  297. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('6', 'M.Sc. in Chemistry', '2', 'P020211', '', '2 YEARS', '', '', 'JIS University');
  298. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('7', 'M.Sc. in Mathematics', '2', 'P020212', '', '2 YEARS', '', '', 'JIS University');
  299. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('9', 'Ph.D in Physics', '3', 'D02010', '', '', '', '', 'JIS University');
  300. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('10', 'Ph.D in Chemistry', '3', 'D02011', '', '', '', '', 'JIS University');
  301. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('11', 'Ph.D in Mathematics', '3', 'D02012', '', '', '', '', 'JIS University');
  302. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('12', 'Ph.D in Statistics', '3', 'D02013', '', '', '', '', 'JIS University');
  303. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('14', 'B.Sc. - in Geology', '4', 'U021515', '', '3 YEARS', '', '', 'JIS University');
  304. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('16', 'M.Sc. in Geology', '5', 'P020215', '', '2 YEARS', '', '', 'JIS University');
  305. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('18', 'Ph.D in Geology', '6', 'D02015', '', '', '', '', 'JIS University');
  306. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('19', 'B.Sc. - in Biotechnology', '7', 'U021517', '', '3 YEARS', '', '', 'JIS University');
  307. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('20', 'B.Sc. - in Microbiology', '7', 'U021516', '', '3 YEARS', '', '', 'JIS University');
  308. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('21', 'M.Sc. in Biotechnology', '8', 'P020217', '', '2 YEARS', '', '', 'JIS University');
  309. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('22', 'M.Sc. in Microbiology', '8', 'P020216', '', '2 YEARS', '', '', 'JIS University');
  310. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('23', 'Ph.D in Biotechnology', '9', 'D02017', '', '', '', '', 'JIS University');
  311. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('24', 'Ph.D in Microbiology', '9', 'D02016', '', '', '', '', 'JIS University');
  312. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('25', 'Integrated BCA-MCA', '10', 'U04151920', '', '5 YEARS', '', '', 'JIS University');
  313. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('26', 'MCA', '11', 'P040320', '', '3 YEARS', '', '', 'JIS University');
  314. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('27', 'Ph.D in Computer Application', '12', 'D04021', '', '', '', '', 'JIS University');
  315. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('28', 'B.Sc. - in Economics', '13', 'U021518', '', '3 YEARS', '', '', 'JIS University');
  316. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('29', 'M.Sc. in Economics', '14', 'P020218', '', '2 YEARS', '', '', 'JIS University');
  317. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('31', 'Integrated BBA-LLB (Hons.)', '16', 'U03152729', '', '5 YEARS', '', '', 'JIS University');
  318. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('32', 'LLB', '17', 'U010329', '', '3 YEARS', '', '', 'JIS University');
  319. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('36', 'Integrated BBA-MBA', '20', 'U03152728', '', '5 YEARS', '', '', 'JIS University');
  320. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('37', 'B.Com', '21', 'U050325', '', '3 YEARS', '', '', 'JIS University');
  321. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('38', 'MBA Business Analytics', '22', 'P030232', '', '2 YEARS', '', '', 'JIS University');
  322. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('39', 'MBA Financial Systems', '22', 'P030224', '', '2 YEARS', '', '', 'JIS University');
  323. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('41', 'Ph.D in Management (HR)', '24', 'D03022', '', '', '', '', 'JIS University');
  324. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('42', 'Ph.D in Management (Marketing)', '24', 'D03023', '', '', '', '', 'JIS University');
  325. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('43', 'Ph.D in Management (Finance)', '24', 'D03024', '', '', '', '', 'JIS University');
  326. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('70', 'Integrated B.Sc.-M.Sc. in Digital Film Making & Visual Effects', '28', 'U061530', '', '5 YEARS', '', '', 'JIS University');
  327. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('71', 'Integrated B.Sc.-M.Sc. in Animation & Visual Effects', '28', 'U061531', '', '5 YEARS', '', '', 'JIS University');
  328. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('72', 'M.Sc. in Digital Film Making & Visual Effects', '29', 'P060230', '', '2 YEARS', '', '', 'JIS University');
  329. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('73', 'M.Sc. in Animation & Visual Effects', '29', 'P060231', '', '2 YEARS', '', '', 'JIS University');
  330. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('74', 'B.Sc. In Hospitality & Hotel Administration', '30', 'U070333', '', '3 YEAR', '', 'http://www.gnihm.ac.in/jet-form-fillup-for-jisuniversity.php', 'JIS University');
  331. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('75', 'B.Ed (Proposed)', '31', '', '', '2 YEARS', 'A Bachelor of Education (B.Ed) is an undergraduate professional degree which prepares students \r\n\r\nfor work as a teacher in schools, though in some countries additional work must be done in order for \r\n\r\nthe student to be fully qualified to teach. \r\n\r\nObjective of the course is to develop and strength the professional competency of the teachers to \r\n\r\nimport knowledge and understanding of various methods and practices for organizing learning \r\n\r\nexperiences to in-service teachers. To develop skills involved in selecting, developing and using \r\n\r\nevaluation techniques for begning outcomes of the children.', '', 'JIS University');
  332. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('76', 'Integrated B.Ed - M.Ed (Proposed)', '32', '', '', '3 YEARS', 'Integrated B.Ed - M.Ed study programme has a curriculum that includes the content of \r\n\r\nBachelor of Education (B.Ed) in addition with Master of Education (M.Ed). If a student opts \r\n\r\nfor an integrated BEd-MEd programme without an option of intermediate exit, they can \r\n\r\ncomplete both degrees in three years.', '', 'JIS University');
  333. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('77', 'MBA in Hospitality and Hotel Administration', '33', '', 'Graduation', '2 YEARS', '', 'http://www.gnihm.ac.in/jet-form-fillup-for-jisuniversity.php', 'JIS University');
  334. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('78', 'M.Sc in Hospitality and Hotel Administration', '34', '', 'Graduation', '2 YEARS', '', 'http://www.gnihm.ac.in/jet-form-fillup-for-jisuniversity.php', 'JIS University');
  335. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('79', 'B.Tech in Computer Science & Engineering', '36', '', '10+2', '4 YEARS', '', '', 'JIS University');
  336. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('80', 'B.Tech in Electronics & Communication Engineering', '36', '', '10+2', '', '', '', 'JIS University');
  337. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('81', 'M.Tech in Computer Science & Engineering', '37', '', 'B.Tech', '2 YEARS', '', '', 'JIS University');
  338. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('82', 'M.Tech in Electronics & Communication Engineering', '37', '', 'B.Tech', '2 YEARS', '', '', 'JIS University');
  339. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('83', 'Ph.D in Management (Systems)', '24', '', '', '', '', '', 'JIS University');
  340. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('84', 'Ph.D in Management (Buisness Analytics)', '24', '', '', '', '', '', 'JIS University');
  341. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('85', 'B.A. (Hons) in English', '38', '', '', '3 YEARS', '', '', 'JIS University');
  342. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('86', 'B.A.(Hons) Media & Journalism', '18', '', '', '', '', '', 'JIS University');
  343. INSERT INTO `map_programe` (`map_id`, `ind_programe_name`, `course_id`, `programe_code`, `eligibility`, `duration`, `description`, `link`, `university`) VALUES ('87', 'B.Pharm', '39', '', '10+2', '4 YEARS', '', '', 'JIS University');
  344. CREATE TABLE `mobile` (
  345. `mobile_id` int(11) NOT NULL AUTO_INCREMENT,
  346. `mobile` varchar(1000) NOT NULL,
  347. `mobile_update` datetime NOT NULL,
  348. `mobile_status` int(11) NOT NULL DEFAULT '0',
  349. `mobile_apply_name` text NOT NULL,
  350. PRIMARY KEY (`mobile_id`)
  351. ) ENGINE=MyISAM AUTO_INCREMENT=450 DEFAULT CHARSET=latin1;
  352.  
  353. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('1', '2147483647', '2015-04-30 13:14:53', '0', '0');
  354. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('2', '2147483647', '2015-04-30 13:16:01', '0', '0');
  355. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('3', '2147483647', '2015-04-30 13:18:14', '0', '0');
  356. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('4', '9874551194', '2015-04-30 13:19:48', '0', '0');
  357. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('5', '9804255565', '2015-04-30 13:24:09', '0', '0');
  358. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('6', '9874551194', '2015-04-30 13:29:22', '0', '0');
  359. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('7', '9874551194', '2015-04-30 13:31:38', '0', '0');
  360. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('8', '9874551194', '2015-04-30 13:31:40', '0', '0');
  361. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('9', '9874551194', '2015-04-30 13:31:40', '0', '0');
  362. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('10', '9051712050', '2015-04-30 13:32:41', '0', '0');
  363. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('11', '9051712050', '2015-04-30 13:32:43', '0', '0');
  364. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('12', '9051712050', '2015-04-30 13:32:44', '0', '0');
  365. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('13', '9051712050', '2015-04-30 13:32:45', '0', '0');
  366. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('14', '9051718170', '2015-04-30 13:33:13', '0', '0');
  367. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('15', '9804255565', '2015-04-30 13:34:49', '0', '0');
  368. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('16', '9804716181', '2015-04-30 13:35:26', '0', '0');
  369. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('17', '9874551194', '2015-04-30 14:34:48', '0', 'nirmalya');
  370. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('18', '7384781083', '2015-05-04 15:19:03', '0', 'Shubhankar');
  371. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('19', '8017273107', '2015-06-18 19:41:03', '0', 'YOGESH ');
  372. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('20', '7384451301', '2015-06-19 10:46:02', '0', 'Sudipto Saha');
  373. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('21', '9163958701', '2015-06-20 15:06:51', '0', 'Ankita Roy');
  374. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('22', '8013436535', '2015-06-21 09:59:34', '0', 'KAILASH KUMAR');
  375. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('23', '9748899388', '2015-06-21 17:28:23', '0', 'brateswar ghosh');
  376. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('24', '8961453390', '2015-06-24 06:29:38', '0', 'abdul kalam');
  377. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('25', '8334050773', '2015-06-24 12:54:50', '0', 'anup dutta');
  378. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('26', '9674334847', '2015-06-24 12:55:09', '0', 'nitai das');
  379. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('27', '8334050773', '2015-06-24 12:55:30', '0', 'anup dutta');
  380. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('28', '7385158465', '2015-06-24 13:28:24', '0', 'ANIK DE');
  381. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('29', '9780036447', '2015-06-24 13:50:20', '0', 'varun');
  382. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('30', '9988880424', '2015-06-24 13:50:45', '0', 'Varun');
  383. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('31', '9872688767', '2015-06-24 14:02:05', '0', 'Rajeev Sobti');
  384. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('32', '9475560192', '2015-06-26 22:58:53', '0', 'Shambhu Nath');
  385. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('33', '7278933153', '2015-06-27 18:15:49', '0', 'nabanita shome');
  386. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('34', '9051126672', '2015-06-28 20:18:40', '0', 'SNEHASIS SAHOO');
  387. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('35', '8582926224', '2015-07-03 11:05:22', '0', 'Neha agarwal');
  388. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('36', '8697043361', '2015-07-06 10:09:01', '0', 'TEST NEW');
  389. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('37', '9674255152', '2015-07-06 15:43:41', '0', 'komal mishra');
  390. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('38', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  391. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('39', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  392. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('40', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  393. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('41', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  394. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('42', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  395. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('43', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  396. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('44', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  397. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('45', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  398. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('46', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  399. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('47', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  400. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('48', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  401. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('49', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  402. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('50', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  403. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('51', '9614141435', '2015-07-07 00:10:45', '0', 'Junaid Shakil');
  404. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('52', '9614141435', '2015-07-07 11:14:37', '0', 'Junaid Shakil');
  405. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('53', '9614141435', '2015-07-07 11:14:37', '0', 'Junaid Shakil');
  406. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('54', '8335831572', '2015-07-08 14:39:11', '0', 'Tuhin Pal');
  407. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('55', '9830543331', '2015-07-09 01:01:24', '0', 'ARITRA CHATTERJEE');
  408. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('56', '9830543331', '2015-07-09 01:02:00', '0', 'ARITRA CHATTERJEE');
  409. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('57', '8981312035', '2015-07-10 16:34:14', '0', 'Beth Panday');
  410. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('58', '8334050773', '2015-07-11 12:33:02', '0', 'anup dutta');
  411. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('59', '8334050773', '2015-07-11 12:33:21', '0', 'kanu lal');
  412. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('60', '9333306847', '2015-07-11 20:18:06', '0', 'Aniruddha Ray');
  413. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('61', '9874455121', '2015-07-14 13:07:39', '0', 'Tirtha Dutta Biswas');
  414. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('62', '8170976132', '2015-07-14 16:39:57', '0', 'siddhartha ghosh');
  415. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('63', '8101698614', '2015-07-16 11:15:20', '0', 'Biplab Mahata');
  416. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('64', '9582392729', '2015-07-16 14:38:14', '0', 'abdul rehman');
  417. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('65', '9007060034', '2015-07-17 08:42:53', '0', 'SOURABH Rathi');
  418. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('66', '9331924199', '2015-07-17 08:43:08', '0', 'sourabh rathi');
  419. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('67', '1730042646', '2015-07-17 14:25:52', '0', 'Sachitra Baidya');
  420. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('68', '9647793375', '2015-07-18 21:58:35', '0', 'soumo');
  421. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('69', '7278361445', '2015-07-19 00:10:52', '0', 'priya ');
  422. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('70', '7278361445', '2015-07-19 00:10:52', '0', 'priya ');
  423. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('71', '7278361445', '2015-07-19 00:10:52', '0', 'priya ');
  424. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('72', '7278361445', '2015-07-19 00:10:52', '0', 'priya ');
  425. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('73', '7278361445', '2015-07-19 00:10:53', '0', 'priya ');
  426. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('74', '7278361445', '2015-07-19 00:10:53', '0', 'priya ');
  427. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('75', '7278361445', '2015-07-19 00:10:53', '0', 'priya ');
  428. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('76', '7278361445', '2015-07-19 00:10:53', '0', 'priya ');
  429. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('77', '7278361445', '2015-07-19 00:10:56', '0', 'priya ');
  430. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('78', '9874123142', '2015-07-21 03:43:50', '0', 'NIPUN');
  431. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('79', '9831320766', '2015-07-21 13:48:41', '0', 'eshani sadhukhan');
  432. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('80', '9831299796', '2015-07-25 20:03:27', '0', 'Dipanjan Basak');
  433. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('81', '9474669404', '2015-07-26 11:32:40', '0', 'nabamita ');
  434. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('82', '7278821965', '2015-07-26 12:46:22', '0', 'sunny');
  435. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('83', '9593828001', '2015-07-27 12:33:46', '0', 'Pritha');
  436. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('84', '9831340387', '2015-07-27 20:36:48', '0', 'prasanta saha');
  437. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('85', '8272985095', '2015-07-28 01:43:30', '0', 'Beth Panday');
  438. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('86', '9800504328', '2015-07-28 10:47:05', '0', 'ABHIJIT SASMAL');
  439. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('87', '9434833177', '2015-07-28 11:55:22', '0', 'Jyotirmoy Bhattacharjee');
  440. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('88', '9062370901', '2015-07-28 11:57:18', '0', 'SOURAV BANERJEE');
  441. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('89', '9933624154', '2015-07-28 16:01:42', '0', 'Himadri Mukherjee');
  442. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('90', '9153071010', '2015-07-28 19:42:27', '0', 'MASUM');
  443. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('91', '9477402107', '2015-07-28 22:13:08', '0', 'Ajoy Ghosh');
  444. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('92', '9563742478', '2015-07-29 13:39:52', '0', 'avishek kumar');
  445. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('93', '9563742478', '2015-07-29 13:40:18', '0', 'avishek kumar');
  446. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('94', '7044064596', '2015-07-29 14:33:14', '0', 'ARKA MUKHERJEE');
  447. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('95', '9836442747', '2015-07-31 12:09:14', '0', 'TANMOY PAUL');
  448. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('96', '9830306472', '2015-07-31 22:50:53', '0', 'Soumitra Mukherjee');
  449. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('97', '9434639643', '2015-08-02 17:27:21', '0', 'kiranmay dutta');
  450. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('98', '9474609369', '2015-08-03 17:59:52', '0', 'RAJSEKHAR PAL');
  451. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('99', '9476340377', '2015-08-03 18:00:16', '0', 'MRINMOY DAS');
  452. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('100', '9474638542', '2015-08-03 18:00:39', '0', 'SOURAV CHOTTOPADHYAY');
  453. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('101', '9474609369', '2015-08-03 18:04:36', '0', 'RAJSEKHAR PAL');
  454. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('102', '7585865111', '2015-08-04 22:14:42', '0', 'Sintu Mondal');
  455. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('103', '9732812860', '2015-08-05 02:35:15', '0', 'koushik dhara');
  456. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('104', '9732812860', '2015-08-05 02:41:33', '0', 'koushik dhara');
  457. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('105', '9434355907', '2015-08-15 12:11:53', '0', 'sontu');
  458. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('106', '7384451301', '2015-08-23 20:39:59', '0', 'Sudipto saha');
  459. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('107', '8981556206', '2015-08-25 20:36:04', '0', 'MRINMOY HAZRA');
  460. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('108', '9434736543', '2015-08-29 16:44:52', '0', 'tanmoy roy');
  461. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('109', '9733063733', '2015-08-30 00:29:44', '0', 'Dr Anunoy Samanta');
  462. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('110', '7384778948', '2015-08-31 21:31:57', '0', 'SUBHRA BATABYAL');
  463. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('111', '8420564888', '2015-09-01 02:20:51', '0', 'sarbajit roy');
  464. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('112', '9038045797', '2015-09-01 12:18:13', '0', 'suman roy');
  465. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('113', '9163667536', '2015-09-02 14:04:36', '0', 'Piyali Basak');
  466. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('114', '9163667536', '2015-09-02 14:04:36', '0', 'Piyali Basak');
  467. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('115', '9163667536', '2015-09-02 14:04:36', '0', 'Piyali Basak');
  468. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('116', '9163667536', '2015-09-02 14:05:00', '0', 'Piyali Basak');
  469. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('117', '9088468831', '2015-09-03 18:33:07', '0', 'Aroj sekh');
  470. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('118', '9088468831', '2015-09-03 18:34:02', '0', 'Aroj sekh');
  471. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('119', '7031664249', '2015-09-06 12:50:06', '0', '7031664249');
  472. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('120', '8738878678', '2015-09-09 10:56:17', '0', 'SHAZIA HAMEED');
  473. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('121', '8738878678', '2015-09-09 10:56:44', '0', 'SHAZIA HAMEED');
  474. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('122', '9883694565', '2015-09-11 09:43:15', '0', 'hemant kumar singh');
  475. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('123', '9734701750', '2015-09-24 15:10:40', '0', 'Rupak Ghosh');
  476. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('124', '8759463883', '2015-10-09 15:44:58', '0', 'gopal bhunia');
  477. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('125', '9883280167', '2015-10-10 18:25:15', '0', 'Raju Singh');
  478. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('126', '9832192139', '2015-10-25 21:43:33', '0', 'SUBHRA KANTI BATABYAL');
  479. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('127', '9432311951', '2015-10-28 12:58:59', '0', 'Prasenjit');
  480. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('128', '9475556248', '2015-10-31 11:09:38', '0', 'Sourav Ghosh');
  481. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('129', '8513805935', '2015-11-03 14:08:49', '0', 'md');
  482. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('130', '1705953954', '2015-11-04 19:10:46', '0', 'uzzal');
  483. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('131', '9088336311', '2015-11-16 13:21:07', '0', 'Aniruddha Ganguly');
  484. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('132', '9800356242', '2015-11-17 20:55:36', '0', 'Suman Ghosh ');
  485. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('133', '9732109970', '2015-11-19 15:30:44', '0', 'Som');
  486. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('134', '9775550482', '2015-11-21 10:49:42', '0', 'Dr. Shrimanta Ray ');
  487. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('135', '7585809004', '2015-11-23 13:28:16', '0', 'rajesh mandal');
  488. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('136', '9836432028', '2015-12-06 09:46:21', '0', 'Arnab Datta');
  489. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('137', '8013131861', '2015-12-09 11:20:27', '0', 'Susmita Maitra');
  490. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('138', '8276834866', '2015-12-09 14:26:30', '0', 'DIPTANU BISWAS');
  491. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('139', '8486993615', '2015-12-10 22:44:05', '0', 'SIDDHARTHA SINHA');
  492. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('140', '9239501120', '2015-12-12 06:49:41', '0', 'SOUMITRA RANJAN DAS');
  493. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('141', '9432311951', '2015-12-14 11:07:17', '0', 'prasenjit');
  494. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('142', '9432311951', '2015-12-14 11:07:39', '0', 'prasenjit');
  495. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('143', '9635303908', '2015-12-20 19:18:41', '0', 'MANAS BHAKAT');
  496. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('144', '9635303908', '2015-12-20 19:21:07', '0', 'MANAS BHAKAT');
  497. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('145', '7878788787', '2015-12-27 22:10:38', '0', 'ghfg gfhfg9');
  498. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('146', '8537844110', '2015-12-29 12:15:40', '0', 'sayan sen');
  499. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('147', '9098941543', '2015-12-29 19:08:21', '0', 'Sreya Sen');
  500. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('148', '9830542434', '2016-01-02 18:09:55', '0', 'Somnath Roy');
  501. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('149', '9711218304', '2016-01-05 12:32:00', '0', 'somnath');
  502. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('150', '9471612254', '2016-01-09 13:45:07', '0', 'Shivangi');
  503. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('151', '9033800853', '2016-01-10 21:56:08', '0', 'harsh chelani');
  504. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('152', '9007819556', '2016-01-14 21:21:59', '0', 'SUSANKAR CHATTERJEE');
  505. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('153', '9051799499', '2016-01-15 11:50:38', '0', 'Ananya Mukhopadhyay');
  506. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('154', '8951432471', '2016-01-20 16:01:56', '0', 'shreya basu');
  507. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('155', '9126873424', '2016-01-27 15:48:38', '0', 'md moid');
  508. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('156', '9126873424', '2016-01-27 15:49:11', '0', 'md moid');
  509. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('157', '9002706987', '2016-02-02 18:57:02', '0', 'amit');
  510. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('158', '9831835517', '2016-02-10 16:59:52', '0', 'Ayan Chattopadhyay');
  511. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('159', '9734701750', '2016-02-12 16:29:36', '0', 'Rupak Ghosh');
  512. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('160', '9051268104', '2016-02-16 19:35:46', '0', 'debasish tewari');
  513. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('161', '9734701750', '2016-02-17 11:56:13', '0', 'rupak ghosh');
  514. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('162', '8296699484', '2016-02-19 11:29:10', '0', 'SOUMEN JANA');
  515. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('163', '8296699484', '2016-02-19 11:29:17', '0', 'SOUMEN JANA');
  516. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('164', '7278247051', '2016-02-21 20:23:34', '0', 'ashish mishra');
  517. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('165', '9007883336', '2016-02-23 18:56:40', '0', 'Sanyukta Mukherjee');
  518. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('166', '9007883336', '2016-02-23 19:11:46', '0', 'Sanyukta');
  519. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('167', '9432313782', '2016-02-29 11:16:38', '0', 'M Bhattacharjee');
  520. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('168', '8653108813', '2016-03-01 14:19:04', '0', 'Shubham raha');
  521. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('169', '7076495741', '2016-03-03 10:29:01', '0', 'HRITWICK JATI');
  522. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('170', '9911756080', '2016-03-07 22:56:10', '0', 'Manas Kumar Das');
  523. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('171', '9475256743', '2016-03-10 19:42:06', '0', 'Atanu sen');
  524. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('172', '9475256743', '2016-03-10 19:42:58', '0', 'Atanu sen');
  525. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('173', '9126377164', '2016-03-15 13:25:11', '0', 'Rajesh kumar Das');
  526. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('174', '9126377164', '2016-03-15 13:25:13', '0', 'Rajesh kumar Das');
  527. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('175', '9934963542', '2016-03-22 08:29:01', '0', 'Rajeev Sharma');
  528. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('176', '9934963542', '2016-03-22 08:29:01', '0', 'Rajeev Sharma');
  529. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('177', '8786776866', '2016-03-22 11:02:53', '0', 'hhdfhd');
  530. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('178', '9432810785', '2016-03-26 19:46:06', '0', 'Panchali Sarkar');
  531. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('179', '9433358201', '2016-03-30 17:59:02', '0', 'B.GOSWAMI');
  532. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('180', '9432342025', '2016-03-31 14:56:32', '0', 'SUKUMAR KANJILAL');
  533. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('181', '9432342025', '2016-04-01 11:44:34', '0', 'Sukumar Kanjilal');
  534. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('182', '7897897898', '2016-04-03 20:07:09', '0', 'gds');
  535. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('183', '9830839124', '2016-04-05 17:24:08', '0', 'Meghdoot Ghosh');
  536. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('184', '8334811118', '2016-04-05 21:31:37', '0', 'Arka Tilak Bhadra');
  537. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('185', '8334811118', '2016-04-05 21:32:21', '0', 'Arka Tilak Bhadra');
  538. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('186', '9734701750', '2016-04-08 10:55:48', '0', 'rupak ghosh');
  539. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('187', '9674902874', '2016-04-12 13:03:36', '0', 'Tanaya Das');
  540. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('188', '9018114400', '2016-04-12 20:07:47', '0', 'Shahnaz Ahmad');
  541. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('189', '9891215780', '2016-04-19 12:17:36', '0', 'Himanshu');
  542. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('190', '9038051121', '2016-04-19 13:30:49', '0', 'Rupak Ghosh');
  543. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('191', '9831835517', '2016-04-22 11:42:40', '0', 'Ayan Chattopadhyay');
  544. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('192', '8902337844', '2016-04-23 20:53:47', '0', 'subarna chatterjee');
  545. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('193', '7059828927', '2016-04-24 09:56:52', '0', 'mani shankar bhada');
  546. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('194', '8981456642', '2016-04-24 19:22:54', '0', 'SUBARNA CHATTERJEE');
  547. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('195', '9804334112', '2016-04-26 21:42:03', '0', 'RUMA POREY');
  548. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('196', '9804334112', '2016-04-26 21:42:25', '0', 'RUMA POREY');
  549. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('197', '8927527997', '2016-04-27 18:55:04', '0', 'Smruti Rekha Sahoo');
  550. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('198', '8583885788', '2016-04-28 01:05:59', '0', 'rakesh');
  551. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('199', '8436169543', '2016-04-29 19:37:00', '0', 'ANANYA KARAN');
  552. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('200', '9432342025', '2016-04-30 12:40:29', '0', 'SUKUMAR KANJILAL');
  553. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('201', '9038662723', '2016-05-03 16:20:43', '0', 'krishnendu');
  554. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('202', '8537844110', '2016-05-07 22:52:33', '0', 'Sayan Sen');
  555. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('203', '8961537989', '2016-05-09 22:46:42', '0', 'AMAN GUPTA');
  556. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('204', '9804288322', '2016-05-11 01:16:40', '0', 'Amrita Nandi');
  557. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('205', '9134568585', '2016-05-12 13:36:28', '0', 'Habibur Rahaman');
  558. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('206', '9134568585', '2016-05-12 13:37:06', '0', 'Habibur Rahaman');
  559. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('207', '9134568585', '2016-05-12 13:37:07', '0', 'Habibur Rahaman');
  560. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('208', '9134568585', '2016-05-12 13:37:08', '0', 'Habibur Rahaman');
  561. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('209', '9134568585', '2016-05-12 13:37:13', '0', 'Habibur Rahaman');
  562. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('210', '9134568585', '2016-05-12 13:37:13', '0', 'Habibur Rahaman');
  563. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('211', '9134568585', '2016-05-12 13:37:15', '0', 'Habibur Rahaman');
  564. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('212', '9134568585', '2016-05-12 13:37:17', '0', 'Habibur Rahaman');
  565. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('213', '9134568585', '2016-05-12 13:37:17', '0', 'Habibur Rahaman');
  566. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('214', '9038477818', '2016-05-12 14:54:24', '0', 'P Sarkar');
  567. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('215', '8507681984', '2016-05-13 16:40:54', '0', 'vishal gupta');
  568. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('216', '8967346022', '2016-05-13 20:13:32', '0', 'Abhijit Pradhan ');
  569. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('217', '7872839426', '2016-05-15 19:24:27', '0', 'Arindam patra');
  570. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('218', '8981521379', '2016-05-16 07:21:58', '0', 'Dhiraj singh');
  571. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('219', '8486614433', '2016-05-18 03:54:00', '0', 'Rinku');
  572. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('220', '8486614433', '2016-05-18 03:54:01', '0', 'Rinku');
  573. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('221', '8768778258', '2016-05-18 11:31:30', '0', 'Anushree Ghosh');
  574. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('222', '8768729924', '2016-05-19 10:11:11', '0', 'rahul thapa');
  575. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('223', '8768729924', '2016-05-19 10:11:14', '0', 'rahul thapa');
  576. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('224', '9883227295', '2016-05-19 12:10:08', '0', 'Ajay Kumar Sharma');
  577. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('225', '8981431785', '2016-05-19 21:13:33', '0', 'rajdip ghosh');
  578. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('226', '9647997942', '2016-05-19 23:26:00', '0', 'Prabir Kumar Dolui');
  579. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('227', '8902492723', '2016-05-20 20:58:00', '0', 'Jyotirmoy Datta');
  580. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('228', '9434061896', '2016-05-21 11:04:07', '0', 'Ritam Dutta');
  581. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('229', '8961605880', '2016-05-21 13:47:11', '0', 'AVIRUP DAS');
  582. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('230', '9836326036', '2016-05-21 13:55:06', '0', 'SANTANU BHAR');
  583. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('231', '7076853419', '2016-05-21 14:41:09', '0', 'Saha Alam Molla');
  584. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('232', '7076853419', '2016-05-21 14:41:11', '0', 'Saha Alam Molla');
  585. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('233', '9733202489', '2016-05-22 08:42:41', '0', 'ABU BAKKAR SIDDIK');
  586. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('234', '9435335694', '2016-05-22 12:21:26', '0', 'arjun');
  587. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('235', '9407754440', '2016-05-22 19:04:45', '0', 'ANJANI AGRAWAL');
  588. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('236', '8017843312', '2016-05-22 20:03:51', '0', 'Anwesha Chatterjee');
  589. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('237', '9734646389', '2016-05-22 21:44:50', '0', 'sharmistha bera');
  590. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('238', '9874369375', '2016-05-23 23:13:08', '0', 'ARCHAN DUTTA');
  591. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('239', '9874369375', '2016-05-24 00:37:03', '0', 'ARCHAN DUTTA');
  592. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('240', '8271149551', '2016-05-24 22:59:00', '0', 'pranay raj');
  593. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('241', '9386680705', '2016-05-24 22:59:27', '0', 'prem raj ');
  594. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('242', '9263533099', '2016-05-25 09:39:40', '0', 'HARSH KEDIA');
  595. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('243', '8961769620', '2016-05-25 10:08:11', '0', 'sambuddha das');
  596. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('244', '9051157505', '2016-05-27 14:26:35', '0', 'surbhi');
  597. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('245', '8409178967', '2016-05-27 23:01:31', '0', 'vijay kumar');
  598. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('246', '8017957018', '2016-05-29 10:48:20', '0', 'Debdoot Mukherjee');
  599. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('247', '9006804618', '2016-05-29 15:45:51', '0', 'aayush');
  600. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('248', '9748936641', '2016-05-29 16:07:22', '0', 'Santosh Singh');
  601. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('249', '9051584303', '2016-05-29 22:45:25', '0', 'Souvik mandal');
  602. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('250', '8876246751', '2016-05-30 15:45:31', '0', 'durlabh bora');
  603. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('251', '8876246751', '2016-05-30 15:45:36', '0', 'durlabh bora');
  604. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('252', '8820139211', '2016-05-30 16:28:09', '0', 'samiran maity');
  605. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('253', '7059437507', '2016-05-31 14:33:56', '0', 'SUBHAM');
  606. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('254', '8436410260', '2016-06-01 20:14:46', '0', 'Sumanta Chakraborty');
  607. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('255', '8900139240', '2016-06-01 21:14:46', '0', 'Manab Ghoshal');
  608. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('256', '8900139240', '2016-06-01 21:14:47', '0', 'Manab Ghoshal');
  609. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('257', '8900139240', '2016-06-01 21:14:55', '0', 'Manab Ghoshal');
  610. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('258', '8900139240', '2016-06-01 21:15:03', '0', 'Manab Ghoshal');
  611. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('259', '8900139240', '2016-06-01 21:15:17', '0', 'Manab Ghoshal');
  612. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('260', '8900139240', '2016-06-01 21:15:24', '0', 'Manab Ghoshal');
  613. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('261', '8900139240', '2016-06-01 21:16:12', '0', 'Manab Ghoshal');
  614. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('262', '8900139240', '2016-06-01 21:16:17', '0', 'Manab Ghoshal');
  615. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('263', '7827271917', '2016-06-02 11:46:20', '0', 'gyan sagar');
  616. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('264', '7204750730', '2016-06-03 15:58:23', '0', 'arindam');
  617. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('265', '7204750730', '2016-06-03 16:00:52', '0', 'arindam');
  618. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('266', '8985212189', '2016-06-05 14:09:44', '0', 'phanendra varma ');
  619. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('267', '9830469450', '2016-06-06 14:53:05', '0', 'salome sarkar');
  620. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('268', '9830469450', '2016-06-06 14:55:27', '0', 'salome sarkar');
  621. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('269', '9831675759', '2016-06-06 17:39:01', '0', 'MD Sanjar Ali');
  622. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('270', '9831675759', '2016-06-06 17:39:57', '0', 'Md Sanjar Ali');
  623. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('271', '9836180194', '2016-06-06 18:46:18', '0', 'ANKITA DAS');
  624. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('272', '9804963554', '2016-06-06 21:43:55', '0', 'dwip hazra');
  625. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('273', '8927527997', '2016-06-07 17:00:33', '0', 'Smruti Rekha Sahoo');
  626. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('274', '9406712527', '2016-06-07 17:12:33', '0', 'Mrinmoy Roy');
  627. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('275', '9062404811', '2016-06-08 11:09:53', '0', 'sweta');
  628. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('276', '9564122968', '2016-06-08 13:59:08', '0', 'Mukhles Biswas');
  629. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('277', '8991951763', '2016-06-08 15:57:34', '0', 'Anirban');
  630. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('278', '8991951763', '2016-06-08 15:57:38', '0', 'Anirban');
  631. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('279', '8420006470', '2016-06-08 18:11:49', '0', 'rumkiroy');
  632. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('280', '8420006470', '2016-06-08 18:12:31', '0', 'rumkiroy');
  633. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('281', '8902251459', '2016-06-08 21:03:52', '0', 'Pramit Banerjee');
  634. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('282', '8906491896', '2016-06-09 08:41:35', '0', 'Aliva Das');
  635. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('283', '8972277955', '2016-06-09 15:43:16', '0', 'AZARUL SK');
  636. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('284', '9474430997', '2016-06-11 15:15:08', '0', 'Abhijit Dey');
  637. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('285', '8985212189', '2016-06-12 09:39:19', '0', 'hari varma');
  638. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('286', '8906966929', '2016-06-12 14:18:57', '0', 'Tapshi Mallick');
  639. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('287', '9564743653', '2016-06-13 11:38:23', '0', 'Anirudha Ghosh');
  640. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('288', '9748676207', '2016-06-13 13:48:01', '0', 'Debayan Chakraborty');
  641. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('289', '9748676207', '2016-06-13 13:48:22', '0', 'Debayan Chakraborty');
  642. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('290', '9836180194', '2016-06-13 18:06:52', '0', 'Ankita Das');
  643. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('291', '9836180194', '2016-06-13 18:23:55', '0', 'Ankita Das');
  644. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('292', '9051337206', '2016-06-13 20:10:38', '0', 'Subhankar Das');
  645. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('293', '9977241885', '2016-06-14 13:21:36', '0', 'Shrijeet Das');
  646. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('294', '8420142056', '2016-06-15 09:37:32', '0', 'kaustavbanerjee');
  647. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('295', '8420142056', '2016-06-15 09:37:33', '0', 'kaustavbanerjee');
  648. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('296', '9582331362', '2016-06-15 17:00:30', '0', 'Sudip Banerjee');
  649. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('297', '8017381824', '2016-06-15 17:25:37', '0', 'Soumi Das');
  650. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('298', '7059301647', '2016-06-15 20:34:19', '0', 'indrani modak');
  651. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('299', '8013324740', '2016-06-15 21:49:06', '0', 'Sayantan Barua');
  652. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('300', '9851823600', '2016-06-15 23:30:32', '0', 'Anima Bain');
  653. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('301', '9163482045', '2016-06-16 09:47:42', '0', 'Dr. Chittabrata');
  654. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('302', '9804334112', '2016-06-16 20:50:32', '0', 'RUMA POREY');
  655. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('303', '9733925560', '2016-06-17 11:21:20', '0', 'papai das');
  656. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('304', '8602001217', '2016-06-17 22:14:45', '0', 'SANDIPAN BISWAS');
  657. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('305', '8602001217', '2016-06-17 22:14:45', '0', 'SANDIPAN BISWAS');
  658. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('306', '9438627312', '2016-06-17 23:38:09', '0', 'Prof.(Dr.) Susanta Kumar Pathy');
  659. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('307', '7686054250', '2016-06-18 10:40:26', '0', 'rayhaan ali');
  660. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('308', '8001548617', '2016-06-18 11:09:50', '0', 'KAWSAR ALI');
  661. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('309', '8001548617', '2016-06-18 11:10:38', '0', 'KAWSAR ALI');
  662. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('310', '7070219737', '2016-06-18 20:27:15', '0', 'Sagun Mahato');
  663. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('311', '8001388316', '2016-06-18 22:33:36', '0', 'Md Masadul Islam ');
  664. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('312', '9433831218', '2016-06-19 20:40:08', '0', 'Subhendu Saha');
  665. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('313', '9163846555', '2016-06-20 00:15:50', '0', 'Mukesh kumar Singh ');
  666. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('314', '9163846555', '2016-06-20 00:16:00', '0', 'Mukesh kumar Singh ');
  667. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('315', '7278103163', '2016-06-20 08:34:14', '0', 'sagar paul');
  668. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('316', '9883552375', '2016-06-20 13:02:26', '0', 'qamar zia');
  669. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('317', '8481980986', '2016-06-20 21:26:51', '0', 'Sayani Biswas');
  670. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('318', '9831442531', '2016-06-20 21:49:16', '0', 'Spandan Saha');
  671. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('319', '9903107885', '2016-06-20 21:49:32', '0', 'Spandan Saha');
  672. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('320', '9091891368', '2016-06-21 12:34:40', '0', 'baban gain');
  673. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('321', '7384017565', '2016-06-21 22:11:22', '0', 'Subhajyoti Roy');
  674. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('322', '8622951325', '2016-06-22 09:37:57', '0', 'parvez');
  675. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('323', '8622951325', '2016-06-22 09:38:18', '0', 'parvez');
  676. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('324', '8017843917', '2016-06-22 13:02:48', '0', 'Nayana Ghosh');
  677. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('325', '7866899146', '2016-06-22 21:39:23', '0', 'RUDRA SHANKAR PATI');
  678. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('326', '7866899146', '2016-06-23 16:43:33', '0', 'RUDRA SHANKAR PATI');
  679. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('327', '9078974302', '2016-06-23 21:58:47', '0', 'satya');
  680. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('328', '9733202489', '2016-06-25 17:23:50', '0', 'ABU BAKKAR SIDDIK');
  681. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('329', '9832821308', '2016-06-26 15:45:26', '0', 'Subhadeep Sharma');
  682. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('330', '9832821308', '2016-06-26 15:46:00', '0', 'Subhadeep Sharma');
  683. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('331', '9432146124', '2016-06-26 20:28:50', '0', 'gopa mukherjee');
  684. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('332', '8902492723', '2016-06-26 22:07:47', '0', 'JYOTIRMOY');
  685. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('333', '8348130849', '2016-06-27 11:28:12', '0', 'Rahul choudhary');
  686. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('334', '9836865554', '2016-06-27 13:59:19', '0', 'FS');
  687. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('335', '7890125680', '2016-06-28 08:59:06', '0', 'sourish ghosh');
  688. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('336', '7890125680', '2016-06-28 08:59:32', '0', 'sourish ghosh');
  689. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('337', '9733138096', '2016-06-28 11:49:36', '0', 'Wasim Akram');
  690. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('338', '9733138096', '2016-06-28 11:50:21', '0', 'WASIM AKRAM');
  691. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('339', '9733138096', '2016-06-28 11:51:07', '0', 'Wasim Akram');
  692. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('340', '9570887453', '2016-06-28 17:15:02', '0', 'Sanjay kumar');
  693. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('341', '7319423612', '2016-06-29 16:46:46', '0', 'Joyoshish Saha');
  694. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('342', '9733138096', '2016-06-30 19:46:36', '0', 'WASIM AKRAM');
  695. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('343', '8348506533', '2016-07-01 12:25:32', '0', 'PROVAKAR GHOSAL');
  696. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('344', '8974797224', '2016-07-01 18:06:55', '0', 'Avay Kumar Ray');
  697. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('345', '9800829664', '2016-07-02 00:58:14', '0', 'Sarat');
  698. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('346', '9800829664', '2016-07-02 00:58:37', '0', 'Sarat');
  699. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('347', '8945047392', '2016-07-02 11:41:47', '0', 'argha');
  700. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('348', '8979792139', '2016-07-02 12:54:04', '0', 'Sirsendu');
  701. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('349', '8945047392', '2016-07-02 21:21:13', '0', 'argha');
  702. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('350', '8945047392', '2016-07-03 11:48:40', '0', 'akash ');
  703. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('351', '9903911223', '2016-07-04 11:20:13', '0', 'Koyeli Dasgupta');
  704. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('352', '9547053004', '2016-07-04 17:35:42', '0', 'SK SUMAN');
  705. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('353', '9331931015', '2016-07-04 18:27:30', '0', 'Upendra Kumar Singh');
  706. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('354', '9331931015', '2016-07-04 18:27:30', '0', 'Upendra Kumar Singh');
  707. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('355', '9331931015', '2016-07-04 18:27:31', '0', 'Upendra Kumar Singh');
  708. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('356', '9331931015', '2016-07-04 18:27:32', '0', 'Upendra Kumar Singh');
  709. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('357', '9331931015', '2016-07-04 18:27:33', '0', 'Upendra Kumar Singh');
  710. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('358', '9331931015', '2016-07-04 18:27:33', '0', 'Upendra Kumar Singh');
  711. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('359', '9331931015', '2016-07-04 18:27:33', '0', 'Upendra Kumar Singh');
  712. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('360', '9331931015', '2016-07-04 18:27:34', '0', 'Upendra Kumar Singh');
  713. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('361', '9331931015', '2016-07-04 18:27:34', '0', 'Upendra Kumar Singh');
  714. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('362', '9331931015', '2016-07-04 18:27:34', '0', 'Upendra Kumar Singh');
  715. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('363', '9331931015', '2016-07-04 18:27:36', '0', 'Upendra Kumar Singh');
  716. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('364', '9331931015', '2016-07-04 18:27:36', '0', 'Upendra Kumar Singh');
  717. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('365', '9331931015', '2016-07-04 18:27:37', '0', 'Upendra Kumar Singh');
  718. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('366', '8100004554', '2016-07-04 21:54:21', '0', 'MEGHA KUMARI');
  719. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('367', '8100896937', '2016-07-05 18:43:52', '0', 'Nasima');
  720. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('368', '9163888650', '2016-07-06 10:32:09', '0', 'Esak tamang');
  721. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('369', '9163888650', '2016-07-06 10:32:44', '0', 'esak tang');
  722. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('370', '7384451301', '2016-07-08 09:27:48', '0', 'SUDIPTO SAHA');
  723. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('371', '9475529527', '2016-07-08 19:01:14', '0', 'Mrityunjoy');
  724. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('372', '9804805224', '2016-07-09 09:33:18', '0', 'Anik Ghosh');
  725. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('373', '7031516440', '2016-07-09 12:46:45', '0', '');
  726. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('374', '7031516440', '2016-07-09 12:46:49', '0', '');
  727. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('375', '7031516440', '2016-07-09 12:46:50', '0', '');
  728. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('376', '7031516440', '2016-07-09 12:46:51', '0', '');
  729. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('377', '7031516440', '2016-07-09 12:47:41', '0', '');
  730. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('378', '7031516440', '2016-07-09 12:47:42', '0', '');
  731. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('379', '7031516440', '2016-07-09 12:47:42', '0', '');
  732. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('380', '7031516440', '2016-07-09 12:47:43', '0', '');
  733. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('381', '7031516440', '2016-07-09 12:47:45', '0', '');
  734. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('382', '7031516440', '2016-07-09 12:47:46', '0', '');
  735. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('383', '7031516440', '2016-07-09 12:47:47', '0', '');
  736. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('384', '9804742286', '2016-07-10 00:46:44', '0', 'Md Sanjar Ali');
  737. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('385', '9804742286', '2016-07-10 00:47:08', '0', 'SANJAR ALI ');
  738. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('386', '7031516440', '2016-07-10 08:41:46', '0', '');
  739. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('387', '7031516440', '2016-07-10 08:41:48', '0', '');
  740. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('388', '7031516440', '2016-07-10 08:41:48', '0', '');
  741. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('389', '8011932525', '2016-07-10 10:07:43', '0', 'Kiran Kurmi ');
  742. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('390', '7797648082', '2016-07-10 14:35:15', '0', 'tanmay');
  743. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('391', '8578079105', '2016-07-10 22:55:05', '0', 'Aditi');
  744. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('392', '8578079105', '2016-07-10 22:55:05', '0', 'Aditi');
  745. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('393', '9434538777', '2016-07-11 19:14:10', '0', 'ayan mukherjee');
  746. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('394', '9830631941', '2016-07-12 11:01:39', '0', 'Arupratan Bagchi');
  747. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('395', '9090062427', '2016-07-12 15:07:46', '0', 'Kajal hota');
  748. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('396', '7074549604', '2016-07-12 22:47:00', '0', 'AKASH SARKAR ');
  749. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('397', '8972913888', '2016-07-15 12:16:31', '0', 'Sunita Bhattacharya');
  750. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('398', '8013936976', '2016-07-15 14:33:57', '0', 'Rajarshi Mitra');
  751. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('399', '8013936976', '2016-07-15 14:34:23', '0', 'Rajarshi Mitra');
  752. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('400', '8759225445', '2016-07-16 17:37:13', '0', 'supriyo sahu');
  753. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('401', '8967538122', '2016-07-16 22:14:29', '0', 'Arafat gain');
  754. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('402', '8013499268', '2016-07-18 14:49:57', '0', 'INDRANI BANERJEE CHAKRABORTY');
  755. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('403', '9570887453', '2016-07-19 14:46:08', '0', 'Sanjay kr');
  756. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('404', '8409718831', '2016-07-20 08:48:17', '0', 'MD SANOUAR');
  757. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('405', '9609933713', '2016-07-20 11:48:52', '0', 'Subhadeep Majumdar');
  758. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('406', '9679742899', '2016-07-21 18:15:12', '0', 'debabrata');
  759. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('407', '8293866471', '2016-07-21 19:17:40', '0', 'JAYANTA PAUL');
  760. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('408', '7890125680', '2016-07-22 09:10:37', '0', 'Sourish Ghosh');
  761. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('409', '7076345161', '2016-07-22 13:20:55', '0', 'Bhupen Barman');
  762. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('410', '9474620106', '2016-07-22 13:45:18', '0', 'ANUPAM JANA');
  763. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('411', '8981735331', '2016-07-22 13:48:09', '0', 'Priyanjali Roy');
  764. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('412', '7549019221', '2016-07-22 17:48:37', '0', 'MD SANOUAR');
  765. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('413', '9563951282', '2016-07-23 12:06:57', '0', 'Rakesh');
  766. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('414', '9935375164', '2016-07-23 17:32:51', '0', 'deepak');
  767. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('415', '8981922632', '2016-07-26 09:42:20', '0', 'Mashreeta Singh');
  768. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('416', '9038375468 ', '2016-07-26 19:35:00', '0', 'Sohini chakraborty ');
  769. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('417', '9038375468 ', '2016-07-26 19:35:17', '0', 'Sohini chakraborty ');
  770. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('418', '9038375468 ', '2016-07-26 19:44:05', '0', 'Sohini chakraborty ');
  771. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('419', '9883272669', '2016-07-28 05:47:28', '0', 'Sushanta Kumar Roy ');
  772. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('420', '7077999655', '2016-07-29 14:42:52', '0', 'akash maharana');
  773. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('421', '9007229410', '2016-07-29 22:54:59', '0', 'Prasun Sarkar');
  774. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('422', '8017390446', '2016-08-01 14:50:11', '0', 'Sadik khan');
  775. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('423', '9431256414', '2016-08-02 17:15:27', '0', 'Naveen Kumar');
  776. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('424', '9473296958', '2016-08-02 17:15:53', '0', 'Naveen Kumar');
  777. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('425', '9681747322', '2016-08-03 12:53:51', '0', 'chandan');
  778. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('426', '9038220102', '2016-08-03 16:27:59', '0', 'Amit majumdar ');
  779. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('427', '8961837084', '2016-08-04 11:38:49', '0', 'gurlaldeep singh');
  780. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('428', '9614290781', '2016-08-05 20:43:42', '0', 'Anup Kr Ghosh');
  781. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('429', '9733868620', '2016-08-06 11:19:24', '0', 'MUSTAFIZUR RAHAMAN');
  782. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('430', '9330860748', '2016-08-06 22:49:52', '0', 'manas');
  783. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('431', '9614134207', '2016-08-07 20:54:53', '0', 'Biswarup Mondal');
  784. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('432', '8768172560', '2016-08-08 11:05:09', '0', 'kanaklata rai');
  785. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('433', '9434675204', '2016-08-08 20:48:34', '0', 'AVANTIKA MAITY');
  786. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('434', '9434675204', '2016-08-08 20:48:54', '0', 'AVANTIKA MAITY');
  787. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('435', '9434568064', '2016-08-09 20:46:53', '0', 'hirak sarkar');
  788. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('436', '9163511731', '2016-08-10 06:23:12', '0', 'Taraknath roy');
  789. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('437', '7568757977', '2016-08-11 09:35:52', '0', 'ajay');
  790. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('438', '7044687572', '2016-08-11 15:54:32', '0', 'subham modak');
  791. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('439', '7044687572', '2016-08-11 15:55:20', '0', 'subham modak');
  792. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('440', '7044687572', '2016-08-11 15:55:20', '0', 'subham modak');
  793. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('441', '7044687572', '2016-08-11 15:55:59', '0', 'subham modak');
  794. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('442', '7044687572', '2016-08-11 15:56:00', '0', 'subham modak');
  795. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('443', '7059510026', '2016-08-11 20:28:05', '0', 'aishwarya das');
  796. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('444', '7059208177', '2016-08-11 20:28:27', '0', 'aishwarya das');
  797. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('445', '8001858792', '2016-08-11 21:54:27', '0', 'Sujoy Pal');
  798. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('446', '8001858792', '2016-08-11 21:54:30', '0', 'Sujoy Pal');
  799. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('447', '8001858792', '2016-08-11 21:54:31', '0', 'Sujoy Pal');
  800. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('448', '8001858792', '2016-08-11 21:54:33', '0', 'Sujoy Pal');
  801. INSERT INTO `mobile` (`mobile_id`, `mobile`, `mobile_update`, `mobile_status`, `mobile_apply_name`) VALUES ('449', '9051330914', '2016-08-12 10:49:38', '0', 'Swati Singha');
  802. CREATE TABLE `programe` (
  803. `programe_id` int(11) NOT NULL AUTO_INCREMENT,
  804. `programe_name` varchar(500) COLLATE armscii8_bin NOT NULL,
  805. `programe_shortname` varchar(300) COLLATE armscii8_bin NOT NULL,
  806. `programe_Updated_date` datetime NOT NULL,
  807. `programe_status` int(11) NOT NULL DEFAULT '0',
  808. PRIMARY KEY (`programe_id`)
  809. ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=armscii8 COLLATE=armscii8_bin;
  810.  
  811. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('1', '3 year Diploma Engineering', 'diploma of 3 years', '0000-00-00 00:00:00', '0');
  812. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('2', 'Engineering and Technology', 'eng and tech', '0000-00-00 00:00:00', '0');
  813. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('3', 'Computer Application ', 'ca', '0000-00-00 00:00:00', '0');
  814. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('4', 'Medical Science', 'Medical Science', '0000-00-00 00:00:00', '1');
  815. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('5', 'Dental Science', 'Dental Science', '0000-00-00 00:00:00', '0');
  816. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('6', 'Pharmacy', 'Pharmacy', '0000-00-00 00:00:00', '0');
  817. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('7', 'Management/Commerce', 'manage & comm', '0000-00-00 00:00:00', '0');
  818. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('8', 'Humanities/Social Science', 'human/socialscience', '0000-00-00 00:00:00', '0');
  819. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('9', 'Law', 'Law', '0000-00-00 00:00:00', '0');
  820. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('10', 'Physical Science', 'Physical Science', '0000-00-00 00:00:00', '0');
  821. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('11', 'Earth Science', 'Earth Science', '0000-00-00 00:00:00', '0');
  822. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('12', 'Biological Science', 'Biological Science', '0000-00-00 00:00:00', '0');
  823. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('13', 'Hotel Management', 'Hotel Manage', '0000-00-00 00:00:00', '0');
  824. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('14', 'Allied Sciences', 'Allied Sciences', '2015-03-31 11:03:44', '0');
  825. INSERT INTO `programe` (`programe_id`, `programe_name`, `programe_shortname`, `programe_Updated_date`, `programe_status`) VALUES ('15', 'Media Sciences', 'Media Sciences', '2015-04-02 00:00:00', '0');
  826. CREATE TABLE `school` (
  827. `school_id` int(11) NOT NULL AUTO_INCREMENT,
  828. `school_name` varchar(1000) DEFAULT NULL,
  829. `school_image` varchar(1000) NOT NULL,
  830. PRIMARY KEY (`school_id`)
  831. ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
  832.  
  833. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('1', 'School of Mathematical & Physical Sciences', 'math.png');
  834. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('2', 'School of Earth Sciences', 'earth.png');
  835. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('3', 'School of Biological & Life Sciences', 'biology.png');
  836. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('5', 'School of Arts & Social Science', 'humanities.png');
  837. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('6', 'School of Juridical Science', 'juri.png');
  838. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('7', 'School of Media & Journalism', 'media.png');
  839. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('8', 'School of Commerce & Management', 'management.png');
  840. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('9', 'School Of Hospitality & Hotel Administration', 'bhm.png');
  841. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('10', 'School Of Education', 'edu.png');
  842. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('11', 'School of Technology', 'tech.png');
  843. INSERT INTO `school` (`school_id`, `school_name`, `school_image`) VALUES ('12', 'School of Pharmacy', 'pharmacy.png');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement