Omprakash Merged Organized
Omprakash Merged Organized
Omprakash Merged Organized
A PROJECT SUBMITTED TO
(Rajasthan)
1
TABLE OF CONTENT
SL.NO CONTENTS PAGE NO.
5
CHAPTER 1
INTRODUCTION TO PROJECT
1.1 ABSTRACT
The project “Online auction project” is the website aimed at carrying out
bidding. This is like an auction house provided online where in this users
can take part from the comfort of their homes. This site also brings the
auction to the auction to the fingertips of the aspiring bidders and sellers to
a wider section of the product. In this particular website, where buyers and
sellers interact each other to exchange products to get a fair deal.
6
1.2 PROBLEM STATEMENT
A online auction system is being designed for the user, so that they can easily take
part in the bidding conducted online. The bidding takes place in a normal form way
the people interested to buying the things placed in auction are supposed to bid for
the particular product in a particular time period. The person placing the highest
bid gets the right to own the item at the end of the bid. Bid is the exact amount of
money offered on an item in auction in the bid by seller. The buyer with the
highest bid is the one who finalizes the purchase of the item with the seller of the
item. Winner is generally the person offering the highest bidding amount is called
the winner of the auction.
1. Login:
The login Module, consists of two sub modules:
User Login- In this module, user can access this webpage and can
bid for his desired product.
Admin login-In this module , the admin can login and add the
products for bidding purpose
2. Product:
7
3. Profile:
4. Feedback:
In this module, the users can send their feedback about the
website.
8
CHAPTER 2
SYSTEM ANALYSIS
2.1 SOFTWARE REQUIREMENT SPECIFICATION
9
2.3 SOFTWARE REQUIREMENT
10
2.3.2 INTRODUCTION TO CSS
Cascading Style Sheets (CSS) is a style sheet language used for
describing the presentation of a document written in a markup
language like HTML.CSS is a cornerstone technology of the World Wide
Web, alongside HTML and JavaScript.
CSS is designed to enable the separation of presentation and content,
including layout, colours, and fonts. This separation can improve
content accessibility, provide more flexibility and control in the specification
of presentation characteristics, enable multiple web pages to share
formatting by specifying the relevant CSS in a separate .css file, and
reduce complexity and repetition in the structural content.
Separation of formatting and content also makes it feasible to present the
same markup page in different styles for different rendering methods, such
as on-screen, in print, by voice (via speech-based browser or screen
reader), and on Braille-based tactile devices. CSS also has rules for
alternate formatting if the content is accessed on a mobile device.
The name cascading comes from the specified priority scheme to
determine which style rule applies if more than one rule matches a
particular element. This cascading priority scheme is predictable.
The CSS specifications are maintained by the World Wide Web
Consortium (W3C). Internet media type (MIME type) text/css is
registered for use with CSS by RFC 2318 (March 1998). The W3C
operates a free CSS validation service for CSS documents.
11
2.3.3 INTRODUCTION TO PHP
12
2.3.4 INTRODUCTION TO MYSQL
13
2.3.5 INTRODUCTION TO XAMPP
14
2.3EXISTING SYSTEM
A detailed study of the process must be made by the various techniques like
interviews, questionaries etc. The data collected by the sources must be
scrutinized to arrive to a conclusion. The conclusion is an understanding of how
the system functions. The system is called existing system. Now the existing
system is subjected to case study and problem area are identified. The designer
now functions as a problem solver and tries to sort out the difficulties that the
enterprise faces.
Security of work
Ensure data accuracy
Minimize time needed for the various processing
Greater efficiency
Better services
15
CHAPTER 3
SYSTEM DESIGN
Login Table
Sign Up Table
16
Products Table
FeedBack Table
17
User Bid
18
3.2 DATA FLOW DIAGRAM
19