
Explore building an ecommerce website from scratch using vanilla PHP and MySQL, covering product management, cart, checkout, payment integrations, and admin dashboard features.
Learn to switch between PHP versions in Laragon on Windows, by downloading PHP 7.4, placing it in the bin/php folder, and restarting services to test PHP 7.4 and 8.1.10.
Explore popular PHP code editors and learn why Visual Studio Code stands out for PHP development with extensions and a lightweight design.
Describe the admin panel HTML template, covering login, dashboard, settings, forms with color picker, date and time pickers, text editor, photo upload, and data tables.
This lecture demonstrates modularizing the admin panel by converting HTML to PSP files, creating header and footer, and separating login and dashboard into distinct PHP pages using PHP includes.
Create a PHP admin edit profile page with a photo field, dynamic name and email from session, default image handling, and form validation for updates.
Learn to build a multi-page admin panel in PHP by converting HTML pages to PHP, wiring the sidebar links, and implementing dynamic active states for the current page.
Learn to build an ecommerce website using a complete HTML template with login, cart and wishlist, shop by category, checkout, blogs, and dynamic PHP templates.
Explore how to edit product categories in a PHP MySQL app, including handling existing and new photos, image uploads, validations, updates, and deletion.
In this course, I have taught the students the most popular programming language PHP and MySQL from scratch. I have tried to show the most important things of any programming language like authentication system, registration system, email verification, template mastering etc. I have developed a complete ecommerce web application with the latest version of PHP and that is currently PHP 8.4 when I am recording the videos.
The persons who are very beginner in php or have little knowledge in PHP, they will be benefitted the most from this course. But the advanced persons will also get help from this course, because I have tried to show all the real life features of an ecommerce website with advanced features.
Application Features:
URL rewrite option using a htaccess file. So in the front end, there will be no .php extensions.
Optimized query added in some sections in order to load data faster instead of nested queries.
Multi Authentication System for Admin and Customer (User)
Guest Checkout and Existing Customer Checkout both are implemented
Admin Panel Features:
Admin can change logo, favicon, website color etc.
Admin can change footer information.
Admin can manage the home page information.
Admin can manage About Us page information
Admin can manage the FAQ section
Admin can update the contact page information.
Admin can manage (create, edit, delete) blog posts.
Admin can manage comment section
Admin can manage related posts
Admin can manage post tags
Admin can see customer orders and invoice
Admin can change order status to pending, processing, shipped, delivered or cancelled.
Admin can create, edit and delete client section
Admin can see all subscribers and extract the information as CSV
Admin can manage (create, edit, delete) customers
Admin can make customer active or inactive
Admin can see monthwise sales in dashboard as a chart
Admin can manage (create, edit, delete) coupons
Admin can manage (create, edit, delete) shipping options
Admin can manage (create, edit, delete) sliders
Admin can manage (create, edit, delete) products
Admin can manage (create, edit, delete) product photo gallery
Admin can search and see all the reports (datewise, productwise etc.) and print those
Admin can change his own photo, information and password
Admin can update the privacy policy page information.
Admin can update the terms and conditions page information.
Customer (User) Features (Registered Users):
Any Customer can create account for free in this web application
Registered Customers can login and reset his password if necessary
Registered Customers can change profile information
Any Customer will be able to track their orders by their invoice or order number
Registered Customers can download and print the invoice
Registered Customers can add any product into wishlist and remove item from wishlist
Registered Customers will get order details in their emails
Registered Customers will be notified in their emails when order status is updated
Customer (User) Features (Guest Customers, have no account):
Guest Customers will get order details in their emails
Guest Customers will be notified in their emails when order status is updated
Guest Customers will be able to track their orders by their invoice or order number