0% found this document useful (0 votes)
218 views3 pages

Online Bidding System Using PHP

The document describes a simple online bidding system created with PHP and MySQL. It allows companies to display products for auction online. Users can view products and place bids within a bidding period. The system has separate admin and user interfaces. As an admin, you can manage categories, products, bids, users and settings. Users can view products, log in to place bids, and see auction details. The project aims to demonstrate a basic bidding process online and help with learning PHP and databases.

Uploaded by

Ashfaq Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
218 views3 pages

Online Bidding System Using PHP

The document describes a simple online bidding system created with PHP and MySQL. It allows companies to display products for auction online. Users can view products and place bids within a bidding period. The system has separate admin and user interfaces. As an admin, you can manage categories, products, bids, users and settings. Users can view products, log in to place bids, and see auction details. The project aims to demonstrate a basic bidding process online and help with learning PHP and databases.

Uploaded by

Ashfaq Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Online Bidding System using

PHP/MySQLi
Language
 PHP

Project: Simple Online Bidding System using PHP/MySQLi

About
The Simple Online Bidding System is a simple PHP project that provides a bidding
organization or company's possible buyers bid with others within a period of time.
This project only presents a minimum or small scope only and the main purpose of
this project is to create a bidding process online. The system stores the category of
the product and the products for auction. When creating the product for auction, the
system requires the date and time which is used to automatically detect the buyer
who wins in the bidding. 
The Simple Online Bidding System was develop using HTML, PHP/MySQLi,
JavaScript (Ajax/jQuery), CSS, and Bootstrap for the styling. The system has 2 sides
of the user interface, one is for the subscriber or the possible buyer side and one is
the admin side which is the side where the management will manage the data in the
project.

Features/Pages
Admin side
 Login Page
 The page where the system admin or management staff submit their
system credentials to access the data and features of the system.
 Home Page
 The page where the system admin or redirected by default when
logging into the system.
 Category Page
 The page where the product categories are a list and managed.
 Products Page
 The page where the system admin or staff manages the list of
products for auction or bidding.
 Bids Page
 The page where the list of bids is displayed along with their status.
 User Page
 The page where the system admin manages the list of system users.
 System Settings Page
 The page where the system admin manages the system information.

Subscribers or User Page


 Home page
 The page where the users or subscribers will be redirected by default
when browsing the bidding system website.
 About Page
 The page where the company's/website's about page shown.
 Login Modal
 The popup modal on the website where the user will submit their
system credential in order to use the bidding feature of the website.
 Signup Modal
 The popup modal where the new subscriber or user creates their
account.
 Product View Modal
 The modal that displays all the data of the product for bidding. This is
where the subscriber or user bids for their desired product.

How to Run
1. Download the source code and extract the zip file.
2. Download or set up any local web server that runs PHP script.
3. Open the web-server database and create a new database name
it bidding_db.
4. Import the SQL file located in the database folder of the source code.
5. Copy and paste the source code to the location where your local web server
accessing your local projects. Example for XAMPP('C:\xampp\htdocs')
6. Open a web browser and browse the project. E.g [http://localhost/simple-
online-bidding-system] for the website and  [http://localhost/simple-online-
bidding-system/admin]

Admin Default Access


Username: admin
Password: admin123
I hope that this Simple Online Bidding System project will help you with what you are
looking for. This project is for education purposes only. Feel free to download and
modify the source code to have an actual experience with the features and I hope the
source code can help you with your projects.
Explore more on this website for more source codes and tutorials.
Enjoy!
Ad
1/2
59:58
Ngỡ Ngàng Trước Khung Cảnh Của Bình Liêu Quảng Ninh - Thiên Đường Vùng Biên
Giới Việt Trung
Download Code

ShareFacebookTwitter
Note: Due to the size or complexity of this submission, the author has submitted it as
a .zip file to shorten your download time. After downloading it, you will need a
program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but
new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

You might also like