Sunteți pe pagina 1din 7

Esparx

(Online Shopping)
A seminar report submitted in the partial fulfillment of the requirement for the award
of degree of
Bachelor of Technology (Computer Science & Engineering)
(Session: 2009-2013)

Supervised By: Submitted By:


Dr. Karambir Kanika Singla
Asstt. Prof. 2509215

Department of Computer Science & Engineering


University Institute of Engineering and Technology
Kurukshetra University, Kurukshetra – 136119

1|Page
Index

1. Introduction to PHP…………………………………………………………………………………………………………3
2. Introduction to Esparx…………………………………………………………………………………………………….5
3. Technical Specifications……………………………………………………………………………………………..……6
4. Working……………………………………………………………………………………………………………………………7
5. Modules…………………………………………………………………………………………………………………………..8
6. Bibliography……………………………………………………………………………………………………………………..12

2|Page
Introduction to PHP

PHP is an open source general-purpose server-side scripting language originally designed


for Web development to produce dynamic Web pages. It is one of the first developed server-
side scripting languages to be embedded into an HTML source document rather than calling
an external file to process data. The code is interpreted by a Web server with a PHP processor
module which generates the resulting Web page. It also has evolved to include a command-
line interface capability and can be used in standalone graphical applications. PHP can be
deployed on most Web servers and also as a standalone shell on almost every operating
system and platform free of charge. A competitor to Microsoft's Active Server Pages (ASP)
server-side script engine and similar languages, PHP is installed on more than 20 million
Web sites and 1 million Web servers. Software that uses PHP
includes MediaWiki, Joomla, Wordpress and Drupal.
PHP was originally created by Rasmus Lerdorf in 1995. The main implementation of PHP is
now produced by The PHP Group and serves as the formal reference to the PHP language
.PHP is free software released under the PHP License, which is incompatible with the GNU
General Public License (GPL) due to restrictions on the usage of the term PHP.
While PHP originally stood for Personal Home Page, it is now said to stand
for PHP: Hypertext Preprocessor.

What is PHP?

 PHP stands for PHP: 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

3|Page
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"

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

4|Page
Introduction to Esparx

The name of project is “eSparx” is an online shopping website. Its objective is to provide an
interactive environment to user to shop while at home. In the present scenario due to fast
paced life and busy schedule online shopping provides you with an easy way to shop while at
home. It offers a variety of products with all different kinds of brands available. The data
repository is maintained via a proper database.
Administrator is there to manage database of user and database of the products available.The
website is designed in php , a scripting language.Php is a server site scripting language. That
is the script is executed on server site whenever client send request to access a webpage.Files
developed in php have extension .php. the files developed are made to run on server. In this
project server used is WAMP.

WAMP

WAMP is an acronym formed from the initials of the operating system Microsoft Windows
and the principal components of the package: Apache, MySQL and one
of PHP, Perl or Python.Apache is a web server. MySQL is an open-source database.
PHP is a scripting language that can manipulate information held in a database and generate
web pages dynamically each time content is requested by a browser.
Other programs may also be included in a package, such as phpMyAdmin which provides a
graphical user interface for the MySQL database manager, or the alternative scripting
languages Python or Perl.

5|Page
TECHNICAL SPECIFICATIONS

Platform : Windows 7

Operating System : 32-bit and 64-bit operating system

Front end : HTML, Javascript

Back end : MYSQL

Server : Wamp

Querying language : Sql

Scripting language : php

Browser : Mozilla Firefox,Google chrome,IE9

6|Page
Working of project

1.Home page

7|Page

S-ar putea să vă placă și