Friday 15 March 2019

Online Loan Management System Project in PHP



This is a PHP based Loan management system to help Student to easy apply online loan. Are you looking for an Online loan management system for your final year project this project is best for you.

MODULES OF ONLINE LOAN MANAGEMENT SYSTEM

Our system has two main interfaces. One is for customers and the other is for the user which manages all the bank accounts. Along with these, we have other interfaces which can be discussed as below:

Admin:

Admin is the one who verifies the user or the Student or Customer which is going to register itself on the loan management system. There can be only one account of admin and all other accounts can be either of user or customer or student.

Student or Customer :

  • Student or Customer can online apply for loan
  • Also track the load status.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP( version 5.5) : Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.
  3. CodeIgniter : PHP Framework

Software Requirement(any one)

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/xampp/htdocs/" .
3. Database Configuration
Open phpmyadmin
Create Database named loan.
Import database loan.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/Projectworlds-Loan-Management/"
Admin Login Details
username: admin
email: admin@gmail.com
Password: 1234

Tuesday 12 March 2019

Travel Management System Project in PHP MYSQL



Here, User can check package details easily as all the packages are divided into sub category. User can Book packages online. Admin can Add/Update/Delete – Users, Category, Sub Category, Packages. Admin can also Add Advertisements To the site and Delete / Update it if they want & admin can view all the enquiry. The design of this project is pretty simple and user won’t find it difficult to understand, use and navigate.
Features :
  1. Online Package Enquiry
  2. Sub categories divided into Packages
  3. Admin panel
  4. Add/Update/Delete – Users, Category, Sub Category, Packages
  5. View Enquiry (Admin)

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named travel.
Import database oes_db.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/travel/"
Admin Login Details
Login Id: mahmud
Password: 1234

Download Here

Online Notes Sharing Platform PHP Mysql Project



Requirements

  • PHP 5.3 or higher recommended
  • MySQL DB
  • Ability to write .htaccess file for apache mod_rewrite

Installation

  • Upload College-Notes-Gallery to the directory of your choice. (E.g : /var/www/html/online-notes-sharing )
  • Import MySql Db file to your database software (E.g : PhpMyAdmin -> Create DB -> Import notes.sql )
  • Configure connection between your database and server by modifying the /includes/connection.php file
  • Navigate to the installation in your browser ( E.g : http://localhost/online-notes-sharing )
  • Done ðŸ™‚

Login Details

  1. Admin:
username: root
password: adminroot
  1. User:
username: user
password: userpass

Main Features

  • Multiple user access: Allows multiple type of users(teacher/student/admin) to login
  • Functional Admin panel: Allows admins to manage the whole system
  • CRUD functionalities: Allows all users to create,read,update and delete their notes in a managed format
  • Profile update option: Allows users to update their profile/account details
  • Secure registration and login option for users
  • Allows students and teachers to download/upload their course notes easily
  • Allows users to recover their password using forgot password option

Download Here

Monday 11 March 2019

PHP Image Gallery Project Source Code



Simple Photo Gallery is developed using PHP, CSS, Bootstrap, and JavaScript. Talking about the project, it contains a user side where a user can post photos easily. This project contains limited features which is only related to a photo gallery. In this project, the user has to perform all the main functions from the user side.

Modules:

  • admin
  • user

Admin Module Feature:

  • create gallery
  • add image
  • view gallery

User Module Feature:

  • view gallery

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/xampp/htdocs/" .
4. Open Your browser put inside "http://localhost/image-gallery/"
Admin Login Details
Login Id: admin
Password: root
user Login Details
Login Id: user
Password: user

Download here