Pure OOP Login and Registration System

Pure OOP Login and Registration System

Username: admin/aprodhania
Password: 123456
-------------------------------------------------------
SQL
-- Database: `db_oop`

CREATE TABLE `reg_001` (
`id` int(11) NOT NULL,
`username` varchar(222) NOT NULL,
`name` varchar(255) NOT NULL,
`password` varchar(222) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

INSERT INTO `reg_001` (`id`, `username`, `name`, `password`) VALUES
(20, 'aprodhania', 'Alamin', '7c4a8d09ca3762af61e59520943dc26494f8941b'),
(23, 'alimon', 'Alimon', '7c4a8d09ca3762af61e59520943dc26494f8941b'),
(24, 'admin', 'admin', '7c4a8d09ca3762af61e59520943dc26494f8941b');

Download Source: https://drive.google.com/open?id=1HBMbSEddE5lsZaFAEoIYfa4VxZWly1_y

More by Alamin Prodhania

View profile