Blood Bank Management System
Submitted by mohammed shafraz on Saturday, March 24, 2018 - 11:09.
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
error..!!!!!!!!!!!!!!!
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…)
The database is not working…
The database is not working.
share the database
[email protected]
Add new comment
- Add new comment
- 5062 views