-
PHP
-
Motor Dealer Catalog App
Submitted by
shering on Tuesday, March 22, 2016 - 22:07.
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.