Introduction
  • Introduction to the Course
  • Download 200+ PHP Source Code used in this Course
  • #1 Advise to become PRO PHP Developer
Setting up the PHP Environment
  • Objective: What you'll learn in this Section
  • Types of PHP Installation Software
  • How to Configure PHP on Windows
  • How to Configure PHP on Mac
  • Exercise 1: Verify the PHP Installation Software
  • Choose your Favourite PHP Editor
  • Install Sublime Editor
  • PHP Software Checks
  • PHP Syntax
  • Example 1: First Hello World Program using PHP
  • Understanding Comments Syntax
  • Example 2: Write Comments
  • Exercise 2: Print Your Name on Web Page using PHP
  • Exercise 3: Use all PHP Tags Learned So Far
  • Certification Tips
  • Best Online PHP Resources
  • Interview Questions: PHP Basics
  • Assignment: Display the Following Text on Web Page
  • Resources: Setting up the Environment
  • Summary: What you have learned in this Section
Introduction to PHP
  • Objective: What you'll learn in this Section
  • What is Client Server Model?
  • What is Request and Response Pattern?
  • What is PHP?
  • How PHP Works?
  • Compare PHP with Other Languages
  • PHP Useful Resources
  • Why PHP was called as "Personal Home Page"
  • Resources: Introduction to PHP
  • Summary: What you have learned in this Section
PHP Language Basics
  • Objective: What you'll learn in this Section
  • Embed PHP in HTML Page
  • Run PHP on Console
  • Whitespace in PHP
  • PHP Escaping Characters
  • Roles of PHP Reserved Words
  • Example: Recap Language Basics
  • Exercise: Display the following Text on the Web Page
  • PHP Coding Standards
  • Interview Questions: Language Basics
  • Assignment: Create a Web page using PHP
  • Summary: What you have learned in this Section
Variable and Constants
  • Objective: What you'll learn in this Section
  • Define Variables
  • Quick Intro to Strings and Integers
  • Rules of Variables
  • Single Quotes vs Double Quotes
  • Variable Typing
  • Quick Intro to Functions
  • PHP Case Sensitive
  • Understand Local Variable
  • Understand Global Variable
  • Understand Static Variable
  • Understand Super Global Variable
  • Understand Variable of Variables
  • Predefined Variables
  • Variable isset() function
  • Example 1: Recap Variable Concepts
  • Define Constants
  • Variable Vs Constants
  • Valid and InValid Constants
  • Magic Constants
  • Example 2: Recap Constant Concepts
  • Exercise 1: Create and Display Variables
  • Exercise 2: Create and Display Constants
  • Interview Questions: Variable and Constants
  • Assignment: Define the Following Variables and Constants
  • Resources: Variables and Constants
  • Summary: What you have learned in this Section
Expressions and Operators
  • Objective: What you'll learn in this Section
  • What is Expression and Operators
  • Arithmetical Operators
  • Conditional Operators
  • Logical Operators
  • Assignment Operators
  • Increment and Decrement Operators
  • Bitwise Operators
  • Execution Operators
  • Error Control Operators
  • Operator Precedence
  • Exercise 1 - Use the Following Operators
  • Exercise 2 - Use the Following Operators
  • Interview Questions: Expression and Operators
  • Assignment - Use all Operators in One Page
  • Resources: Expression and Operators
  • Summary: What you have learned in this Section
Data Types
  • Objective: What you'll learn in this Section
  • What is Scalar Data Types
  • Integers
  • Doubles