What you'll learn
Introduction to PHP, Scope, Applications, Setup
Syntax, Hello World Program, Echo vs Print
Comments, Reserved Word, Escape Sequence
Variable and Constant?
Scalar Types, Compound Types, Special Types
String, and built-in methods
Integers, Floats, Infinity, NaN, Numerical Strings
Type conversions, Math Functions
Operator, Arithmetic, Comparison, Logical
Assignment, Conditional, Increment, and Decrement
String, Array
Decisions Making, if, if...else, Nested if, If else if Switch statement
Loop, While Loop, Do/while Loop, For Loop, Foreach Loop, Break and Continue
Function, Types of Function, Parameter, and Arguments
One argument, Multiple arguments, the Default argument
Keyword argument, Position argument
Array, Types of Array(Indexed, Associative, Multidimensional)
Sorting Array, foreach loop with array