E-Commerce Website in PHP & MySQL From Scratch!
- Description
- Curriculum
- FAQ
- Reviews
Learn to create an E-Commerce Website from scratch in PHP & MySQL, building an online shopping store in PHP & MySQL had never been easier from scratch before this course. You are going to create your first online store using PHP and MySQL from start to end.
What is this e-commerce site all about?
E-commerce is an online shopping store for selling/buying products, we’ll use simple PHP and MySQL queries to create this project, if you are really serious about creating an eCommerce website from absolutely 0 knowledge, then this course is for you.
What You Will Learn?
-
Setting a basic environment for creating an online store
-
Creating the admin panel to update the site
-
Adding products and displaying them on the website
-
Ordering products and storing orders
-
Displaying orders and details
-
Integrating Paypal into the eCommerce site
-
Finishing the eCommerce site
Content and Overview:
With over 8 hours of content and 40 lectures, this is a perfect course to learn creating a complete e-commerce website from absolutely scratch using PHP, MySQLi, JavaScript, HTML, and CSS. If you are a beginner who really doesn’t know how to create a megaproject in PHP then this course will help you a lot. It can also help you in creating your final year project for your university or college. This course is designed for absolute beginners, but meanwhile, you should have a basic understanding of PHP & HTML. The source code of this course is attached to the last lecture, and you can download that to use in your own projects.
-
1Prerequisites for Ecommerce Website in PHP & MySQL
in this introductory lecture, You'll see the preview of the project (eCommerce) which we are going to create in this complete course from scratch in PHP & MySQLi.
-
2Welcome Note & Instructions
This a welcome note for students, read it and get ready to start learning the course.
-
3Downloading the Template
In this lecture, we'll install the necessary tools to start this project.
-
4Downloading the Template (Link)
In this lecture, you will learn about downloading the main template for our e-commerce store in PHP and MYSQL.
-
5Breaking the Template to Make it Clean
In this lecture, I will teach you how to break the template to make it clean.
-
6Editing Template Pages
In this lecture, we will be editing template pages to make it in good order for a later stage.
-
7Creating Database & Tables
In this lecture, we will learn to create the database for this project as well as all the required tables to store data for this online store.
-
8Connecting the Database
In this lecture, we will connect the database with the server so we can store and retrieve data from the database.
-
9Project Folder & Database Setup
in text lecture, learn about the list of the folders to be created for this project.
-
10Downloading Admin Template
In this lecture, I will teach you about downloading the admin panel for this project and editing it according to our online store.
-
11Download the Admin Template
Please download the admin panel template from the link given.
-
12Contact Form Data
In this lecture, I'm going to teach how you can store contact form data in the database.
-
13Making Forms
In this lecture, we will make some forms to insert data in the admin panel.
-
14Storing Category
In this lecture, we will create the code to store categories in the database.
-
15Saving Products Data
in this lecture, we'll add the search box to the website layout.
-
16Making Category Dynamic
In this lecture, I will teach about making category dynamic on the website and admin panel.
-
17Making Admin Login Form
In this lecture, I'm going to teach you how to create admin login form.
-
18Introducing Sessions
In this lecture, I will explain about Sessions in PHP and how to use them for this project.
-
19Admin Login Backend
In this lecture, we will create the login backend for the Admin Panel of this project.
-
20Editing Aside Bar
In this lecture, I will teach you editing the side bar of Admin Panel for this project.
-
21Restrictions for Admin Panel
In this lecture, we will use some conditions to restrict other users from accessing the admin panel.
-
22Logout Button for Admin Panel
In this video, we will create logout button for admin panel.
-
23Showing the Products
In this lecture, we will show the products from the admin page.
-
24Making Update Button
In this lecture, we will create an update button for products.
-
25Update Button Backend
In this lecture, it will be about the update button backend in PHP for Admin Panel.
-
26Creating Delete Button
In this lecture, we will create the script for delete button for the admin panel.
-
27Clearing Small Things
In this lecture, we will clear small things in the admin panel.
-
28Editing the Header
in this lecture, we will edit the header of the page.
-
29Editing the Slider
In this lecture, we will edit the slider of the main page.
-
30Editing Index Page
In this lecture, I will teach you editing the index page and make it perfect for our store.
-
31Editing Products
In this lecture, I will teach you about editing the products using PHP and MySQL.
-
32Fixing Top Bar
In this lecture, we'll discuss about fixing the top bar on the main page of this online store.
-
33Editing Details Page
In this lecture, we will talk about the details page which needs to be edited.
-
34Editing About Page
In this lecture, we will discuss about editing the about page for the main store.
-
35Editing the Footer Page
In this lecture, we will edit the about page for this online store template.
-
36Editing Contact Us Page
In this lecture, we will edit contact page for the online store.
-
37Deleting Extra Stuff
In this lecture, we will delete some extra stuff not needed for this project.
-
38Example of the CART
In this lecture, we will start creating the cart for this project and I will show you an example of the cart.
-
39Creating the CART
In this lecture, you will learn to create the CART for this online store and e-commerce project in PHP and MySQL.
-
40Initial Code Explaination
In this lecture, I will explain the initial code for this CART.
-
41CART Alerts
In this lecture, I will teach you about CART alerts which is a code to give alerts in the browser to the customer.
-
42Duplicate Product in CART
In this lecture, we'll discuss the duplicate product which we will solve through the code.
-
43Showing CART Data
In this lecture, we will discuss about showing cart data in the cart on the website.
-
44Removing an Item from CART
In this lecture, we will talk about removing an item from the CART when the user clicks to remove.
-
45Updating the Cart
In this lecture, we are going to update the cart and add more products to the cart.
-
46Total Update with CART
This is a video about total CART item and how to update it.
-
47Customer Registration
In this lecture, we will create a customer registration system to register customers in this e-commerce store.
-
48Customer Auth
In this lecture, I will teach you to create auth for the customer.
-
49Customer Login System
In this lecture, we will create a customer login system to allow customers to login to their accounts.
-
50CART Form
In this lecture, we will create the CART form for getting data.
-
51Order Handler
In this lecture, we will create the order handler which will handle the orders.
-
52Explaining the CART Code
In this lecture, I will explain the CART code which is very important for this project.