Training Report
On
Go For Study
Submitted in partial fulfillment of the requirements
for the award of the degree of
BACHELOR OF TECHNOLOGY
In
COMPUTER SCIENCE AND ENGINEERING
Submitted By
PREET VERMA
Roll No. 2815058
Batch (2015-2019)
Panipat Institute of Engineering & Technology,
(Affiliated to Kurukshetra University , Kurukshetra, India)
Samalkha, Panipat
(2018-2019)
CANDIDATE’S DECLARATION
I hereby declare that the work presented in this training report entitled “GO FOR
STUDY”, submitted in partial fulfillment of the requirement for the award of the
degree of Bachelor of Technology in Computer Science And Engineering ,
submitted to Panipat Institute of Engineering & Technology, Kurukshetra
University, Kurukshetra, India is an authentic record of my own work carried out
during the period from From 04.06.2018 to 31.07.2018 under the guidance of
Mr.Neeraj Mehta(Director).
The work reported in this project report has not been submitted by me for the award
of any other degree or diploma.
Date: September 10, 2018
Preet Verma
Place: Samalkha, Panipat
Roll No.2815058
i
CERTIFICATE
This is to certify that the summer training report(CSE-408) entitled “GO FOR
STUDY”, done by PREET VERMA, Roll No. 2815058 is an authentic work carried
out by her at Websure Solution And Enterprises Pvt. Ltd. Chandigarh under my
guidance. The matter embodied in this Institute Management System work has not
been submitted earlier for the award of any degree or diploma to the best of my
knowledge and belief.
Mrs. Shakti Arora
Assistant Professor,
CSE DEPARTMENT
Mr. Vikas Sethi
Assistant Professor,
CSE DEPARTMENT
Dr. S.C. Gupta
HOD,
CSE DEPARTMENT
ii
ACKNOWLEDGEMENT
I express my sincere gratitude to Mrs. Shakti Arora, Assistant Professor,
Department of Computer Science And Engineering, Panipat Institute of
Engineering & Technology, Kurukshetra University, Kurukshetra, India for his
stimulating guidance, continuous encouragement and supervision throughout the
course of present work. It would not have been possible to complete this project in
such short period of time without his ever encouraging attitude.
I am extremely grateful to Mr. Neeraj Mehta WebsureSolution And Enterprises
Pvt.ltd.Chandigarh for giving his precious time and guiding me about training which
could be a turning point in one’s career.
I would like to place on record my deep sense of gratitude to HOD, Computer
Science and Engineering, PIET, Samalkha for his generous guidance, invalueable
help and useful suggestions.
I am thankful to Prof. (Dr.) Shakti, Director, PIET, Samalkha for providing me
infrastructural facilities to work in, without which this work would not have been
possible.
Especially, I would like to thank my parents for their unconditional love and support
which enabled me to complete this work. And last but not the least I would like to
thank God for the successful completion of my project.
Preet Verma
2815058
iii
ABSTRACT
The objective of project is to provide GO FOR STUDY application which enables
the administrator to keep the record of the Study Materials. The project has been
designed in PHP technology and consists of a SQL server which acts as database for
the project.
The Go For Study project mainly consists of two types of users:-
The clients who access the information which provided by thewebsite
The administrator who modifies and updates theinformation.
All the data needed for the application is stored in the form of tables in SQL server.
The report contains the details of all the tasks carried during the entire software
development life cycle of the Go For Study. This document depicts all the details
of the project.
iv
List of Figures
Figure Figures Description Page No.
1.1 PHP Process 03
4.1 Admin Use Case 11
4.2 Customer Use Case 12
4.3 E-R Diagram 13
7.1 Home Page 22
7.2 Services 22
7.3 Topics 23
7.4 Data 23
7.5 Blogs 24
v
List of Tables
Figure Figures Description Page No.
8.1 Data Base 25
8.2 User Details 25
8.3 Subscriber Details 26
8.4 Contact Us Details 26
8.5 Blog Details 27
vi
CONTENTS
Candidate's Declaration i
Certificate ii
Acknowledgement iii
Abstract iv
List of Figures v
List of Tables vi
CHAPTER NO. DESCRIPTION PAGE NO.
Chapter 1: INTRODUCTION 1
1.1 Aims and Objectives 1
1.2 Introduction to Project 1
Chapter 2: SOFTWARE & REQUIREMENTS 7
2.1 Hardware 7
2.2 Software 7
Chapter 3: REQUIREMENT ANALYSIS 8
Chapter 4: SOFTWARE DESIGN 10
4.1 Use Case for Admin 10
4.2 Customer Use case 10
4.3 E-R Diagram 11
Chapter 5: CODING 12
Chapter 6: TESTING 18
Chapter 7: OUTPUT SCREENS 22
Chapter 8: DATA-BASE TABLES 25
Chapter 9: CONCLUSION 28
Chapter 10: RECOMMENDATIONS 29
Chapter 11: REFERENCES 30
vii
viii