Vous êtes sur la page 1sur 13

MINI - PROJECT REPORT

ON

“COURIER MANAGEMENT SYSTEM”


TE COMPUTER ENGINEERING

Submitted by

(PRASAD CHANDRESH KAMLESHWAR MANTI) 11CO35


(KHATRI AMAANULLA ABDUL SATTAR RESHMA) 13CO45
(KHAN MOHD DANISH NISAR AHMED LAYKA KHATOON) 13CO39

Supervisor

(Shaikh Abdul Salam)

Department of Computer Engineering,


School of Engineering & Technology

Anjuman-I-Islam’s Kalsekar Technical Campus


Plot no 2 & 3, Sector - 16, Near Thana Naka, Khandagaon,
New Panvel, Navi Mumbai - 410206

Academic Year : 2017-18


1. Design Layout

We Are Developing Our Mini Project “Courier Management System” Using php, Bootstrap and Core
CSS.

2.features/modules

■ Provides the bill searching facilities based on various factors such as courier deliver, bill,
payment.

■ Courier management system also manage the email notification details online for bill details,
payment details, courier.

■ It tracks all the information of customer,email notification,bill.

■ Manage the information of customer.

■ Shows the information and description of courier,delivery.

■ To increase the efficiency of managing the courier ,customer.

■ It deals with monitoring the information and transaction of bills.

■ Manage the information of courier.

■ Editing, adding and updating records is improved which result in proper resource management
of courier data.
3. Database Design:

A)

B)
4. Design Front end Pages

A) Index.php

B) about.php
C) product.php

D) quote.php
E) track.php

F) login.php
5. Admin Panel

A) Adminlog.php

B) orders
C) update.php

6. PHP - MySQL Connectivity

connect.php

<?php

$ servername = "localhost";

$ username = "root";

$ password = "root";

$ dbname = "omega";

$ conn = new mysqli($ servername, $ username, $ password, $ dbname);

if ($ conn->connect_error) {

die("Connection failed: " . $ conn->connect_error);

echo $ conn->connect_error;

?>
7. CRUD Operations

A)

B)
C)

D)
E)

F)
G)

H)
8. Validation

A)

B)

Vous aimerez peut-être aussi