ESH/query_run.php
2024-10-23 18:28:06 +05:30

71 lines
3.8 KiB
PHP

<?php
include('includes/config/config.php');
$sql = "INSERT INTO `employer_contractor` (`id`,`employer_contractor_name`,`employer_contractor_desc`,`modified_by`,`last_modified`) VALUES (1,'Penosh Services',NULL,0,'2022-09-13 10:18:32'),
(2,'Ansec Services Ltd.',NULL,0,'2022-09-13 10:18:33'),
(3,'Aga Services',NULL,0,'2022-09-13 10:18:33'),
(4,'Redi India',NULL,0,'2022-09-13 10:18:33'),
(5,'Leadec India Pvt Ltd',NULL,0,'2022-09-13 10:18:33'),
(6,'Mangal Enterpraises',NULL,0,'2022-09-13 10:18:33'),
(7,'ATS Conveyors',NULL,0,'2022-09-13 10:18:34'),
(8,'NRP Consultants',NULL,0,'2022-09-13 10:18:34'),
(9,'Harmonised Techologies Pvt Ltd',NULL,0,'2022-09-13 10:18:34'),
(10,'Hoesen Aytomobiles Pvt Ltd',NULL,0,'2022-09-13 10:18:34'),
(11,'Hi Trch Pest Management Solution ',NULL,0,'2022-09-13 10:18:34'),
(12,'Sumeet Facilities Ltd',NULL,0,'2022-09-13 10:18:34'),
(13,'Siemens Ltd',NULL,0,'2022-09-13 10:18:35'),
(14,'Shamli Enterprises',NULL,0,'2022-09-13 10:18:35'),
(15,'Shree Sai Labour Consultency',NULL,0,'2022-09-13 10:18:35'),
(16,'Sahara Enterprises',NULL,0,'2022-09-13 10:18:35'),
(17,'Layam Flexi Solution',NULL,0,'2022-09-13 10:18:35'),
(18,'BVG India ',NULL,0,'2022-09-13 10:18:36'),
(19,'Girikand Logistics',NULL,0,'2022-09-13 10:18:36'),
(20,'Sima Labs',NULL,0,'2022-09-13 10:18:36'),
(21,'Rudra Enterprises',NULL,0,'2022-09-13 10:18:36'),
(22,'Juniper Constructions PVT LTD',NULL,0,'2022-09-13 10:18:36'),
(23,'Comau India Pvt Ltd',NULL,0,'2022-09-13 10:18:37'),
(24,'Vedant Associates',NULL,0,'2022-09-13 10:18:37'),
(25,'Infinity Associates',NULL,0,'2022-09-13 10:18:37'),
(26,'Jagdamb Facilities',NULL,0,'2022-09-13 10:18:37'),
(27,'Suman Enterprises',NULL,0,'2022-09-13 10:18:37'),
(28,'S G Enterprises',NULL,0,'2022-09-13 10:18:38'),
(29,'TVS Supply Chain Solutions',NULL,0,'2022-09-13 10:18:38'),
(30,'Teleperformance Global Serivces',NULL,0,'2022-09-13 10:18:38'),
(31,'Haosen Automation India Pvt Ltd',NULL,0,'2022-09-13 10:18:38'),
(32,'Sairon ',NULL,0,'2022-09-13 10:18:38'),
(33,'Prasad Thakkar',NULL,0,'2022-09-13 10:18:39'),
(34,'Pari ',NULL,0,'2022-09-13 10:18:39'),
(35,'Personal Driver',NULL,0,'2022-09-13 10:18:39'),
(36,'IBM',NULL,0,'2022-09-13 10:18:39'),
(37,'Wingyaan',NULL,0,'2022-09-13 10:18:39'),
(38,'Nageshwar Transport',NULL,0,'2022-09-13 10:18:40'),
(39,'Stellantis ',NULL,0,'2022-09-13 10:18:40'),
(40,'FCA',NULL,0,'2022-09-13 10:18:40'),
(41,'Kendryl',NULL,0,'2022-09-13 10:18:40'),
(42,'Kirtane Pandit',NULL,0,'2022-09-13 10:18:40'),
(43,'Rein Solution',NULL,0,'2022-09-13 10:18:40'),
(44,'TATA Moters',NULL,0,'2022-09-13 10:18:40'),
(45,'Gudel India',NULL,0,'2022-09-13 10:18:41'),
(46,'Yazaki India',NULL,0,'2022-09-13 10:18:41'),
(47,'Grupo Antolin',NULL,0,'2022-09-13 10:18:41'),
(48,'Land Mark Life Style Car Agency Thane',NULL,0,'2022-09-13 10:18:41'),
(49,'Taikisha Eng.India PVT Ltd',NULL,0,'2022-09-13 10:18:41'),
(50,'TCI',NULL,0,'2022-09-13 10:18:41'),
(51,'Harman International Ltd',NULL,0,'2022-09-13 10:18:41'),
(52,'LEAR AUTO MOTIVE IND PVT LTD',NULL,0,'2022-09-13 10:18:41'),
(53,'Shree Ganesha Hospital',NULL,0,'2022-09-13 10:18:41'),
(54,'Rudram Transport',NULL,0,'2022-09-13 10:18:42'),
(55,'J R Enterprises',NULL,0,'2022-09-13 10:18:42'),
(56,'Rudram Transport',NULL,0,'2022-09-13 10:18:42'),
(57,'Sumeet Facilities Ltd',NULL,0,'2022-09-13 10:18:43'),
(58,'Mathadi',NULL,0,'2022-09-13 10:18:43'),
(59,'MIT Pune',NULL,0,'2022-09-13 10:18:43'),
(60,'Kota Engineering College',NULL,0,'2022-09-13 10:18:43'),
(61,'Cooling System',NULL,0,'2022-09-13 10:18:43'),
(62,'Gestamp',NULL,0,'2022-09-13 10:18:43'),
(63,'Intership',NULL,0,'2022-09-13 10:18:43'),
(64,'RSV Transmission',NULL,0,'2022-09-13 10:18:44'),
(65,'BASF India Ltd.',NULL,0,'2022-09-13 10:18:44'),
(66,'CYGNI Auto.',NULL,0,'2022-09-13 10:18:44'),
(67,'Omino Michino Raconganisation',NULL,0,'2022-09-13 10:18:44')";
$result = mysqli_query($conn,$sql);