Course Curriculum
-
Intro
-
Install
-
PHP Syntax
-
Comments in PHP
-
Variables
-
Echo and print
-
Data Types
-
Strings in PHP
-
And Numbers?
-
Casting (spells)
-
Doing math in PHP
-
PHP Constants
-
Operators
-
If statements
-
Switch
-
Staying in the Loop
-
While
-
Do... while
-
For
-
For each
-
Break and continue
-
Arrays (intro)
-
Indexed Arrays
-
Associative Arrays
-
Creating Arrays
-
Accessing Arrays
-
Updating Array Items
-
Adding Array Items
-
Removing Array Items
-
Sorting Arrays
-
Multidimensional Arrays
-
Array Functions
-
Functions
-
Superglobals and $GLOBALS
-
RegEx