Motor Dealer Catalog App

Language

Motor Dealer Catalog app. User interface (Front-end): HTML, CSS & JavaScript. Logical part / Database (Back-end): PHP & MySQL. Features:  Data consistency Easy to interact Easy to upload data and delete Easy to enter new data Easy record keeping Backup data can be easily generated Software: Xampp or Easy PHP Installation steps (configuration) 1. Unzip file on your local system 2. Put this file inside Xampp/htdocs/ 3. Database configuration open phpMyAdmin 4. Check if Apache and MySQL are running well on the Xampp control panel or configured to auto start 5. Create a database named motor_vehicle_dealer 6. Import database motor_vehicle_dealer found in an unzipped file 7. Open the file, open the model folder open the database file with code editor like notepad and change the username and password based on your MySQL database system if no password live it empty and save it. e.g. $username = 'root'; $password = ' '; 9. Open your browser put inside browser url: http://localhost/www.bestdealer.com/ Comments are welcomed.

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 byJean-Luc (not verified)on Wed, 03/01/2017 - 14:50

Hi, I am using wamp server Even if i follow all the steps correctly given, it still says unable to connect even if the username and password are correct in the database.php file. Please help
Submitted byShez (not verified)on Mon, 04/17/2017 - 03:25

Test it with another file you used work on it and then copy and put your login details for the DB.

Add new comment