Blood Bank Management System

Language

Hi everyone!, I have attached simple blood bank management system for PHP developer. The pupose of this system is to donate and request blood online, manage entire donor and request blood details. There are two user role which are admin and users. The system is developed using html, css, bootstrap, jquery and php. Admin username : super admin password : admin Users username : mhdshafraz password : 123456

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byadino wondim (not verified)on Sun, 03/25/2018 - 05:42

thanks for adding the code for the users
Submitted byAhsanul hoq 667767 (not verified)on Sun, 07/15/2018 - 12:50

why can not login this system and the database password are not working

Submitted byHafiz Gee (not verified)on Tue, 10/30/2018 - 00:01

Blood donation is my work i want to do this
Submitted bybhawana (not verified)on Fri, 11/16/2018 - 14:29

will you please upload the srs
Submitted byhack er (not verified)on Sat, 08/24/2019 - 14:54

Error SQL query: CREATE TABLE `blood_contact` ( `blood_contact_id` int(100) NOT NULL AUTO_INCREMENT, `contact_fk` int(100) DEFAULT NULL, `blood_fk` int(100) DEFAULT NULL, PRIMARY KEY (`blood_contact_id`), KEY `contact_fk` (`contact_fk`), KEY `blood_fk` (`blood_fk`), CONSTRAINT `blood_contact_ibfk_1` FOREIGN KEY (`contact_fk`) REFERENCES `contact` (`contact_id`) ON UPDATE CASCADE, CONSTRAINT `blood_contact_ibfk_2` FOREIGN KEY (`blood_fk`) REFERENCES `blood_group` (`blood_id`) ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 MySQL said: Documentation #1005 - Can't create table `blood_bank`.`blood_contact` (errno: 150 "Foreign key constraint is incorrectly formed") (Details…)

Add new comment