Kingsfields Hotel Reservation with advance trapping
Submitted by michael.galanza on Tuesday, January 28, 2014 - 22:56.
Language
System Details: The system use jquery for advance trapping in registrations.
To access administrator the link is: http://localhost/Kingsfields%20Express%20Inn/admin/index.php
to bypass login form
username: admin
password: admin
Please import the database kingsfields_database!!
Please PM me @ [email protected] for more info thanks!! God bless !! :)
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
need help database
Error
SQL query:
--
-- Database: `kingsfields_database`
--
-- --------------------------------------------------------
--
-- Table structure for table `tb_category`
--
CREATE TABLE IF NOT EXISTS `tb_category` (
`category_id` int( 5 ) NOT NULL AUTO_INCREMENT ,
`category_name` varchar( 50 ) NOT NULL ,
PRIMARY KEY ( `category_id` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =5;
MySQL said: Documentation
#1046 - No database selected
NEED HELP
Add new comment
- Add new comment
- 251 views