Sie sind auf Seite 1von 8

GLOBAL INSTITUTE OF MANAGEMENT AND EMERGING TECHNOLOGIES

Amritsar
Six Weeks Industrial Training Project Report
On
Student Management System
Submitted in the Partial fulfillment of the requirement for the Award of Degree of
Bachelors of technology
in
INFORMATION TECHNOLGY
(2010-2014)

Submitted To

Submited by

Er. Satish kumar

Parveen sharma
100340824866

ACKNOWLEDGEMENT
The success and final outcome of this project required a lot of guidance and
assistance. However, it would not have been possible without the kind support and
help of many individuals and organization. I am highly indebted to GLOBAL
INSTITUTE OF MANAGEMENT
AND EMERGING TECHNOLOGY for their
guidance and constant supervision as well as for providing necessary information
regarding the project and also for their support in completing the project. I would
like to express my gratitude towards my teachers and friends for their kind cooperation and encouragement which help me in completion of this project.
I heartily thank Col. ER. SATISH KUMAR for allowing me to make this project. I am
thankful to and fortunate enough to get constant encouragement, support and
guidance from all teaching staff of Department of INFORMATION TECHNOLGY which
helped us in successfully completing our project work. I would like to extend my
sincere thanks to all of them.
My thanks and appreciations also go to my colleague in developing the project and
people who have willingly helped me out with their abilities.

II

Table of Contents

Sr. No.

Topic

Page No.

1.

Introduction

2.

Objectives

3.

Hardware Requirement

4.

Software Requirement

5.

Technology Background

6.

Conclusion

3
4
5-7
8

III

Introduction
The Project entitled "Amritsar Information System" is a web-based application developed in
PHP LANGUAGE using php as front end & MySQL as backend using apache server. This
project is aimed at developing a Web application that depicts complete information about
Amritsar city. Using this web application, tourist can get all information related to Amritsar.
Amritsar city is the home of Harmindar Sahib. It is the holy city. It is the spiritual and cultural of
sikh religion . the city is known for its rich cuisine and culuture , and for the tragic incident of
Jallianwala Bagh Massacre in 1919 under british rule. More than 2 lakh tourists visits Amritsar
everyday. We need an information system about Amritsar so that tourist visiting the holy city gets
complete information about the city. Information includes tourist places, religious places, famous
food joints, well known colleges, hotels & all other information related to Amritsar.

Objectives
The fashionfibre.com Web Application provides a facility to access all information about
Amritsar. This software helps Tourist to find tourist places, religious places, famous food joints,
well known colleges, hotels & all other information related to Amritsar.

IV

HARDWARE AND SOFTWARE


REQUIREMENTS
Following are the minimum hardware and software requirements for building this
application

Hardware:
Processor

600 MHz, Pentium 4

RAM

512 MB

Hard Disk Drive

Minimum 20 GB

Software:
Front-End

PHP Scripting Language

Back-End

MySQL & Apache Server

Operating System

Windows XP or higher (Win7 compatibility is


most)

IDE

PHP Editor

Programming
languages

PHP, HTML, CSS

Documentation

Microsoft Word

Technology Background
Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally
designed for web development to produce dynamic web pages.
For this purpose, PHP code is embedded into the HTML source document and interpreted by a
web server with a PHP processor module, which generates the web page document.

As a general-purpose programming language, PHP code is processed by an interpreter


application in command-line mode performing desired operating system operations and
producing program output on its standard output channel. It may also function as a graphical
application.
PHP is available as a processor for most modern web servers and as a standalone interpreter on
most operating systems and computing platforms.
PHP is used to create dynamic websites; this is a step up from HTML as it allows you to do
much more than creating static websites. Using a language such as PHP also gives you access to
using databases with your website such as MySQL.
For anyone who is interested in making websites or web site applications, you may have heard of
these two terms but you cannot differentiate between the two. Basically, the first one, JavaScript,
is a client side programming language. This means that you can design and test this on your own
computers server. This makes
it easier if you cannot have access to the internet at the given time. It can be quite easy to learn as
well but there is a limit to what you can do with JavaScript.
On the other hand you have the more powerful PHP and if you can learn this, you could produce
some powerful and user interactive websites. However the problem with php is that it is a server
side programming language, meaning that you have to test it on a web server. So PHP allows you
to design powerful websites and JavaScript is the easiest to learn out of the two.
Java script is not language. Its a client side language that means its script. And it can be used for
create web page.
PHP is a Hypertext Pre-processor. It can be used for create web page...any PHP code in
requested file can be executed by PHP run time. Its run on only web server.
To contradict what has been said so far, the difference is that JavaScript can be written on the
server side too and can get very complicated. JavaScript is often used as the client scripting
language on the same page with PHP which does the server side stuff. ASP or ASP.net is an
alternative to PHP.
The essential difference between JavaScript and PHP is that JavaScript code can be interpreted
by and interact with the browser on your local computer. The benefit of this is that web forms
can be checked for compliance with the website owners' requirements LOCALLY, without the
web page having to be transmitted to the web server for checking, failing checks and then having
to be re-transmitted to your browser with an error message. So JavaScript is tremendously
important in minimizing Internet bottlenecks.

VI

PHP in a minute! Setup at a glance a pre-configured Windows, Apache, MySQL, PHP


environment (WAMP package) on your system or on a USB drive and develop or present locally
your PHP projects (websites, applications...).

What is PHP?
PHP stands for : Hypertext Preprocessor
PHP is a server-side scripting language, like ASP
PHP scripts are executed on the server
PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic
ODBC, etc.)
PHP is an open source software
PHP is free to download and use
What is a PHP File?
PHP files can contain text, HTML tags and scripts
PHP files are returned to the browser as plain HTML
PHP files have a file extension of ".php", ".php3", or ".phtml"
What is MySQL?
MySQL is a database server
MySQL is ideal for both small and large applications
MySQL supports standard SQL
MySQL compiles on a number of platforms
MySQL is free to download and use
PHP + MySQL
PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a
Unix platform)
Why PHP?
PHP runs on different platforms (Windows, Linux, Unix, etc.)
PHP is compatible with almost all servers used today (Apache, IIS, etc.)
PHP is FREE to download from the official PHP resource: www.php.net
PHP is easy to learn and runs efficiently on the server side
Basic PHP Syntax
A PHP scripting block always starts with <?php and ends with ?>. A PHP scripting block can be
placed anywhere in the document.

VII

On servers with shorthand support enabled you can start a scripting block with <? and end with ?
>.
For maximum compatibility, we recommend that you use the standard form (<?php) rather than
the shorthand form.
<?php
?>
A PHP file normally contains HTML tags, just like an HTML file, and some PHP scripting code.

VIII

Das könnte Ihnen auch gefallen