Mini Map
Search
⌘ K
Log In
Learn PHP
0%
1.
PHP Basics
Hello World
"Hello World" Explained
Quiz
Challenge: Displaying Output
2.
PHP Variables
Variables and Data Types
Quick Quiz on Variables
Variable Variables
Constants
Challenge: Make Variables
3.
PHP Operators
Introduction to Operators
Arithmetic Operators
Precedence and Associativity
Comparison Operators
Logical Operators
Assignment Operators
4.
PHP Conditional Statements
if-else Statement
if-elseif-else Statement
Switch Statement
Ternary Operator
Quiz
Challenge: Even or Odd
Challenge: Making a Calculator
5.
PHP Loops
Introduction to Loops
while Loops
do...while Loop
For Loop
Foreach Loop
Equivalence of Looping Structures
Infinite Loops
Quiz
Challenge: Multiplication Table of a Number
Challenge: Fibonacci Sequence up to n Number Of Terms
Challenge: Pyramid Printing By Using For Loop
6.
PHP Functions
Introduction
Passing Arguments in Functions
Pass by Value
Pass by Reference
Variable Scope
Challenge: Sum of two Numbers
Challenge: Letter Grade to GPA
Recursion
Challenge: Fibonacci Sequence
Quick Quiz on Functions
7.
PHP Strings
Strings
String Operators
Built-in Functions
Challenge: Check Substring
Quiz
8.
PHP Arrays
Arrays and their Operations
Challenge: Find the Maximum Value
Multidimensional Array
Challenge: Print a Matrix
Quiz 1
Adding Elements in an Array
Removing Elements from Arrays
Sorting Arrays
Merging Arrays
Quiz 2
Assessment
PHP Assessment 1
9.
PHP Classes
Introduction To Classes
Defining Classes
$this and self
Constructors & Destructors
Method and Property Visibility
Inheritance
Quiz
Exercise: Calculating Area
Exercise: Students Average Marks
10.
Exception Handling in PHP
PHP Exceptions
The Exception Class
Custom Exceptions
Quiz
Assessment
PHP Assessment 2
Home
Courses
Learn PHP
Quiz
Solve a quick quiz to practice your concepts of exception handling.
We'll cover the following...