PHP Tutorial

  • PHP Introduction
  • PHP Installation
  • PHP Syntax
  • PHP Comments
    • PHP Comments
    • PHP Multiline Comments
  • PHP Variables
    • Variables
    • Variables Scope
  • PHP Echo and Print
  • PHP Data Types
  • PHP Strings
    • PHP Strings
    • Modify Strings
    • Concatenate Strings
    • Slicing Strings
    • Escape Characters
  • PHP Numbers
  • PHP Casting
  • PHP Math
  • PHP Constants
  • PHP Magic Constants
  • PHP Operators
  • PHP If…Else…Elseif
    • PHP if
    • PHP if Operators
    • PHP if…else
    • PHP Shorthand if
    • PHP Nested if
  • PHP Switch
  • PHP Loops
    • Loops
    • While Loop
    • Do while Loop
    • For Loop
    • Foreach Loop
    • Break
    • Continue
  • PHP Functions
  • PHP Arrays
    • Arrays
    • Indexed Arrays
    • Associative Arrays
    • Create Arrays
    • Access Array Item
    • Update Array Items
    • Add Array Items
    • Remove Array Item
    • Sorting Arrays
    • Multidimensional Arrays
    • Array Functions
  • PHP Superglobals
    • Superglobals
    • $GLOBALS
    • $_SERVER
    • $_REQUEST
    • $_POST
    • $_GET
  • PHP RegEx