Online Product Reservation System

Language

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

Submitted bykennethon Fri, 01/06/2012 - 10:54

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
Submitted bywelner (not verified)on Thu, 02/23/2012 - 18:55

I have problem about the database of this program.... Unknown database 'cj_handgunner' can you help about this.....
Submitted byAnonymous (not verified)on Tue, 05/07/2013 - 15:24

In reply to by welner (not verified)

you need first to create a database name 'cj_handgunner' then you neeed to import the database file.
Submitted byAnonymous (not verified)on Thu, 02/28/2013 - 04:53

It's easy first all you have to do is go to databases then type in cj_handgunner as a name of your database then go to your new database name cj_handgunner you can now import your sql file hope this helps

Add new comment