-- phpMyAdmin SQL Dump
-- version 4.6.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 14, 2024 at 11:12 AM
-- Server version: 5.5.50
-- PHP Version: 5.5.38
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `goflex`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin_tbl`
--
CREATE TABLE `admin_tbl` (
`id` int(10) NOT NULL,
`user_id` varchar(200) NOT NULL,
`password` varchar(200) NOT NULL,
`name` varchar(255) NOT NULL,
`detail` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `admin_tbl`
--
INSERT INTO `admin_tbl` (`id`, `user_id`, `password`, `name`, `detail`) VALUES
(1, 'admin', 'admin', 'Admin', '');
-- --------------------------------------------------------
--
-- Table structure for table `feedback_tbl`
--
CREATE TABLE `feedback_tbl` (
`id` int(10) NOT NULL,
`date_post` varchar(50) NOT NULL,
`client_email` varchar(50) NOT NULL,
`client_phone` varchar(255) NOT NULL,
`client_name` varchar(200) NOT NULL,
`subject` varchar(255) NOT NULL,
`question` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `feedback_tbl`
--
INSERT INTO `feedback_tbl` (`id`, `date_post`, `client_email`, `client_phone`, `client_name`, `subject`, `question`) VALUES
(1, '2023-12-14 11:57:39', 'benjamin.ddd@gmail.com', '90909', 'dfdf', '333', 'dfdfd'),
(2, '2023-12-14 11:58:06', 'benjamin.ddd@gmail.com', '90909', 'dfdf', '333', 'dfdfd'),
(3, '2023-12-14 14:16:42', 'benjamin.onuorah@gmail.com', '+2348037490533', 'Ben Onuorah', 'Supply Quality China\'s EXCLUSIVE dimensions at Unbeatable Price', 'sfdfdfdf'),
(4, '2023-12-14 14:23:52', 'weka@mail.com', '0800000000000000000', 'Weka', 'Supply Quality China\'s EXCLUSIVE dimensions at Unbeatable Price.', 'Supply Quality China\'s EXCLUSIVE dimensions at Unbeatable Price.'),
(5, '2023-12-22 18:26:03', 'yemi@mail.com', '08045454', 'Yemi Kalu', 'none', 'yes');
-- --------------------------------------------------------
--
-- Table structure for table `geo_countries`
--
CREATE TABLE `geo_countries` (
`name` varchar(100) NOT NULL,
`abv` char(2) NOT NULL DEFAULT '' COMMENT 'ISO 3661-1 alpha-2',
`abv3` char(3) DEFAULT NULL COMMENT 'ISO 3661-1 alpha-3',
`abv3_alt` char(3) DEFAULT NULL,
`code` char(3) DEFAULT NULL COMMENT 'ISO 3661-1 numeric',
`slug` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `geo_countries`
--
INSERT INTO `geo_countries` (`name`, `abv`, `abv3`, `abv3_alt`, `code`, `slug`) VALUES
('Afghanistan', 'AF', 'AFG', NULL, '4', 'afghanistan'),
('Aland Islands', 'AX', 'ALA', NULL, '248', 'aland-islands'),
('Albania', 'AL', 'ALB', NULL, '8', 'albania'),
('Algeria', 'DZ', 'DZA', NULL, '12', 'algeria'),
('American Samoa', 'AS', 'ASM', NULL, '16', 'american-samoa'),
('Andorra', 'AD', 'AND', NULL, '20', 'andorra'),
('Angola', 'AO', 'AGO', NULL, '24', 'angola'),
('Anguilla', 'AI', 'AIA', NULL, '660', 'anguilla'),
('Antigua and Barbuda', 'AG', 'ATG', NULL, '28', 'antigua-and-barbuda'),
('Argentina', 'AR', 'ARG', NULL, '32', 'argentina'),
('Armenia', 'AM', 'ARM', NULL, '51', 'armenia'),
('Aruba', 'AW', 'ABW', NULL, '533', 'aruba'),
('Australia', 'AU', 'AUS', NULL, '36', 'australia'),
('Austria', 'AT', 'AUT', NULL, '40', 'austria'),
('Azerbaijan', 'AZ', 'AZE', NULL, '31', 'azerbaijan'),
('Bahamas', 'BS', 'BHS', NULL, '44', 'bahamas'),
('Bahrain', 'BH', 'BHR', NULL, '48', 'bahrain'),
('Bangladesh', 'BD', 'BGD', NULL, '50', 'bangladesh'),
('Barbados', 'BB', 'BRB', NULL, '52', 'barbados'),
('Belarus', 'BY', 'BLR', NULL, '112', 'belarus'),
('Belgium', 'BE', 'BEL', NULL, '56', 'belgium'),
('Belize', 'BZ', 'BLZ', NULL, '84', 'belize'),
('Benin', 'BJ', 'BEN', NULL, '204', 'benin'),
('Bermuda', 'BM', 'BMU', NULL, '60', 'bermuda'),
('Bhutan', 'BT', 'BTN', NULL, '64', 'bhutan'),
('Bolivia', 'BO', 'BOL', NULL, '68', 'bolivia'),
('Bosnia and Herzegovina', 'BA', 'BIH', NULL, '70', 'bosnia-and-herzegovina'),
('Botswana', 'BW', 'BWA', NULL, '72', 'botswana'),
('Brazil', 'BR', 'BRA', NULL, '76', 'brazil'),
('British Virgin Islands', 'VG', 'VGB', NULL, '92', 'british-virgin-islands'),
('Brunei Darussalam', 'BN', 'BRN', NULL, '96', 'brunei-darussalam'),
('Bulgaria', 'BG', 'BGR', NULL, '100', 'bulgaria'),
('Burkina Faso', 'BF', 'BFA', NULL, '854', 'burkina-faso'),
('Burundi', 'BI', 'BDI', NULL, '108', 'burundi'),
('Cambodia', 'KH', 'KHM', NULL, '116', 'cambodia'),
('Cameroon', 'CM', 'CMR', NULL, '120', 'cameroon'),
('Canada', 'CA', 'CAN', NULL, '124', 'canada'),
('Cape Verde', 'CV', 'CPV', NULL, '132', 'cape-verde'),
('Cayman Islands', 'KY', 'CYM', NULL, '136', 'cayman-islands'),
('Central African Republic', 'CF', 'CAF', NULL, '140', 'central-african-republic'),
('Chad', 'TD', 'TCD', NULL, '148', 'chad'),
('Chile', 'CL', 'CHL', 'CHI', '152', 'chile'),
('China', 'CN', 'CHN', NULL, '156', 'china'),
('Colombia', 'CO', 'COL', NULL, '170', 'colombia'),
('Comoros', 'KM', 'COM', NULL, '174', 'comoros'),
('Congo', 'CG', 'COG', NULL, '178', 'congo'),
('Cook Islands', 'CK', 'COK', NULL, '184', 'cook-islands'),
('Costa Rica', 'CR', 'CRI', NULL, '188', 'costa-rica'),
('Cote d\'Ivoire', 'CI', 'CIV', NULL, '384', 'cote-divoire'),
('Croatia', 'HR', 'HRV', NULL, '191', 'croatia'),
('Cuba', 'CU', 'CUB', NULL, '192', 'cuba'),
('Cyprus', 'CY', 'CYP', NULL, '196', 'cyprus'),
('Czech Republic', 'CZ', 'CZE', NULL, '203', 'czech-republic'),
('Democratic Republic of the Congo', 'CD', 'COD', NULL, '180', 'democratic-republic-of-congo'),
('Denmark', 'DK', 'DNK', NULL, '208', 'denmark'),
('Djibouti', 'DJ', 'DJI', NULL, '262', 'djibouti'),
('Dominica', 'DM', 'DMA', NULL, '212', 'dominica'),
('Dominican Republic', 'DO', 'DOM', NULL, '214', 'dominican-republic'),
('Ecuador', 'EC', 'ECU', NULL, '218', 'ecuador'),
('Egypt', 'EG', 'EGY', NULL, '818', 'egypt'),
('El Salvador', 'SV', 'SLV', NULL, '222', 'el-salvador'),
('Equatorial Guinea', 'GQ', 'GNQ', NULL, '226', 'equatorial-guinea'),
('Eritrea', 'ER', 'ERI', NULL, '232', 'eritrea'),
('Estonia', 'EE', 'EST', NULL, '233', 'estonia'),
('Ethiopia', 'ET', 'ETH', NULL, '231', 'ethiopia'),
('Faeroe Islands', 'FO', 'FRO', NULL, '234', 'faeroe-islands'),
('Falkland Islands', 'FK', 'FLK', NULL, '238', 'falkland-islands'),
('Fiji', 'FJ', 'FJI', NULL, '242', 'fiji'),
('Finland', 'FI', 'FIN', NULL, '246', 'finland'),
('France', 'FR', 'FRA', NULL, '250', 'france'),
('French Guiana', 'GF', 'GUF', NULL, '254', 'french-guiana'),
('French Polynesia', 'PF', 'PYF', NULL, '258', 'french-polynesia'),
('Gabon', 'GA', 'GAB', NULL, '266', 'gabon'),
('Gambia', 'GM', 'GMB', NULL, '270', 'gambia'),
('Georgia', 'GE', 'GEO', NULL, '268', 'georgia'),
('Germany', 'DE', 'DEU', NULL, '276', 'germany'),
('Ghana', 'GH', 'GHA', NULL, '288', 'ghana'),
('Gibraltar', 'GI', 'GIB', NULL, '292', 'gibraltar'),
('Greece', 'GR', 'GRC', NULL, '300', 'greece'),
('Greenland', 'GL', 'GRL', NULL, '304', 'greenland'),
('Grenada', 'GD', 'GRD', NULL, '308', 'grenada'),
('Guadeloupe', 'GP', 'GLP', NULL, '312', 'guadeloupe'),
('Guam', 'GU', 'GUM', NULL, '316', 'guam'),
('Guatemala', 'GT', 'GTM', NULL, '320', 'guatemala'),
('Guernsey', 'GG', 'GGY', NULL, '831', 'guernsey'),
('Guinea', 'GN', 'GIN', NULL, '324', 'guinea'),
('Guinea-Bissau', 'GW', 'GNB', NULL, '624', 'guinea-bissau'),
('Guyana', 'GY', 'GUY', NULL, '328', 'guyana'),
('Haiti', 'HT', 'HTI', NULL, '332', 'haiti'),
('Holy See', 'VA', 'VAT', NULL, '336', 'holy-see'),
('Honduras', 'HN', 'HND', NULL, '340', 'honduras'),
('Hong Kong', 'HK', 'HKG', NULL, '344', 'hong-kong'),
('Hungary', 'HU', 'HUN', NULL, '348', 'hungary'),
('Iceland', 'IS', 'ISL', NULL, '352', 'iceland'),
('India', 'IN', 'IND', NULL, '356', 'india'),
('Indonesia', 'ID', 'IDN', NULL, '360', 'indonesia'),
('Iran', 'IR', 'IRN', NULL, '364', 'iran'),
('Iraq', 'IQ', 'IRQ', NULL, '368', 'iraq'),
('Ireland', 'IE', 'IRL', NULL, '372', 'ireland'),
('Isle of Man', 'IM', 'IMN', NULL, '833', 'isle-of-man'),
('Israel', 'IL', 'ISR', NULL, '376', 'israel'),
('Italy', 'IT', 'ITA', NULL, '380', 'italy'),
('Jamaica', 'JM', 'JAM', NULL, '388', 'jamaica'),
('Japan', 'JP', 'JPN', NULL, '392', 'japan'),
('Jersey', 'JE', 'JEY', NULL, '832', 'jersey'),
('Jordan', 'JO', 'JOR', NULL, '400', 'jordan'),
('Kazakhstan', 'KZ', 'KAZ', NULL, '398', 'kazakhstan'),
('Kenya', 'KE', 'KEN', NULL, '404', 'kenya'),
('Kiribati', 'KI', 'KIR', NULL, '296', 'kiribati'),
('Kuwait', 'KW', 'KWT', NULL, '414', 'kuwait'),
('Kyrgyzstan', 'KG', 'KGZ', NULL, '417', 'kyrgyzstan'),
('Laos', 'LA', 'LAO', NULL, '418', 'laos'),
('Latvia', 'LV', 'LVA', NULL, '428', 'latvia'),
('Lebanon', 'LB', 'LBN', NULL, '422', 'lebanon'),
('Lesotho', 'LS', 'LSO', NULL, '426', 'lesotho'),
('Liberia', 'LR', 'LBR', NULL, '430', 'liberia'),
('Libyan Arab Jamahiriya', 'LY', 'LBY', NULL, '434', 'libyan-arab-jamahiriya'),
('Liechtenstein', 'LI', 'LIE', NULL, '438', 'liechtenstein'),
('Lithuania', 'LT', 'LTU', NULL, '440', 'lithuania'),
('Luxembourg', 'LU', 'LUX', NULL, '442', 'luxembourg'),
('Macao', 'MO', 'MAC', NULL, '446', 'macao'),
('Macedonia', 'MK', 'MKD', NULL, '807', 'macedonia'),
('Madagascar', 'MG', 'MDG', NULL, '450', 'madagascar'),
('Malawi', 'MW', 'MWI', NULL, '454', 'malawi'),
('Malaysia', 'MY', 'MYS', NULL, '458', 'malaysia'),
('Maldives', 'MV', 'MDV', NULL, '462', 'maldives'),
('Mali', 'ML', 'MLI', NULL, '466', 'mali'),
('Malta', 'MT', 'MLT', NULL, '470', 'malta'),
('Marshall Islands', 'MH', 'MHL', NULL, '584', 'marshall-islands'),
('Martinique', 'MQ', 'MTQ', NULL, '474', 'martinique'),
('Mauritania', 'MR', 'MRT', NULL, '478', 'mauritania'),
('Mauritius', 'MU', 'MUS', NULL, '480', 'mauritius'),
('Mayotte', 'YT', 'MYT', NULL, '175', 'mayotte'),
('Mexico', 'MX', 'MEX', NULL, '484', 'mexico'),
('Micronesia', 'FM', 'FSM', NULL, '583', 'micronesia'),
('Moldova', 'MD', 'MDA', NULL, '498', 'moldova'),
('Monaco', 'MC', 'MCO', NULL, '492', 'monaco'),
('Mongolia', 'MN', 'MNG', NULL, '496', 'mongolia'),
('Montenegro', 'ME', 'MNE', NULL, '499', 'montenegro'),
('Montserrat', 'MS', 'MSR', NULL, '500', 'montserrat'),
('Morocco', 'MA', 'MAR', NULL, '504', 'morocco'),
('Mozambique', 'MZ', 'MOZ', NULL, '508', 'mozambique'),
('Myanmar', 'MM', 'MMR', 'BUR', '104', 'myanmar'),
('Namibia', 'NA', 'NAM', NULL, '516', 'namibia'),
('Nauru', 'NR', 'NRU', NULL, '520', 'nauru'),
('Nepal', 'NP', 'NPL', NULL, '524', 'nepal'),
('Netherlands', 'NL', 'NLD', NULL, '528', 'netherlands'),
('Netherlands Antilles', 'AN', 'ANT', NULL, '530', 'netherlands-antilles'),
('New Caledonia', 'NC', 'NCL', NULL, '540', 'new-caledonia'),
('New Zealand', 'NZ', 'NZL', NULL, '554', 'new-zealand'),
('Nicaragua', 'NI', 'NIC', NULL, '558', 'nicaragua'),
('Niger', 'NE', 'NER', NULL, '562', 'niger'),
('Nigeria', 'NG', 'NGA', NULL, '566', 'nigeria'),
('Niue', 'NU', 'NIU', NULL, '570', 'niue'),
('Norfolk Island', 'NF', 'NFK', NULL, '574', 'norfolk-island'),
('North Korea', 'KP', 'PRK', NULL, '408', 'north-korea'),
('Northern Mariana Islands', 'MP', 'MNP', NULL, '580', 'northern-mariana-islands'),
('Norway', 'NO', 'NOR', NULL, '578', 'norway'),
('Oman', 'OM', 'OMN', NULL, '512', 'oman'),
('Pakistan', 'PK', 'PAK', NULL, '586', 'pakistan'),
('Palau', 'PW', 'PLW', NULL, '585', 'palau'),
('Palestine', 'PS', 'PSE', NULL, '275', 'palestine'),
('Panama', 'PA', 'PAN', NULL, '591', 'panama'),
('Papua New Guinea', 'PG', 'PNG', NULL, '598', 'papua-new-guinea'),
('Paraguay', 'PY', 'PRY', NULL, '600', 'paraguay'),
('Peru', 'PE', 'PER', NULL, '604', 'peru'),
('Philippines', 'PH', 'PHL', NULL, '608', 'philippines'),
('Pitcairn', 'PN', 'PCN', NULL, '612', 'pitcairn'),
('Poland', 'PL', 'POL', NULL, '616', 'poland'),
('Portugal', 'PT', 'PRT', NULL, '620', 'portugal'),
('Puerto Rico', 'PR', 'PRI', NULL, '630', 'puerto-rico'),
('Qatar', 'QA', 'QAT', NULL, '634', 'qatar'),
('Reunion', 'RE', 'REU', NULL, '638', 'reunion'),
('Romania', 'RO', 'ROU', 'ROM', '642', 'romania'),
('Russian Federation', 'RU', 'RUS', NULL, '643', 'russian-federation'),
('Rwanda', 'RW', 'RWA', NULL, '646', 'rwanda'),
('Saint Helena', 'SH', 'SHN', NULL, '654', 'saint-helena'),
('Saint Kitts and Nevis', 'KN', 'KNA', NULL, '659', 'saint-kitts-and-nevis'),
('Saint Lucia', 'LC', 'LCA', NULL, '662', 'saint-lucia'),
('Saint Pierre and Miquelon', 'PM', 'SPM', NULL, '666', 'saint-pierre-and-miquelon'),
('Saint Vincent and the Grenadines', 'VC', 'VCT', NULL, '670', 'saint-vincent-and-grenadines'),
('Saint-Barthelemy', 'BL', 'BLM', NULL, '652', 'saint-barthelemy'),
('Saint-Martin', 'MF', 'MAF', NULL, '663', 'saint-martin'),
('Samoa', 'WS', 'WSM', NULL, '882', 'samoa'),
('San Marino', 'SM', 'SMR', NULL, '674', 'san-marino'),
('Sao Tome and Principe', 'ST', 'STP', NULL, '678', 'sao-tome-and-principe'),
('Saudi Arabia', 'SA', 'SAU', NULL, '682', 'saudi-arabia'),
('Senegal', 'SN', 'SEN', NULL, '686', 'senegal'),
('Serbia', 'RS', 'SRB', NULL, '688', 'serbia'),
('Seychelles', 'SC', 'SYC', NULL, '690', 'seychelles'),
('Sierra Leone', 'SL', 'SLE', NULL, '694', 'sierra-leone'),
('Singapore', 'SG', 'SGP', NULL, '702', 'singapore'),
('Slovakia', 'SK', 'SVK', NULL, '703', 'slovakia'),
('Slovenia', 'SI', 'SVN', NULL, '705', 'slovenia'),
('Solomon Islands', 'SB', 'SLB', NULL, '90', 'solomon-islands'),
('Somalia', 'SO', 'SOM', NULL, '706', 'somalia'),
('South Africa', 'ZA', 'ZAF', NULL, '710', 'south-africa'),
('South Korea', 'KR', 'KOR', NULL, '410', 'south-korea'),
('South Sudan', 'SS', 'SSD', NULL, '728', 'south-sudan'),
('Spain', 'ES', 'ESP', NULL, '724', 'spain'),
('Sri Lanka', 'LK', 'LKA', NULL, '144', 'sri-lanka'),
('Sudan', 'SD', 'SDN', NULL, '729', 'sudan'),
('Suriname', 'SR', 'SUR', NULL, '740', 'suriname'),
('Svalbard and Jan Mayen Islands', 'SJ', 'SJM', NULL, '744', 'svalbard-and-jan-mayen-islands'),
('Swaziland', 'SZ', 'SWZ', NULL, '748', 'swaziland'),
('Sweden', 'SE', 'SWE', NULL, '752', 'sweden'),
('Switzerland', 'CH', 'CHE', NULL, '756', 'switzerland'),
('Syrian Arab Republic', 'SY', 'SYR', NULL, '760', 'syrian-arab-republic'),
('Tajikistan', 'TJ', 'TJK', NULL, '762', 'tajikistan'),
('Tanzania', 'TZ', 'TZA', NULL, '834', 'tanzania'),
('Thailand', 'TH', 'THA', NULL, '764', 'thailand'),
('Timor-Leste', 'TP', 'TLS', NULL, '626', 'timor-leste'),
('Togo', 'TG', 'TGO', NULL, '768', 'togo'),
('Tokelau', 'TK', 'TKL', NULL, '772', 'tokelau'),
('Tonga', 'TO', 'TON', NULL, '776', 'tonga'),
('Trinidad and Tobago', 'TT', 'TTO', NULL, '780', 'trinidad-and-tobago'),
('Tunisia', 'TN', 'TUN', NULL, '788', 'tunisia'),
('Turkey', 'TR', 'TUR', NULL, '792', 'turkey'),
('Turkmenistan', 'TM', 'TKM', NULL, '795', 'turkmenistan'),
('Turks and Caicos Islands', 'TC', 'TCA', NULL, '796', 'turks-and-caicos-islands'),
('Tuvalu', 'TV', 'TUV', NULL, '798', 'tuvalu'),
('U.S. Virgin Islands', 'VI', 'VIR', NULL, '850', 'us-virgin-islands'),
('Uganda', 'UG', 'UGA', NULL, '800', 'uganda'),
('Ukraine', 'UA', 'UKR', NULL, '804', 'ukraine'),
('United Arab Emirates', 'AE', 'ARE', NULL, '784', 'united-arab-emirates'),
('United Kingdom', 'UK', 'GBR', NULL, '826', 'united-kingdom'),
('United States', 'US', 'USA', NULL, '840', 'united-states'),
('Uruguay', 'UY', 'URY', NULL, '858', 'uruguay'),
('Uzbekistan', 'UZ', 'UZB', NULL, '860', 'uzbekistan'),
('Vanuatu', 'VU', 'VUT', NULL, '548', 'vanuatu'),
('Venezuela', 'VE', 'VEN', NULL, '862', 'venezuela'),
('Viet Nam', 'VN', 'VNM', NULL, '704', 'viet-nam'),
('Wallis and Futuna Islands', 'WF', 'WLF', NULL, '876', 'wallis-and-futuna-islands'),
('Western Sahara', 'EH', 'ESH', NULL, '732', 'western-sahara'),
('Yemen', 'YE', 'YEM', NULL, '887', 'yemen'),
('Zambia', 'ZM', 'ZMB', NULL, '894', 'zambia'),
('Zimbabwe', 'ZW', 'ZWE', NULL, '716', 'zimbabwe');
-- --------------------------------------------------------
--
-- Table structure for table `lga_tb`
--
CREATE TABLE `lga_tb` (
`lga_id` int(10) NOT NULL,
`lga_name` varchar(255) NOT NULL,
`state_id` varchar(10) NOT NULL,
`status` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `lga_tb`
--
INSERT INTO `lga_tb` (`lga_id`, `lga_name`, `state_id`, `status`) VALUES
(1, 'ABA NORTH', '1', ''),
(2, 'ABA SOUTH', '1', ''),
(3, 'AROCHUKWU', '1', ''),
(4, 'BENDE', '1', ''),
(5, 'IKWUANO', '1', ''),
(6, 'ISIALA NGWA NORTH', '1', ''),
(7, 'ISIALA NGWA SOUTH', '1', ''),
(8, 'ISUIKWUATO', '1', ''),
(9, 'OBINGWA', '1', ''),
(10, 'OHAFIA', '1', ''),
(11, 'OSISIOMA', '1', ''),
(12, 'UGWUNAGBO', '1', ''),
(13, 'UKWA EAST', '1', ''),
(14, 'UKWA WEST', '1', ''),
(15, 'UMUAHIA NORTH', '1', ''),
(16, 'UMUAHIA SOUTH', '1', ''),
(17, 'UMU - NNEOCHI', '1', ''),
(18, 'DEMSA', '2', ''),
(19, 'FUFORE', '2', ''),
(20, 'GANYE', '2', ''),
(21, 'GIRE 1', '2', ''),
(22, 'GOMBI', '2', ''),
(23, 'GUYUK', '2', ''),
(24, 'HONG', '2', ''),
(25, 'JADA', '2', ''),
(26, 'LAMURDE', '2', ''),
(27, 'MADAGALI', '2', ''),
(28, 'MAIHA', '2', ''),
(29, 'MAYO - BELWA', '2', ''),
(30, 'MICHIKA', '2', ''),
(31, 'MUBI NORTH', '2', ''),
(32, 'MUBI SOUTH', '2', ''),
(33, 'NUMAN', '2', ''),
(34, 'SHELLENG', '2', ''),
(35, 'SONG', '2', ''),
(36, 'TOUNGO', '2', ''),
(37, 'YOLA NORTH', '2', ''),
(38, 'YOLA SOUTH', '2', ''),
(39, 'ABAK', '3', ''),
(40, 'EASTERN OBOLO', '3', ''),
(41, 'EKET', '3', ''),
(42, 'ESIT EKET (UQUO)', '3', ''),
(43, 'ESSIEN UDIM', '3', ''),
(44, 'ETIM EKPO', '3', ''),
(45, 'ETINAN', '3', ''),
(46, 'IBENO', '3', ''),
(47, 'IBESIKPO ASUTAN', '3', ''),
(48, 'IBIONO IBOM', '3', ''),
(49, 'IKA', '3', ''),
(50, 'IKONO', '3', ''),
(51, 'IKOT ABASI', '3', ''),
(52, 'IKOT EKPENE', '3', ''),
(53, 'INI', '3', ''),
(54, 'ITU', '3', ''),
(55, 'MBO', '3', ''),
(56, 'MKPAT ENIN', '3', ''),
(57, 'NSIT ATAI', '3', ''),
(58, 'NSIT IBOM', '3', ''),
(59, 'NSIT UBIUM', '3', ''),
(60, 'OBOT AKARA', '3', ''),
(61, 'OKOBO', '3', ''),
(62, 'ONNA', '3', ''),
(63, 'ORON', '3', ''),
(64, 'ORUK ANAM', '3', ''),
(65, 'UDUNG UKO', '3', ''),
(66, 'UKANAFUN', '3', ''),
(67, 'URUAN', '3', ''),
(68, 'URUE OFFONG/ORUKO', '3', ''),
(69, 'UYO', '3', ''),
(70, 'AGUATA', '4', ''),
(71, 'AYAMELUM', '4', ''),
(72, 'ANAMBRA EAST', '4', ''),
(73, 'ANAMBRA WEST', '4', ''),
(74, 'ANAOCHA', '4', ''),
(75, 'AWKA NORTH', '4', ''),
(76, 'AWKA SOUTH', '4', ''),
(77, 'DUNUKOFIA', '4', ''),
(78, 'EKWUSIGO', '4', ''),
(79, 'IDEMILI NORTH', '4', ''),
(80, 'IDEMILI-SOUTH', '4', ''),
(81, 'IHALA', '4', ''),
(82, 'NJIKOKA', '4', ''),
(83, 'NNEWI NORTH', '4', ''),
(84, 'NNEWI SOUTH', '4', ''),
(85, 'OGBARU', '4', ''),
(86, 'ONITSHA-NORTH', '4', ''),
(87, 'ONITSHA -SOUTH', '4', ''),
(88, 'ORUMBA NORTH', '4', ''),
(89, 'ORUMBA SOUTH', '4', ''),
(90, 'OYI', '4', ''),
(91, 'ALKALERI', '5', ''),
(92, 'BAUCHI', '5', ''),
(93, 'BOGORO', '5', ''),
(94, 'DAMBAM', '5', ''),
(95, 'DARAZO', '5', ''),
(96, 'DASS', '5', ''),
(97, 'GAMAWA', '5', ''),
(98, 'GANJUWA', '5', ''),
(99, 'GIADE', '5', ''),
(100, 'ITAS/GADAU', '5', ''),
(101, 'JAMA\'ARE', '5', ''),
(102, 'KATAGUM', '5', ''),
(103, 'KIRFI', '5', ''),
(104, 'MISAU', '5', ''),
(105, 'NINGI', '5', ''),
(106, 'SHIRA', '5', ''),
(107, 'TAFAWA BALEWA', '5', ''),
(108, 'TORO', '5', ''),
(109, 'WARJI', '5', ''),
(110, 'ZAKI', '5', ''),
(111, 'BRASS', '6', ''),
(112, 'EKEREMOR', '6', ''),
(113, 'KOLOKUMA/OPOKUMA', '6', ''),
(114, 'NEMBE', '6', ''),
(115, 'OGBIA', '6', ''),
(116, 'SAGBAMA', '6', ''),
(117, 'SOUTHERN IJAW', '6', ''),
(118, 'YENAGOA', '6', ''),
(119, 'ADO', '7', ''),
(120, 'AGATU', '7', ''),
(121, 'APA', '7', ''),
(122, 'BURUKU', '7', ''),
(123, 'GBOKO', '7', ''),
(124, 'GUMA', '7', ''),
(125, 'GWER EAST', '7', ''),
(126, 'GWER WEST', '7', ''),
(127, 'KATSINA-ALA', '7', ''),
(128, 'KONSHISHA', '7', ''),
(129, 'KWANDE', '7', ''),
(130, 'LOGO', '7', ''),
(131, 'MAKURDI', '7', ''),
(132, 'OBI', '7', ''),
(133, 'OGBADIBO', '7', ''),
(134, 'OJU', '7', ''),
(135, 'OHIMINI', '7', ''),
(136, 'OKPOKWU', '7', ''),
(137, 'OTUKPO', '7', ''),
(138, 'TARKA', '7', ''),
(139, 'UKUM', '7', ''),
(140, 'USHONGO', '7', ''),
(141, 'VANDEIKYA', '7', ''),
(142, 'ABADAM', '8', ''),
(143, 'ASKIRA / UBA', '8', ''),
(144, 'BAMA', '8', ''),
(145, 'BAYO', '8', ''),
(146, 'BIU', '8', ''),
(147, 'CHIBOK', '8', ''),
(148, 'DAMBOA', '8', ''),
(149, 'DIKWA', '8', ''),
(150, 'GUBIO', '8', ''),
(151, 'GUZAMALA', '8', ''),
(152, 'GWOZA', '8', ''),
(153, 'HAWUL', '8', ''),
(154, 'JERE', '8', ''),
(155, 'KAGA', '8', ''),
(156, 'KALA BALGE', '8', ''),
(157, 'KONDUGA', '8', ''),
(158, 'KUKAWA', '8', ''),
(159, 'KWAYA / KUSAR', '8', ''),
(160, 'MAFA', '8', ''),
(161, 'MAGUMERI', '8', ''),
(162, 'MAIDUGURI M. C.', '8', ''),
(163, 'MARTE', '8', ''),
(164, 'MOBBAR', '8', ''),
(165, 'MONGUNO', '8', ''),
(166, 'NGALA', '8', ''),
(167, 'NGANZAI', '8', ''),
(168, 'SHANI', '8', ''),
(169, 'ABI', '9', ''),
(170, 'AKAMKPA', '9', ''),
(171, 'AKPABUYO', '9', ''),
(172, 'BAKASSI', '9', ''),
(173, 'BEKWARRA', '9', ''),
(174, 'BIASE', '9', ''),
(175, 'BOKI', '9', ''),
(176, 'CALABAR MUNICIPALITY', '9', ''),
(177, 'CALABAR SOUTH', '9', ''),
(178, 'ETUNG', '9', ''),
(179, 'IKOM', '9', ''),
(180, 'OBANLIKU', '9', ''),
(181, 'OBUBRA', '9', ''),
(182, 'OBUDU', '9', ''),
(183, 'ODUKPANI', '9', ''),
(184, 'OGOJA', '9', ''),
(185, 'YAKURR', '9', ''),
(186, 'YALA', '9', ''),
(187, 'ANIOCHA NORTH', '10', ''),
(188, 'ANIOCHA - SOUTH', '10', ''),
(189, 'BOMADI', '10', ''),
(190, 'BURUTU', '10', ''),
(191, 'ETHIOPE EAST', '10', ''),
(192, 'ETHIOPE WEST', '10', ''),
(193, 'IKA NORTH- EAST', '10', ''),
(194, 'IKA - SOUTH', '10', ''),
(195, 'ISOKO NORTH', '10', ''),
(196, 'ISOKO SOUTH', '10', ''),
(197, 'NDOKWA EAST', '10', ''),
(198, 'NDOKWA WEST', '10', ''),
(199, 'OKPE', '10', ''),
(200, 'OSHIMILI - NORTH', '10', ''),
(201, 'OSHIMILI - SOUTH', '10', ''),
(202, 'PATANI', '10', ''),
(203, 'SAPELE', '10', ''),
(204, 'UDU', '10', ''),
(205, 'UGHELLI NORTH', '10', ''),
(206, 'UGHELLI SOUTH', '10', ''),
(207, 'UKWUANI', '10', ''),
(208, 'UVWIE', '10', ''),
(209, 'WARRI NORTH', '10', ''),
(210, 'WARRI SOUTH', '10', ''),
(211, 'WARRI SOUTH WEST', '10', ''),
(212, 'ABAKALIKI', '11', ''),
(213, 'AFIKPO NORTH', '11', ''),
(214, 'AFIKPO SOUTH', '11', ''),
(215, 'EBONYI', '11', ''),
(216, 'EZZA NORTH', '11', ''),
(217, 'EZZA SOUTH', '11', ''),
(218, 'IKWO', '11', ''),
(219, 'ISHIELU', '11', ''),
(220, 'IVO', '11', ''),
(221, 'IZZI', '11', ''),
(222, 'OHAOZARA', '11', ''),
(223, 'OHAUKWU', '11', ''),
(224, 'ONICHA', '11', ''),
(225, 'AKOKO EDO', '12', ''),
(226, 'EGOR', '12', ''),
(227, 'ESAN CENTRAL', '12', ''),
(228, 'ESAN NORTH EAST', '12', ''),
(229, 'ESAN SOUTH EAST', '12', ''),
(230, 'ESAN WEST', '12', ''),
(231, 'ETSAKO CENTRAL', '12', ''),
(232, 'ETSAKO EAST', '12', ''),
(233, 'ETSAKO WEST', '12', ''),
(234, 'IGUEBEN', '12', ''),
(235, 'IKPOBA/OKHA', '12', ''),
(236, 'OREDO', '12', ''),
(237, 'ORHIONMWON', '12', ''),
(238, 'OVIA NORTH EAST', '12', ''),
(239, 'OVIA SOUTH WEST', '12', ''),
(240, 'OWAN EAST', '12', ''),
(241, 'OWAN WEST', '12', ''),
(242, 'UHUNMWODE', '12', ''),
(243, 'ADO EKITI', '13', ''),
(244, 'EFON', '13', ''),
(245, 'EKITI EAST', '13', ''),
(246, 'EKITI WEST', '13', ''),
(247, 'EKITI SOUTH WEST', '13', ''),
(248, 'EMURE', '13', ''),
(249, 'GBONYIN', '13', ''),
(250, 'IDO / OSI', '13', ''),
(251, 'IJERO', '13', ''),
(252, 'IKERE', '13', ''),
(253, 'IKOLE', '13', ''),
(254, 'ILEJEMEJE', '13', ''),
(255, 'IREPODUN / IFELODUN', '13', ''),
(256, 'ISE / ORUN', '13', ''),
(257, 'MOBA', '13', ''),
(258, 'OYE', '13', ''),
(259, 'ANINRI', '14', ''),
(260, 'AWGU', '14', ''),
(261, 'ENUGU EAST', '14', ''),
(262, 'ENUGU NORTH', '14', ''),
(263, 'ENUGU SOUTH', '14', ''),
(264, 'EZEAGU', '14', ''),
(265, 'IGBO ETITI', '14', ''),
(266, 'IGBO EZE NORTH', '14', ''),
(267, 'IGBO EZE SOUTH', '14', ''),
(268, 'ISI UZO', '14', ''),
(269, 'NKANU EAST', '14', ''),
(270, 'NKANU WEST', '14', ''),
(271, 'NSUKKA', '14', ''),
(272, 'OJI-RIVER', '14', ''),
(273, 'UDENU', '14', ''),
(274, 'UDI', '14', ''),
(275, 'UZO-UWANI', '14', ''),
(277, 'AKKO', '15', ''),
(278, 'BALANGA', '15', ''),
(279, 'BILLIRI', '15', ''),
(280, 'DUKKU', '15', ''),
(281, 'FUNAKAYE', '15', ''),
(282, 'GOMBE', '15', ''),
(283, 'KALTUNGO', '15', ''),
(284, 'KWAMI', '15', ''),
(285, 'NAFADA', '15', ''),
(286, 'SHONGOM', '15', ''),
(287, 'YALMALTU/ DEBA', '15', ''),
(288, 'ABOH MBAISE', '16', ''),
(289, 'AHIAZU MBAISE', '16', ''),
(290, 'EHIME MBANO', '16', ''),
(291, 'EZINIHITTE MBAISE', '16', ''),
(292, 'IDEATO NORTH', '16', ''),
(293, 'IDEATO SOUTH', '16', ''),
(294, 'IHITTE/UBOMA (ISINWEKE)', '16', ''),
(295, 'IKEDURU (IHO)', '16', ''),
(296, 'ISIALA MBANO (UMUELEMAI)', '16', ''),
(297, 'ISU (UMUNDUGBA)', '16', ''),
(298, 'MBAITOLI (NWAORIEUBI)', '16', ''),
(299, 'NGOR OKPALA (UMUNEKE)', '16', ''),
(300, 'NJABA (NNENASA)', '16', ''),
(301, 'NKWERRE', '16', ''),
(302, 'NWANGELE (ONU-NWANGELE AMAIGBO)', '16', ''),
(303, 'OBOWO (OTOKO)', '16', ''),
(304, 'OGUTA (OGUTA)', '16', ''),
(305, 'OHAJI/EGBEMA (MMAHU-EGBEMA)', '16', ''),
(306, 'OKIGWE (OKIGWE)', '16', ''),
(307, 'ONUIMO (OKWE)', '16', ''),
(308, 'ORLU', '16', ''),
(309, 'ORSU (AWO IDEMILI)', '16', ''),
(310, 'ORU-EAST', '16', ''),
(311, 'ORU WEST (MGBIDI)', '16', ''),
(312, 'OWERRI MUNICIPAL', '16', ''),
(313, 'OWERRI NORTH (ORIE URATTA)', '16', ''),
(314, 'OWERRI WEST (UMUGUMA)', '16', ''),
(315, 'AUYO', '17', ''),
(316, 'BABURA', '17', ''),
(317, 'BIRNIN KUDU', '17', ''),
(318, 'BIRNIWA', '17', ''),
(319, 'BUJI', '17', ''),
(320, 'DUTSE', '17', ''),
(321, 'GARKI', '17', ''),
(322, 'GAGARAWA', '17', ''),
(323, 'GUMEL', '17', ''),
(324, 'GURI', '17', ''),
(325, 'GWARAM', '17', ''),
(326, 'GWIWA', '17', ''),
(327, 'HADEJIA', '17', ''),
(328, 'JAHUN', '17', ''),
(329, 'KAFIN HAUSA', '17', ''),
(330, 'KAUGAMA', '17', ''),
(331, 'KAZAURE', '17', ''),
(332, 'KIRIKA SAMMA', '17', ''),
(333, 'KIYAWA', '17', ''),
(334, 'MAIGATARI', '17', ''),
(335, 'MALAM MADORI', '17', ''),
(336, 'MIGA', '17', ''),
(337, 'RINGIM', '17', ''),
(338, 'RONI', '17', ''),
(339, 'SULE-TANKARKAR', '17', ''),
(340, 'TAURA', '17', ''),
(341, 'YANKWASHI', '17', ''),
(342, 'BIRNIN GWARI', '18', ''),
(343, 'CHIKUN', '18', ''),
(344, 'GIWA', '18', ''),
(345, 'IGABI', '18', ''),
(346, 'IKARA', '18', ''),
(347, 'JABA', '18', ''),
(348, 'JEMA\'A', '18', ''),
(349, 'KACHIA', '18', ''),
(350, 'KADUNA NORTH', '18', ''),
(351, 'KADUNA SOUTH', '18', ''),
(352, 'KAGARKO', '18', ''),
(353, 'KAJURU', '18', ''),
(354, 'KAURA', '18', ''),
(355, 'KAURU', '18', ''),
(356, 'KUBAU', '18', ''),
(357, 'KUDAN', '18', ''),
(358, 'LERE', '18', ''),
(359, 'MAKARFI', '18', ''),
(360, 'SABON GARI', '18', ''),
(361, 'SANGA', '18', ''),
(362, 'SOBA', '18', ''),
(363, 'ZANGON KATAF', '18', ''),
(364, 'ZARIA', '18', ''),
(365, 'AJINGI', '19', ''),
(366, 'ALBASU', '19', ''),
(367, 'BAGWAI', '19', ''),
(368, 'BEBEJI', '19', ''),
(369, 'BICHI', '19', ''),
(370, 'BUNKURE', '19', ''),
(371, 'DALA', '19', ''),
(372, 'DANBATA', '19', ''),
(373, 'DAWAKI KUDU', '19', ''),
(374, 'DAWAKI TOFA', '19', ''),
(375, 'DOGUWA', '19', ''),
(376, 'FAGGE', '19', ''),
(377, 'GABASAWA', '19', ''),
(378, 'GARKO', '19', ''),
(379, 'GARUN MALAM', '19', ''),
(380, 'GAYA', '19', ''),
(381, 'GEZAWA', '19', ''),
(382, 'GWALE', '19', ''),
(383, 'GWARZO', '19', ''),
(384, 'KABO', '19', ''),
(385, 'KANO MUNICIPAL', '19', ''),
(386, 'KARAYE', '19', ''),
(387, 'KIBIYA', '19', ''),
(388, 'KIRU', '19', ''),
(389, 'KUMBOTSO', '19', ''),
(390, 'KUNCHI', '19', ''),
(391, 'KURA', '19', ''),
(392, 'MADOBI', '19', ''),
(393, 'MAKODA', '19', ''),
(394, 'MINJIBIR', '19', ''),
(395, 'NASARAWA', '19', ''),
(396, 'RANO', '19', ''),
(397, 'RIMIN GADO', '19', ''),
(398, 'ROGO', '19', ''),
(399, 'SHANONO', '19', ''),
(400, 'SUMAILA', '19', ''),
(401, 'TAKAI', '19', ''),
(402, 'TARAUNI', '19', ''),
(403, 'TOFA', '19', ''),
(404, 'TSANYAWA', '19', ''),
(405, 'TUDUN WADA', '19', ''),
(406, 'UNGOGO', '19', ''),
(407, 'WARAWA', '19', ''),
(408, 'WUDIL', '19', ''),
(409, 'BAKORI', '20', ''),
(410, 'BATAGARAWA', '20', ''),
(411, 'BATSARI', '20', ''),
(412, 'BAURE', '20', ''),
(413, 'BINDAWA', '20', ''),
(414, 'CHARANCHI', '20', ''),
(415, 'DANDUME', '20', ''),
(416, 'DANJA', '20', ''),
(417, 'DAN MUSA', '20', ''),
(418, 'DAURA', '20', ''),
(419, 'DUTSI', '20', ''),
(420, 'DUTSIN-MA', '20', ''),
(421, 'FASKARI', '20', ''),
(422, 'FUNTUA', '20', ''),
(423, 'INGAWA', '20', ''),
(424, 'JIBIA', '20', ''),
(425, 'KAFUR', '20', ''),
(426, 'KAITA', '20', ''),
(427, 'KANKARA', '20', ''),
(428, 'KANKIA', '20', ''),
(429, 'KATSINA', '20', ''),
(430, 'KURFI', '20', ''),
(431, 'KUSADA', '20', ''),
(432, 'MAI\'ADUA', '20', ''),
(433, 'MALUFASHI', '20', ''),
(434, 'MANI', '20', ''),
(435, 'MASHI', '20', ''),
(436, 'MATAZU', '20', ''),
(437, 'MUSAWA', '20', ''),
(438, 'RIMI', '20', ''),
(439, 'SABUWA', '20', ''),
(440, 'SAFANA', '20', ''),
(441, 'SANDAMU', '20', ''),
(442, 'ZANGO', '20', ''),
(443, 'ALIERO', '21', ''),
(444, 'AREWA', '21', ''),
(445, 'ARGUNGU', '21', ''),
(446, 'AUGIE', '21', ''),
(447, 'BAGUDO', '21', ''),
(448, 'BIRNIN KEBBI', '21', ''),
(449, 'BUNZA', '21', ''),
(450, 'DANDI', '21', ''),
(451, 'FAKAI', '21', ''),
(452, 'GWANDU', '21', ''),
(453, 'JEGA', '21', ''),
(454, 'KALGO', '21', ''),
(455, 'KOKO/BESSE', '21', ''),
(456, 'MAIYAMA', '21', ''),
(457, 'NGASKI', '21', ''),
(458, 'SAKABA', '21', ''),
(459, 'SHANGA', '21', ''),
(460, 'SURU', '21', ''),
(461, 'WASAGU/DANKO', '21', ''),
(462, 'YAURI', '21', ''),
(463, 'ZURU', '21', ''),
(464, 'ADAVI', '22', ''),
(465, 'AJAOKUTA', '22', ''),
(466, 'ANKPA', '22', ''),
(467, 'BASSA', '22', ''),
(468, 'DEKINA', '22', ''),
(469, 'IBAJI', '22', ''),
(470, 'IDAH', '22', ''),
(471, 'IGALAMELA/ODOLU', '22', ''),
(472, 'IJUMU', '22', ''),
(473, 'KABBA/BUNU', '22', ''),
(474, 'KOGI . K. K.', '22', ''),
(475, 'LOKOJA', '22', ''),
(476, 'MOPA MORO', '22', ''),
(477, 'OFU', '22', ''),
(478, 'OGORI MANGOGO', '22', ''),
(479, 'OKEHI', '22', ''),
(480, 'OKENE', '22', ''),
(481, 'OLAMABORO', '22', ''),
(482, 'OMALA', '22', ''),
(483, 'YAGBA EAST', '22', ''),
(484, 'YAGBA WEST', '22', ''),
(485, 'ASA', '23', ''),
(486, 'BARUTEN', '23', ''),
(487, 'EDU', '23', ''),
(488, 'EKITI', '23', ''),
(489, 'IFELODUN', '23', ''),
(490, 'ILORIN EAST', '23', ''),
(491, 'ILORIN-SOUTH', '23', ''),
(492, 'ILORIN-WEST', '23', ''),
(493, 'IREPODUN', '23', ''),
(494, 'ISIN', '23', ''),
(495, 'KAIAMA', '23', ''),
(496, 'MORO', '23', ''),
(497, 'OFFA', '23', ''),
(498, 'OKE - ERO', '23', ''),
(499, 'OYUN', '23', ''),
(500, 'PATIGI', '23', ''),
(501, 'AGEGE', '24', ''),
(502, 'AJEROMI/IFELODUN', '24', ''),
(503, 'ALIMOSHO', '24', ''),
(504, 'AMUWO-ODOFIN', '24', ''),
(505, 'APAPA', '24', ''),
(506, 'BADAGRY', '24', ''),
(507, 'EPE', '24', ''),
(508, 'ETI-OSA', '24', ''),
(509, 'IBEJU/LEKKI', '24', ''),
(510, 'IFAKO-IJAYE', '24', ''),
(511, 'IKEJA', '24', ''),
(512, 'IKORODU', '24', ''),
(513, 'KOSOFE', '24', ''),
(514, 'LAGOS ISLAND', '24', ''),
(515, 'LAGOS MAINLAND', '24', ''),
(516, 'MUSHIN', '24', ''),
(517, 'OJO', '24', ''),
(518, 'OSHODI/ISOLO', '24', ''),
(519, 'SOMOLU', '24', ''),
(520, 'SURULERE', '24', ''),
(521, 'AKWANGA', '25', ''),
(522, 'AWE', '25', ''),
(523, 'DOMA', '25', ''),
(524, 'KARU', '25', ''),
(525, 'KEANA', '25', ''),
(526, 'KEFFI', '25', ''),
(527, 'KOKONA', '25', ''),
(528, 'LAFIA', '25', ''),
(529, 'NASARAWA', '25', ''),
(530, 'NASARAWA EGGON', '25', ''),
(531, 'OBI', '25', ''),
(532, 'TOTO', '25', ''),
(533, 'WAMBA', '25', ''),
(534, 'AGAIE', '26', ''),
(535, 'AGWARA', '26', ''),
(536, 'BIDA', '26', ''),
(537, 'BORGU', '26', ''),
(538, 'BOSSO', '26', ''),
(539, 'CHANCHAGA', '26', ''),
(540, 'EDATTI', '26', ''),
(541, 'GBAKO', '26', ''),
(542, 'GURARA', '26', ''),
(543, 'KATCHA', '26', ''),
(544, 'KONTAGORA', '26', ''),
(545, 'LAPAI', '26', ''),
(546, 'LAVUN', '26', ''),
(547, 'MAGAMA', '26', ''),
(548, 'MARIGA', '26', ''),
(549, 'MASHEGU', '26', ''),
(550, 'MOKWA', '26', ''),
(551, 'MUNYA', '26', ''),
(552, 'PAIKORO', '26', ''),
(553, 'RAFI', '26', ''),
(554, 'RIJAU', '26', ''),
(555, 'SHIRORO', '26', ''),
(556, 'SULEJA', '26', ''),
(557, 'TAFA', '26', ''),
(558, 'WUSHISHI', '26', ''),
(559, 'ABEOKUTA NORTH', '27', ''),
(560, 'ABEOKUTA SOUTH', '27', ''),
(561, 'ADO ODO-OTA', '27', ''),
(562, 'EGBADO NORTH', '27', ''),
(563, 'EGBADO SOUTH', '27', ''),
(564, 'EWEKORO', '27', ''),
(565, 'IFO', '27', ''),
(566, 'IJEBU EAST', '27', ''),
(567, 'IJEBU NORTH', '27', ''),
(568, 'IJEBU NORTH EAST', '27', ''),
(569, 'IJEBU ODE', '27', ''),
(570, 'IKENNE', '27', ''),
(571, 'IMEKO/AFON', '27', ''),
(572, 'IPOKIA', '27', ''),
(573, 'OBAFEMI/OWODE', '27', ''),
(574, 'ODEDA', '27', ''),
(575, 'ODOGBOLU', '27', ''),
(576, 'OGUN WATER SIDE', '27', ''),
(577, 'REMO NORTH', '27', ''),
(578, 'SAGAMU', '27', ''),
(579, 'AKOKO NORTH EAST', '28', ''),
(580, 'AKOKO NORTH WEST', '28', ''),
(581, 'AKOKO SOUTH EAST', '28', ''),
(582, 'AKOKO SOUTH WEST', '28', ''),
(583, 'AKURE NORTH', '28', ''),
(584, 'AKURE SOUTH', '28', ''),
(585, 'ESE-ODO', '28', ''),
(586, 'IDANRE', '28', ''),
(587, 'IFEDORE', '28', ''),
(588, 'ILAJE', '28', ''),
(589, 'ILEOLUJI/OKEIGBO', '28', ''),
(590, 'IRELE', '28', ''),
(591, 'ODIGBO', '28', ''),
(592, 'OKITIPUPA', '28', ''),
(593, 'ONDO EAST', '28', ''),
(594, 'ONDO WEST', '28', ''),
(595, 'OSE', '28', ''),
(596, 'OWO', '28', ''),
(597, 'ATAKUMOSA EAST', '29', ''),
(598, 'ATAKUMOSA WEST', '29', ''),
(599, 'AYEDAADE', '29', ''),
(600, 'AYEDIRE', '29', ''),
(601, 'BOLUWADURO', '29', ''),
(602, 'BORIPE', '29', ''),
(603, 'EDE NORTH', '29', ''),
(604, 'EDE SOUTH', '29', ''),
(605, 'EGBEDORE', '29', ''),
(606, 'EJIGBO', '29', ''),
(607, 'IFE CENTRAL', '29', ''),
(608, 'IFEDAYO', '29', ''),
(609, 'IFE EAST', '29', ''),
(610, 'IFELODUN', '29', ''),
(611, 'IFE NORTH', '29', ''),
(612, 'IFE SOUTH', '29', ''),
(613, 'ILA', '29', ''),
(614, 'ILESA EAST', '29', ''),
(615, 'ILESA WEST', '29', ''),
(616, 'IREPODUN', '29', ''),
(617, 'IREWOLE', '29', ''),
(618, 'ISOKAN', '29', ''),
(619, 'IWO', '29', ''),
(620, 'OBOKUN', '29', ''),
(621, 'ODO-OTIN', '29', ''),
(622, 'OLA-OLUWA', '29', ''),
(623, 'OLORUNDA', '29', ''),
(624, 'ORIADE', '29', ''),
(625, 'OROLU', '29', ''),
(626, 'OSOGBO', '29', ''),
(627, 'AFIJIO', '30', ''),
(628, 'AKINYELE', '30', ''),
(629, 'ATIBA', '30', ''),
(630, 'ATISBO', '30', ''),
(631, 'EGBEDA', '30', ''),
(632, 'IBADAN NORTH', '30', ''),
(633, 'IBADAN NORTH EAST', '30', ''),
(634, 'IBADAN NORTH WEST', '30', ''),
(635, 'IBADAN SOUTH-EAST', '30', ''),
(636, 'IBADAN SOUTH WEST', '30', ''),
(637, 'IBARAPA CENTRAL', '30', ''),
(638, 'IBARAPA EAST', '30', ''),
(639, 'IBARAPA NORTH', '30', ''),
(640, 'IDO', '30', ''),
(641, 'IREPO', '30', ''),
(642, 'ISEYIN', '30', ''),
(643, 'ITESIWAJU', '30', ''),
(644, 'IWAJOWA', '30', ''),
(645, 'KAJOLA', '30', ''),
(646, 'LAGELU', '30', ''),
(647, 'OGBOMOSO NORTH', '30', ''),
(648, 'OGBOMOSO SOUTH', '30', ''),
(649, 'OGO-OLUWA', '30', ''),
(650, 'OLORUNSOGO', '30', ''),
(651, 'OLUYOLE', '30', ''),
(652, 'ONA-ARA', '30', ''),
(653, 'OORELOPE', '30', ''),
(654, 'ORI IRE', '30', ''),
(655, 'OYO EAST', '30', ''),
(656, 'OYO WEST', '30', ''),
(657, 'SAKI EAST', '30', ''),
(658, 'SAKI WEST', '30', ''),
(659, 'SURULERE', '30', ''),
(660, 'BARIKIN LADI', '31', ''),
(661, 'BASSA', '31', ''),
(662, 'BOKKOS', '31', ''),
(663, 'JOS EAST', '31', ''),
(664, 'JOS NORTH', '31', ''),
(665, 'JOS SOUTH', '31', ''),
(666, 'KANAM', '31', ''),
(667, 'KANKE', '31', ''),
(668, 'LANGTANG NORTH', '31', ''),
(669, 'LANGTANG SOUTH', '31', ''),
(670, 'MANGU', '31', ''),
(671, 'MIKANG', '31', ''),
(672, 'PANKSHIN', '31', ''),
(673, 'QUA\'AN PAN', '31', ''),
(674, 'RIYOM', '31', ''),
(675, 'SHENDAM', '31', ''),
(676, 'WASE', '31', ''),
(677, 'ABUA-ODUAL', '32', ''),
(678, 'AHOADA EAST', '32', ''),
(679, 'AHOADA WEST', '32', ''),
(680, 'AKUKU TORU', '32', ''),
(681, 'ANDONI', '32', ''),
(682, 'ASARI-TORU', '32', ''),
(683, 'BONNY', '32', ''),
(684, 'DEGEMA', '32', ''),
(685, 'ELEME', '32', ''),
(686, 'EMOHUA', '32', ''),
(687, 'ETCHE', '32', ''),
(688, 'GOKANA', '32', ''),
(689, 'IKWERRE', '32', ''),
(690, 'KHANA', '32', ''),
(691, 'OBIO/AKPOR', '32', ''),
(692, 'OGBA/EGBEMA/NDONI', '32', ''),
(693, 'OGU/BOLO', '32', ''),
(694, 'OKRIKA', '32', ''),
(695, 'OMUMA', '32', ''),
(696, 'OPOBO/NEKORO', '32', ''),
(697, 'OYIGBO', '32', ''),
(698, 'PORT HARCOURT', '32', ''),
(699, 'TAI', '32', ''),
(700, 'BINJI', '33', ''),
(701, 'BODINGA', '33', ''),
(702, 'DANGE/SHUNI', '33', ''),
(703, 'GADA', '33', ''),
(704, 'GORONYO', '33', ''),
(705, 'GUDU', '33', ''),
(706, 'GWADABAWA', '33', ''),
(707, 'ILLELA', '33', ''),
(708, 'ISA', '33', ''),
(709, 'KWARE', '33', ''),
(710, 'KEBBE', '33', ''),
(711, 'RABAH', '33', ''),
(712, 'S/BIRNI', '33', ''),
(713, 'SHAGARI', '33', ''),
(714, 'SILAME', '33', ''),
(715, 'SOKOTO NORTH', '33', ''),
(716, 'SOKOTO SOUTH', '33', ''),
(717, 'TAMBUWAL', '33', ''),
(718, 'TANGAZA', '33', ''),
(719, 'TURETA', '33', ''),
(720, 'WAMAKKO', '33', ''),
(721, 'WURNO', '33', ''),
(722, 'YABO', '33', ''),
(723, 'ARDO - KOLA', '34', ''),
(724, 'BALI', '34', ''),
(725, 'DONGA', '34', ''),
(726, 'GASHAKA', '34', ''),
(727, 'GASSOL', '34', ''),
(728, 'IBI', '34', ''),
(729, 'JALINGO', '34', ''),
(730, 'KARIM-LAMIDO', '34', ''),
(731, 'KURMI', '34', ''),
(732, 'LAU', '34', ''),
(733, 'SARDAUNA', '34', ''),
(734, 'TAKUM', '34', ''),
(735, 'USSA', '34', ''),
(736, 'WUKARI', '34', ''),
(737, 'YORRO', '34', ''),
(738, 'ZING', '34', ''),
(739, 'BADE', '35', ''),
(740, 'BURSARI', '35', ''),
(741, 'DAMATURU', '35', ''),
(742, 'FIKA', '35', ''),
(743, 'FUNE', '35', ''),
(744, 'GEIDAM', '35', ''),
(745, 'GUJBA', '35', ''),
(746, 'GULANI', '35', ''),
(747, 'JAKUSKO', '35', ''),
(748, 'KARASAWA', '35', ''),
(749, 'MACHINA', '35', ''),
(750, 'NANGERE', '35', ''),
(751, 'NGURU', '35', ''),
(752, 'POTISKUM', '35', ''),
(753, 'TARMUWA', '35', ''),
(754, 'YUNUSARI', '35', ''),
(755, 'YUSUFARI', '35', ''),
(756, 'ANKA', '36', ''),
(757, 'BAKURA', '36', ''),
(758, 'BIRNIN MAGAJI', '36', ''),
(759, 'BUKKUYUM', '36', ''),
(760, 'BUNGUDU', '36', ''),
(761, 'GUMMI', '36', ''),
(762, 'GUSAU', '36', ''),
(763, 'KAURA NAMODA', '36', ''),
(764, 'MARADUN', '36', ''),
(765, 'MARU', '36', ''),
(766, 'SHINKAFI', '36', ''),
(767, 'TALATA MAFARA', '36', ''),
(768, 'TSAFE', '36', ''),
(769, 'ZURMI', '36', ''),
(770, 'ABAJI', '37', ''),
(771, 'BWARI', '37', ''),
(772, 'GWAGWALADA', '37', ''),
(773, 'KUJE', '37', ''),
(774, 'KWALI', '37', ''),
(775, 'MUNICIPAL', '37', '');
-- --------------------------------------------------------
--
-- Table structure for table `list_cat`
--
CREATE TABLE `list_cat` (
`id` int(50) NOT NULL,
`list_cat` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `list_cat`
--
INSERT INTO `list_cat` (`id`, `list_cat`) VALUES
(1, 'Barter (exchange with product or service)'),
(2, 'Sale (exchange for money)'),
(3, 'Gift (exchange for thanks and prayers)');
-- --------------------------------------------------------
--
-- Table structure for table `page_tbl`
--
CREATE TABLE `page_tbl` (
`id` int(10) NOT NULL,
`page_name` varchar(255) NOT NULL,
`text` text NOT NULL,
`img` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `page_tbl`
--
INSERT INTO `page_tbl` (`id`, `page_name`, `text`, `img`) VALUES
(2, 'email', 'email@EducationalPerspectives.org.ng ', ''),
(9, 'phone', '+234-906 410 7343', ''),
(10, 'contact-location', 'Lagos State University, Lagos, Nigeria.', ''),
(11, 'home', 'Educational Perspectives is an interdisciplinary, peer-reviewed, and open-access journal for the dissemination of original research and scholarly works in education. The Journal is dedicated to exploring all facets of education across various levels, stages, and processes, including formal, informal, non-formal, early childhood, lifelong, schooling, adult education, vocational education and training, and higher education. Its mission is to publish articles of exceptional quality, showcasing advanced theoretical insights and/or analytical empirical work. Preference is given to articles that actively engage with the key challenges confronting education.
\r\n
\r\nThe journal places a premium on research that is innovative, relevant, and multidisciplinary, ensuring that each article contributes to a broader understanding of educational issues. Emphasizing the application of research to practice, every article elucidates its implications for educational practitioners. Published by the Faculty of Education at Lagos State University, Lagos, Nigeria, the Journal of Education serves as a pivotal periodical in the field of education.
\r\n
\r\nIndexing
\r\n', ''),
(19, 'submission_guidelines', '1. Standard of Reporting Authors should present an accurate account of the work performed as well as an objective discussion of its significance. Underlying data should be represented accurately in the paper. A paper should contain sufficient detail and references to permit others to replicate the work. Fraudulent or knowingly inaccurate statements constitute unethical behavior are unacceptable. Professional publication articles should also be accurate and objective, and editorial ‘opinion’ works should be clearly identified.
\r\n
\r\n2. Exclusivity of Work The authors should ensure that they have written entirely original works, and if the authors have used the work and/or words of others this should be appropriately cited or quoted. Plagiarism takes many forms, from ‘passing off’ another’s paper as the author’s own paper to copying or paraphrasing substantial parts of another’s paper (without attribution), to claiming results from research conducted by others. Plagiarism in all its forms constitutes unethical publishing behavior and is unacceptable. An author should not in general publish manuscripts describing essentially the same research in more than one journal or primary publication. Submitting the same manuscript to more than one journal concurrently constitutes unethical publishing behaviour and is unacceptable. In general, an author should not submit for consideration in another journal a previously published paper. We consider for publication from conference paper if it is only an extended version of conference paper with at least 30% of new material.
\r\n
\r\n3. Authorship of the Paper Authorship should be limited to those who have made a significant contribution to the conception, design, execution, or interpretation of the reported work. All those who have made significant contributions should be listed as co-authors. Whilst those who have participated in certain substantive aspects of the research project, they should be acknowledged or listed as contributors. The corresponding author should ensure that all appropriate and inappropriate co-authors are included on the paper, and that all co-authors have seen and approved the final version of the paper and have agreed to its submission for publication.
\r\n
\r\n4. Acknowledgement Proper acknowledgment of the work of others must always be given. Authors should cite publications that have been influential in determining the nature of the reported work. Information obtained privately, as in conversation, correspondence or discussion with third parties, must not be used or reported without explicit, written permission from the source. Information obtained in the course of confidential services, such as refereeing manuscripts or grant applications, must not be used without the explicit written permission of the author of the work involved in these services.
\r\n
\r\n5. Disclosure Requirements Author when submitting a manuscript, must disclose any meaningful affiliation or involvement, either direct or indirect, with any organization or entity with a direct financial interest in the subject matter or materials discussed (for example, employment, consultancies, stock ownership, grants, patents received or pending, royalties, honoraria, expert testimony). These kinds of financial involvement are fairly common, unavoidable, and generally do not constitute a basis for rejecting a manuscript. Specifics of the disclosure will remain confidential. If deemed appropriate by the Scientific Editor, a general statement regarding disclosure will be included in the Acknowledgment section of the manuscript.
\r\n
\r\n6. Errors in Published Works When an author discovers a significant error or inaccuracy in his/her own published work, it is the author’s obligation to promptly notify the journal editor or publisher and cooperate with the editor to retract or correct the paper. If the editor or the publisher learns from a third party that a published work contains a significant error, it is the obligation of the author to promptly retract or correct the paper or provide evidence to the editor of the correctness of the original paper.
\r\n
\r\nDISCLAIMER
\r\nArticles published in STANLagos Journal are entirely of authors research papers. It does not reflect the opinions of both the Editor and members of the Editorial Board.
\r\nThis journal operates a double-blind review process. All contributions will be initially assessed by the editor for suitability for the journal. Papers deemed suitable are then typically sent to a minimum of two independent expert reviewers to assess the scientific quality of the paper. The Editor is responsible for the final decision regarding acceptance or rejection of articles. The Editor\'s decision is final.', ''),
(20, 'submission_peer_review_process', 'All manuscripts submitted to this journal must follow focus and scope, and author guidelines of this journal. The submitted manuscripts must address scientific merit or novelty appropriate to the focus and scope. All manuscripts must be free from plagiarism contents. All authors are suggested to use plagiarism detection software to do the similarity checking. Editors check the plagiarism detection of articles in this journal by using a Turnitin software. The research manuscript submitted to this journal will be reviewed by the suitable reviewers.
\r\n
\r\nThe reviewer gives scientific valuable comments improving the contents of the manuscript. Final decision of articles acceptance will be made by Editors according to reviewers comments.
\r\n
\r\nOpen Access Policy
\r\nThis journal provides immediate open access to its content on the principle that making research freely available to the public supports a greater global exchange of knowledge.
\r\n
\r\nDuties of Reviewers
\r\nContribution to Editorial Decisions
\r\nPeer review assists the editor in making editorial decisions and through the editorial communications with the author may also assist the author in improving the paper.
\r\n
\r\nPromptness
\r\nAny selected referee who feels unqualified to review the research reported in a manuscript or knows that its prompt review will be impossible should notify the editor and excuse himself from the review process.
\r\n
\r\nConfidentiality
\r\nAny manuscripts received for review must be treated as confidential documents. They must not be shown to or discussed with others except as authorized by the editor.
\r\n
\r\nStandards of Objectivity
\r\nReviews should be conducted objectively. Personal criticism of the author is inappropriate. Referees should express their views clearly with supporting arguments.
\r\n
\r\nAcknowledgement of Sources
\r\nReviewers should identify relevant published work that has not been cited by the authors. Any statement that an observation, derivation, or argument had been previously reported should be accompanied by the relevant citation. A reviewer should also call to the editor\'s attention any substantial similarity or overlap between the manuscript under consideration and any other published paper of which they have personal knowledge.
\r\n
\r\nDisclosure and Conflict of Interest
\r\nPrivileged information or ideas obtained through peer review must be kept confidential and not used for personal advantage. Reviewers should not consider manuscripts in which they have conflicts of interest resulting from competitive, collaborative, or other relationships or connections with any of the authors, companies, or institutions connected to the papers.
\r\n
\r\n
\r\nDuties of Authors
\r\nReporting standards
\r\nAuthors of reports of original research should present an accurate account of the work performed as well as an objective discussion of its significance. Underlying data should be represented accurately in the paper. A paper should contain sufficient detail and references to permit others to replicate the work. Fraudulent or knowingly inaccurate statements constitute unethical behavior and are unacceptable.
\r\n
\r\nOriginality and Plagiarism
\r\nThe authors should ensure that they have written entirely original works, and if the authors have used the work and/or words of others that this has been appropriately cited or quoted.
\r\n
\r\nMultiple, Redundant or Concurrent Publication
\r\nAn author should not in general publish manuscripts describing essentially the same research in more than one journal or primary publication. Submitting the same manuscript to more than one journal concurrently constitutes unethical publishing behaviour and is unacceptable.
\r\n
\r\nAcknowledgement of Sources
\r\nProper acknowledgment of the work of others must always be given. Authors should cite publications that have been influential in determining the nature of the reported work.
\r\n', ''),
(21, 'submission_manuscript_preparation_for_submission', 'Authors must strictly adhere to the format and style of the journal to avoid manuscript rejection. Hence, authors are encouraged to carefully read the instructions for authors before submitting their manuscripts. Submit the manuscript in MS Word Format through the online submission portal of the journal. However, you may also email your submission to the editor: stanlagoschapter11@gmail.com. Self-identifying references should be deleted from the text and notes.
\r\n
\r\nPrepare the cover page indicating the following:
\r\n
\r\n• A concise and informative title; name(s) of the author(s); affiliation(s), email address (es), and ORCID number(s) of the author(s); and an abstract of 150 words with at least 3-5 key words
\r\n• Organize the paper following these major sections/headings: Title, Abstract (150 words) with at least five keywords, Introduction, Theoretical Framework of the Study, Methodology, Results and Discussion, Conclusion, and References.
\r\n• Format the entire manuscript in single-spaced on a short white bond paper (8.5x11in) on one side only with 2.5 cm (1 inch) margins all around using a Times New Roman, the font size of 12.
\r\n• Serially number all pages, including tables, appendices, and references. Major sections should be numbered, but subsections should not be numbered.
\r\n• Leave two spaces before and after the major headings and two spaces before and after the sub-headings. References, Acknowledgments, Table Titles, and Figure Legends should be typed single-spaced or numbered consecutively on all pages, including the title page, figures, and tables.
\r\n • Spell out acronyms or unfamiliar abbreviations when mentioned for the first time in the text. • Write the scientific names of species completely with author(s) when it is first mentioned in the text and without an author in succeeding references. Scientific names should be written in italics or boldface.
\r\n• Do not spell out numbers unless they are used to start a sentence. Spell out numbers from one to ten, except when used in tables and lists, and when used with mathematical, statistical, scientific, or technical units and quantities, such as distances, weights, and measures. Percentage and Decimal Fractions. In nontechnical copy, use the word percent in the text.
\r\n• Use the metric system only or the International System of Units. Use abbreviations of units only beside numerals (e.g., 6 m); otherwise, spell out the units (e.g., kilometers from here). Do not use plural forms or periods for abbreviations of units. Use the bar for compound units (e.g., 1 kg/ha/yr). Place a zero before the decimal in numbers less than 1 (e.g., 0.25).
\r\n• In preparing tables and figures, consider the journal’s printed page of 9 in x 6 in and the reduction that will be necessary. • Titles of Tables should be found on top of the table itself, while Captions of Figures should be found right below the figure. It has to be as short as possible and understandable without referring to the text.
\r\n• Figures should consist of simple line drawings, computer-generated graphics, or good quality original photographs in a jpeg or png file format that is not enhanced electronically.
\r\n • All cited sources should substantially consist of articles published in current content- covered or peer-reviewed journals or conference proceedings.
\r\n• Use the newest edition of the American Psychological Association (APA) for citation and referencing format and style. Do not use footnotes; rather, use endnotes if required by the discipline.
\r\n• The manuscript should be concise as the subject and research method permit. Generally, it should be 4,000 to 6,000 words, single-spaced.
\r\n
\r\nSubmission Preparation Checklist
\r\nAs part of the submission process, authors are required to check off their submission\'s compliance with all of the following items, and submissions may be returned to authors that do not adhere to these guidelines.
\r\n
\r\n• The submission has not been previously published, nor is it before another journal for consideration (or an explanation has been provided in Comments to the Editor).
\r\n• The submission file is in OpenOffice, Microsoft Word, RTF, or WordPerfect document file format.
\r\n• Where available, URLs for the references have been provided.
\r\n• The text is single-spaced; uses a 12-point font; employs italics, rather than underlining (except with URL addresses); and all illustrations, figures, and tables are placed within the text at the appropriate points, rather than at the end.
\r\n• The text adheres to the stylistic and bibliographic requirements outlined in the Author Guidelines.
\r\n• If submitting to a peer-reviewed section of the journal, the instructions in Ensuring a Blind Review have been followed.
\r\n
\r\nPrivacy Statement
\r\nThe names and email addresses entered in this journal site will be used exclusively for the stated purposes of this journal and will not be made available for any other purpose or to any other party.
\r\n
\r\nAuthor Fees
\r\nThis journal charges the following author fees.
\r\nArticle Publication:', ''),
(28, 'editorial_team', 'Chief Editor
\r\nProfessor Solomon Makinde
\r\n
\r\nEditor
\r\nProfessor Simeon Dosunmu
\r\n
\r\nManaging Editors
\r\nProfessor John Adeogun
\r\nProfessor Saliu Jimoh
\r\nProfessor Oluwatobi Pemede
\r\nProfessor Jide Gbenu
\r\nProfessor Babajide Abidogun
\r\nProfessor Adetunji Olaoye
\r\nProfessor Raimi Morounfolu
\r\n
\r\nEditorial Consultants
\r\nProfessor Clement Fasan
\r\nProf. Abiodun Akinpelu
\r\nProfessor Ayodeji Akeredolu
\r\nProfessor Ayodeji Badejo
\r\nProfessor Oluranti Ogunbiyi
\r\nProfessor Abari
\r\nProfessor Foluso Okebukola
\r\nProfessor A.O.K Noah
\r\nProfessor Rafiu Okuneye
\r\nProfessor Tunde Owolabi
\r\nProfessor Mubashiru Mohammed
\r\nProfessor Ife Abodunrin
\r\nProfessor Rasheed Sanni
\r\nProfessor Silas Egbowon
\r\nProfessor Olugbenga Akindoju
\r\n
\r\nAssociate Editors
\r\nProfessor Anthonia Yetunde Folarin Schleicher- Indiana University, Bloomington, Indiana, USA
\r\nProfessor J. Babalola University of Ibadan, Ibadan, Nigeria
\r\nProfessor Emmanuel Osei Sarpon, University of Education, Winneba, Ghana
\r\nProfessor R. A Alani, University of Lagos, Lagos, Nigeria.
\r\n', ''),
(29, 'about', 'Educational Perspectives is an interdisciplinary, peer-reviewed, and open-access journal for the dissemination of original research and scholarly works in education. The Journal is dedicated to exploring all facets of education across various levels, stages, and processes, including formal, informal, non-formal, early childhood, lifelong, schooling, adult education, vocational education and training, and higher education. Its mission is to publish articles of exceptional quality, showcasing advanced theoretical insights and/or analytical empirical work. Preference is given to articles that actively engage with the key challenges confronting education.
\r\n
\r\nThe journal places a premium on research that is innovative, relevant, and multidisciplinary, ensuring that each article contributes to a broader understanding of educational issues. Emphasizing the application of research to practice, every article elucidates its implications for educational practitioners. Published by the Faculty of Education at Lagos State University, Lagos, Nigeria, the Journal of Education serves as a pivotal periodical in the field of education. ', '');
-- --------------------------------------------------------
--
-- Table structure for table `product_service`
--
CREATE TABLE `product_service` (
`id` int(20) NOT NULL,
`what_for` varchar(255) NOT NULL,
`item_value` varchar(255) NOT NULL,
`item_category` varchar(255) NOT NULL,
`item_name` varchar(255) NOT NULL,
`item_detail` text NOT NULL,
`owner_location` text NOT NULL,
`country` varchar(100) NOT NULL,
`state_id` varchar(100) NOT NULL,
`lga_id` varchar(100) NOT NULL,
`photo1` varchar(255) NOT NULL,
`photo2` varchar(255) NOT NULL,
`photo3` varchar(255) NOT NULL,
`date_uploaded` varchar(255) NOT NULL,
`date_modify` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL,
`user_id` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `product_service`
--
INSERT INTO `product_service` (`id`, `what_for`, `item_value`, `item_category`, `item_name`, `item_detail`, `owner_location`, `country`, `state_id`, `lga_id`, `photo1`, `photo2`, `photo3`, `date_uploaded`, `date_modify`, `status`, `user_id`) VALUES
(18, '2', 'contact us', '2', 'Logistic bag', '', '', '', '', '', '441880139_426587163460246_8453274150604125925_n.jpg', '', '', '2024-07-14 19:07:29', '', 'A', '1');
-- --------------------------------------------------------
--
-- Table structure for table `prod_category`
--
CREATE TABLE `prod_category` (
`id` int(10) NOT NULL,
`name` varchar(255) NOT NULL,
`detail` text NOT NULL,
`status` varchar(100) NOT NULL,
`image_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `prod_category`
--
INSERT INTO `prod_category` (`id`, `name`, `detail`, `status`, `image_name`) VALUES
(1, 'Motorcycles', '', '', '450090097_454089490710013_7915980843237519440_n.jpg'),
(2, 'Logistic Bags', '', '', '441880139_426587163460246_8453274150604125925_n.jpg'),
(3, 'Printing and branding', '', 'hide', '448024706_437932318992397_1554025467895676772_n.jpg'),
(4, 'Safety Gears', 'sds', 'unhide', '447889140_433990469386582_5436643584455136643_n.jpg'),
(7, 'Spare Parts', 'fdf', 'unhide', '447846488_437240099061619_28907080422239705_n.jpg');
-- --------------------------------------------------------
--
-- Table structure for table `rating_scale`
--
CREATE TABLE `rating_scale` (
`id` int(10) NOT NULL,
`number` varchar(100) NOT NULL,
`value` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `rating_scale`
--
INSERT INTO `rating_scale` (`id`, `number`, `value`) VALUES
(1, '1', 'Unacceptable '),
(2, '2', 'Need Improvement'),
(3, '3', 'Meets Expectation'),
(4, '4', 'Exceeds Expectation'),
(5, '5', 'Outstanding');
-- --------------------------------------------------------
--
-- Table structure for table `state_tb`
--
CREATE TABLE `state_tb` (
`state_id` int(10) NOT NULL,
`state_name` varchar(255) NOT NULL,
`status` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `state_tb`
--
INSERT INTO `state_tb` (`state_id`, `state_name`, `status`) VALUES
(1, 'ABIA', ''),
(2, 'ADAMAWA', ''),
(3, 'AKWA IBOM', ''),
(4, 'ANAMBRA', ''),
(5, 'BAUCHI', ''),
(6, 'BAYELSA', ''),
(7, 'BENUE', ''),
(8, 'BORNO', ''),
(9, 'CROSS RIVER', ''),
(10, 'DELTA', ''),
(11, 'EBONYI', ''),
(12, 'EDO', ''),
(13, 'EKITI', ''),
(14, 'ENUGU', ''),
(15, 'GOMBE', ''),
(16, 'IMO', ''),
(17, 'JIGAWA', ''),
(18, 'KADUNA', ''),
(19, 'KANO', ''),
(20, 'KATSINA', ''),
(21, 'KEBBI', ''),
(22, 'KOGI', ''),
(23, 'KWARA', ''),
(24, 'LAGOS', ''),
(25, 'NASARAWA', ''),
(26, 'NIGER', ''),
(27, 'OGUN', ''),
(28, 'ONDO', ''),
(29, 'OSUN', ''),
(30, 'OYO', ''),
(31, 'PLATEAU', ''),
(32, 'RIVERS', ''),
(33, 'SOKOTO', ''),
(34, 'TARABA', ''),
(35, 'YOBE', ''),
(36, 'ZAMFARA', ''),
(37, 'FCT', '');
-- --------------------------------------------------------
--
-- Table structure for table `user_register`
--
CREATE TABLE `user_register` (
`id` int(10) NOT NULL,
`date_time_reg` varchar(200) NOT NULL,
`fname` varchar(255) NOT NULL,
`oname` varchar(255) NOT NULL,
`phone` varchar(200) NOT NULL,
`email` varchar(255) NOT NULL,
`pw` varchar(255) NOT NULL,
`accept_term` varchar(100) NOT NULL,
`status` varchar(100) NOT NULL,
`ip_location` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `user_register`
--
INSERT INTO `user_register` (`id`, `date_time_reg`, `fname`, `oname`, `phone`, `email`, `pw`, `accept_term`, `status`, `ip_location`) VALUES
(1, '2024-02-11 15:34:06', 'admin', '', '08037490544', 'admin', 'onuorah12', 'accept', 'A', '127.0.0.1'),
(2, '2024-02-12 16:26:59', 'Adekunle', 'Olayemi', '0000000000', 'ade@mail.com', 'ade', 'accept', 'A', '127.0.0.1'),
(3, '2024-07-13 07:59:36', 'Benjamin', 'Onuorah', '08037490533', 'benjamin.onuorah@gmail.com', 'onuorah12', 'accept', 'A', '127.0.0.1');
-- --------------------------------------------------------
--
-- Table structure for table `where_are_you`
--
CREATE TABLE `where_are_you` (
`id` int(10) NOT NULL,
`detail` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `where_are_you`
--
INSERT INTO `where_are_you` (`id`, `detail`) VALUES
(1, 'In Nigeria'),
(2, 'Not Nigeria');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `admin_tbl`
--
ALTER TABLE `admin_tbl`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `feedback_tbl`
--
ALTER TABLE `feedback_tbl`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `geo_countries`
--
ALTER TABLE `geo_countries`
ADD PRIMARY KEY (`abv`),
ADD UNIQUE KEY `slug` (`slug`);
--
-- Indexes for table `lga_tb`
--
ALTER TABLE `lga_tb`
ADD PRIMARY KEY (`lga_id`);
--
-- Indexes for table `list_cat`
--
ALTER TABLE `list_cat`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `page_tbl`
--
ALTER TABLE `page_tbl`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `product_service`
--
ALTER TABLE `product_service`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `prod_category`
--
ALTER TABLE `prod_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `rating_scale`
--
ALTER TABLE `rating_scale`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `state_tb`
--
ALTER TABLE `state_tb`
ADD PRIMARY KEY (`state_id`);
--
-- Indexes for table `user_register`
--
ALTER TABLE `user_register`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `where_are_you`
--
ALTER TABLE `where_are_you`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `admin_tbl`
--
ALTER TABLE `admin_tbl`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `feedback_tbl`
--
ALTER TABLE `feedback_tbl`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `lga_tb`
--
ALTER TABLE `lga_tb`
MODIFY `lga_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=776;
--
-- AUTO_INCREMENT for table `list_cat`
--
ALTER TABLE `list_cat`
MODIFY `id` int(50) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `page_tbl`
--
ALTER TABLE `page_tbl`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;
--
-- AUTO_INCREMENT for table `product_service`
--
ALTER TABLE `product_service`
MODIFY `id` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `prod_category`
--
ALTER TABLE `prod_category`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `rating_scale`
--
ALTER TABLE `rating_scale`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `state_tb`
--
ALTER TABLE `state_tb`
MODIFY `state_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;
--
-- AUTO_INCREMENT for table `user_register`
--
ALTER TABLE `user_register`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `where_are_you`
--
ALTER TABLE `where_are_you`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;