Section 1: Server and Web Development Environment
  • Downloading and Installing Local Server
  • Admin Dashboard Error Solution
  • Downloading and Installing Code Editor & plugins
  • Setting up the Environment Final Step
Section 2: PHP Basics
  • PHP Introductions
  • Syntax – open, echo, string
  • PHP Variables, Logical & Comparison Operators
  • Statement – if, else, elseif
  • Array – Indexed, Associative
  • Exercise 1 with Solution And Explanation
Section 3: PHP Advance
  • Loops – foreach
  • Functions and Arguments
  • Include & Super Global
  • Super Globals $_SERVER, $_POST $GET
  • Filters – Validate and Sanitize
  • Echo & Concatenation
  • Exercise 2 with Solution And Explanation
Section 4 – MySQL Database Creation | phpmyadmin
  • Overview of MySQL
  • Creating Database and Tables
  • Connecting to Database and SQL Syntax & Functions
  • Inserting / Updating Data
  • Selecting / Deleting Data
  • Looping through your results and Displaying it
  • Summary