Section 1 : Setting Up Some Things!

Lecture 1 Introduction
Lecture 2 Local Delopment Environment Installation 00:05:18 Duration
Lecture 3 Code Editors I recommend (OPTIONAL) 00:03:38 Duration
Lecture 4 INTRODUCTION TO BRAINMEASURES PROCTOR SYSTEM

Section 2 : E-commerce System - FRONT- END

Lecture 1 Downloading Assets 00:07:21 Duration
Lecture 2 Defining Paths with Constants 00:04:24 Duration
Lecture 3 Defining Paths and Database Connection with Constants 00:05:04 Duration
Lecture 4 Creating Database and Testing 00:04:57 Duration
Lecture 5 Making Index 00:04:26 Duration
Lecture 6 Slider and Navs Snippet Creation 00:06:06 Duration
Lecture 7 Creating the Category Table 00:03:52 Duration
Lecture 8 Displaying Dynamic Categories 00:05:30 Duration
Lecture 9 Useful Custom Helper Functions 00:05:06 Duration

Section 3 : Product Function

Lecture 1 Creating the Products Table and Data Insertion 00:05:44 Duration
Lecture 2 Starting the Get Product Function 00:06:12 Duration
Lecture 3 Display Products 00:09:12 Duration
Lecture 4 Product Button Link to Single Product Page 00:07:27 Duration
Lecture 5 Category Page and Funcion 00:06:57 Duration
Lecture 6 Single Product Page Setup
Lecture 7 Displaying Dynamic Data in Single Product Page - CHALLENGE 00:07:12 Duration
Lecture 8 New Column and Data Insertion - SOLUTION 00:07:04 Duration
Lecture 9 Displaying Products in Category Page 00:09:11 Duration
Lecture 10 Displaying Products in SHOP Page 00:04:35 Duration

Section 4 : USER

Lecture 1 Login Page and User Table Creation 00:06:23 Duration
Lecture 2 Login Page Setup and Function Part 1 00:06:35 Duration
Lecture 3 Login Page Function Complete and Session Helper Message Function 00:08:15 Duration

Section 5 : CONTACT PAGE

Lecture 1 Contact Page Setup 00:06:39 Duration
Lecture 2 Sending Messages 00:10:02 Duration

Section 6 : SHOPPING CART

Lecture 1 Setting Up Quantity and Procedure Explanation 00:05:47 Duration
Lecture 2 Removing the function that destroys sessions 00:01:14 Duration
Lecture 3 Creating the CART page and the Add Product Session Code Part 1 00:06:36 Duration
Lecture 4 Session destroy - (Edwin from the future) 00:01:16 Duration
Lecture 5 Add Product Session Code Part 2 00:06:40 Duration
Lecture 6 Add Product Session Code Part 3- Limiting with quantity 00:06:50 Duration
Lecture 7 Remove and Delete Items from cart
Lecture 8 Testing our Remove and Delete Functions 00:04:53 Duration
Lecture 9 CART - function part 1 00:07:05 Duration
Lecture 10 About Certification
Lecture 11 CART - function part 3 00:07:43 Duration
Lecture 12 CART - function part 4 00:05:15 Duration
Lecture 13 CART - function part 5 00:06:17 Duration
Lecture 14 CART - function part 6 - getting total 00:06:40 Duration
Lecture 15 Cart Unsetting Values 00:06:38 Duration

Section 7 : Paypal API for Payment Processing

Lecture 1 UPDATE PAYPAL UI
Lecture 2 Introduction to the Developer Paypal Site 00:09:42 Duration
Lecture 3 Paypal form Explanation 00:04:20 Duration
Lecture 4 Creating PHP form code 00:11:04 Duration
Lecture 5 Submitting Info to Paypal 00:06:32 Duration
Lecture 6 Fixing product total for paypal 00:03:01 Duration
Lecture 7 Thank you Page Part 1 00:08:04 Duration
Lecture 8 Thank you Page and Creating Orders Table Part 2 00:09:03 Duration
Lecture 9 Session Destroy And Paypal Button Functionality 00:05:41 Duration

Section 8 : BACK END ADMIN

Lecture 1 Improving Paypal Button and more 00:06:53 Duration
Lecture 2 Making admin Index 00:08:45 Duration
Lecture 3 Including Admin Content based on Condition 00:05:05 Duration
Lecture 4 Including Orders Page 00:10:27 Duration
Lecture 5 Fixing Page Problem and Moving Pages - CHALLENGE 00:04:48 Duration
Lecture 6 Setting up the rest of the pages - SOLUTION 00:02:42 Duration
Lecture 7 Admin Security Code 00:08:56 Duration
Lecture 8 Moving Cart Pages and Setting up New Paths 00:06:29 Duration

Section 9 : Reports Functionality

Lecture 1 Insert New Column in the Orders table - CHALLENGE 00:04:16 Duration
Lecture 2 Creating a Reports Table and Testing in Thank you page 00:07:14 Duration
Lecture 3 Inserting data into reports with PHP and testing 00:08:00 Duration
Lecture 4 Pulling Last order and Insert it in reports -testing 00:07:24 Duration
Lecture 5 Function report finished 00:06:32 Duration

Section 10 : Orders in Admin

Lecture 1 Displaying Orders 00:07:56 Duration
Lecture 2 Deleting Orders 00:12:01 Duration

Section 11 : Products in Admin

Lecture 1 Displaying Products in Admin 00:07:18 Duration
Lecture 2 Adding Edit Link and Delete Link to the Products Page 00:05:17 Duration
Lecture 3 Delete Product page and Setting Session Message 00:03:14 Duration
Lecture 4 Adding Products Function part 1 - CHALLENGE 00:06:37 Duration
Lecture 5 Adding Products Function Part 2 - SOLUTION 00:05:23 Duration
Lecture 6 Adding Products Function part 3 - upload directory setup 00:06:06 Duration
Lecture 7 Adding Products Function part 4 - Insert Query 00:06:47 Duration
Lecture 8 Arranging Form Fields in the Add Product Page 00:05:47 Duration
Lecture 9 Adding products and fixing some bugs 00:08:26 Duration
Lecture 10 Showing Dynamic Categories in the select HTML element 00:05:16 Duration
Lecture 11 Relating Products Table and Categories Table to show Categories 00:09:13 Duration
Lecture 12 Displaying Images in Products Page and Home Page 00:09:39 Duration
Lecture 13 Displaying Images in the Checkout Page 00:08:35 Duration
Lecture 14 Updating Product function Part 1 00:06:44 Duration
Lecture 15 Updating Product function Part 2 00:04:19 Duration
Lecture 16 Displaying Data in the Edit Product page 00:11:56 Duration
Lecture 17 Debugging the our Update Product Function and Image Feature Safety Net Code 00:08:38 Duration
Lecture 18 Displaying Default Category Name in the Select Element 00:05:15 Duration

Section 12 : Categories in admin

Lecture 1 Displaying Categories 00:06:23 Duration
Lecture 2 Creating Categories 00:07:58 Duration
Lecture 3 Deleting Categories 00:07:28 Duration
Lecture 4 Category Messages Fix 00:02:09 Duration

Section 13 : Users in Admin

Lecture 1 Displaying users and deleting them 00:06:52 Duration
Lecture 2 Add User Function 00:10:05 Duration
Lecture 3 Add User Function Testing and more 00:04:01 Duration

Section 14 : Reports in Admin

Lecture 1 Displaying Reports 00:07:34 Duration
Lecture 2 Deleting Reports and WRAPPING IT UP 00:03:33 Duration
Lecture 3 About Proctor Testing

Section 15 : EXRA FEATURE - Uploading it ONLINE )

Lecture 1 Intro to C-panel Software 00:05:58 Duration
Lecture 2 Creating Database in C Panel and Exporting and Inporting our Localhost Database 00:06:01 Duration
Lecture 3 Compressing and Uploading Files to Online Server 00:05:01 Duration
Lecture 4 Viewing our application ONLINE 00:04:10 Duration
Lecture 5 Displaying Images 00:03:19 Duration
Lecture 6 Moving Cart Page
Lecture 7 Fixing Paths 00:02:57 Duration
Lecture 8 Fixing Cart 00:08:18 Duration
Lecture 9 Fixing the rest of the templates path 00:06:14 Duration
Lecture 10 Adding Products and Deleting 00:07:38 Duration
Lecture 11 Cleaning Up a Little and Logout Redirect 00:05:30 Duration
Lecture 12 Fixing Quantity for Paypal 00:06:16 Duration
Lecture 13 Processing Payments with Paypal 00:05:54 Duration
Lecture 14 Taking off the echo in Thank you page 00:02:26 Duration
Lecture 15 Changing UPLOAD_DIRECTORY Constant to display and Upload Images 00:05:36 Duration
Lecture 16 Fixing User Page Message 00:05:46 Duration
Lecture 17 Backing Your E-commerce System 00:06:39 Duration
Lecture 18 Showing Products Based on Quantity 00:02:07 Duration
Lecture 19 Updating Other Functions 00:02:09 Duration
Lecture 20 Delete Functionality Improvement (LOCALHOST) 00:04:50 Duration
Lecture 21 Delete Functionality improvement (ONLINE SERVER) 00:07:27 Duration

Section 16 : EXTRA FEATURE - Dynamic Slider

Lecture 1 Functions setup 00:03:58 Duration
Lecture 2 Slides Table and File HTML Slide Page Upload 00:05:13 Duration
Lecture 3 Get alll Slides in Home Page 00:05:47 Duration
Lecture 4 Get Active Slide 00:06:37 Duration
Lecture 5 Add Slide Function Part 1 00:06:19 Duration
Lecture 6 Add Slide Function Part 2 and Complete 00:05:44 Duration
Lecture 7 Adding Current Slide to Admin Slide Page 00:04:37 Duration
Lecture 8 Showing Slider Thumbnails in admin 00:07:04 Duration
Lecture 9 Styling Thumbnails 00:06:26 Duration
Lecture 10 Deleting Slides 00:03:43 Duration
Lecture 11 Deleting Files and Records - CHALLENGE 00:05:15 Duration
Lecture 12 Deleting Files and Records - SOLUTION 00:05:25 Duration
Lecture 13 Jquery Delete Feature 00:08:22 Duration
Lecture 14 Jquery reload page and title addition 00:04:28 Duration
Lecture 15 PHP 7 information 00:06:47 Duration
Lecture 16 Quantity and styling issues! 00:04:22 Duration

Section 17 : EXTRA FEATURE- Pagination

Lecture 1 Intro 00:02:05 Duration
Lecture 2 Part 1 - Setting up some variables and checks 00:08:17 Duration
Lecture 3 Part 2 - More variables and page one links 00:10:44 Duration
Lecture 4 Part 3 - Creating last page and middle links 00:06:36 Duration
Lecture 5 Part 4 - Creating links for after page two and limit feature 00:06:13 Duration
Lecture 6 Creating previous and next links
Lecture 7 Displaying links and finishing up 00:06:25 Duration
Lecture 8 New - Display in stock items in the home page 00:16:28 Duration
Lecture 9 New - One function for home page and shop page with navigations 00:11:11 Duration