Loading

Online Product Reservation System

Submitted by: 
Language: 
Visitors have accessed this post 5434 times.




The group developed a simple Online Product Reservation System for CJ Handgunner. Its purpose is to enhance transaction process of purchasing products of the company and to provide easy access for customers to reserve products through online.


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

hi welmarie,

i have problems importing your database, i cannot import it in xampp.. it shows me errors. can you help me out of this? this is the error:

Error

SQL query:

--
-- Database: `cj_handgunner`
--
-- --------------------------------------------------------
--
-- Table structure for table `admin_login`
--
CREATE TABLE IF NOT EXISTS `admin_login` (
`admin_id` int( 20 ) NOT NULL AUTO_INCREMENT ,
`user_name` varchar( 20 ) NOT NULL ,
`user_pass` varchar( 20 ) NOT NULL ,
PRIMARY KEY ( `admin_id` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;

MySQL said: Documentation
#1046 - No database selected

"there is no wrong in trying new things in life.."

I have problem about the database of this program.... Unknown database 'cj_handgunner'

can you help about this.....

Add new comment