Introduction
  • Introduction
  • Hello World with PHP
  • Hello World Explain
Variables
  • Variables
  • Constant
Operators
  • operator introduction
  • Arithmatic
  • Comparison
  • Assignment
Conditional Statement
  • if else
  • if-elseif-else
  • switch
Loops
  • Loops Introduction
  • while
  • do-while
  • for loop
  • foreach
Function
  • Introduction
  • passing argument
  • pass by value
  • pass by reference
String
  • String intro
  • built in function
Array
  • Array
  • Multidimensional array
  • adding element
  • removing element
Classes and Inheritance
  • Define class
  • Inheritance
Exception Handling
  • PHP Exception
  • Custom Exception