Learn PHP
PHP is a widely used server-side programming language that’s become increasingly fast and powerful over the years. PHP works well with HTML and databases, making it a great language for anyone interested in building dynamic web applications.
Introduction to PHP
LESSON 1
Learn why PHP was created and what it is used for in today’s web development environment. See samples of PHP in action!
Exercises
-
History of PHP
PHP Strings and Variables
LESSON 2
Learn about PHP Strings and Variables
Exercises
-
Strings
-
Variables
PHP Numbers
LESSON 3
Learn about the PHP number data types and arithmetic operators.
Exercises
-
Addition and Subtraction
Introduction to PHP Functions
LESSON 4
Learn how to create functions, reusable blocks of code, in PHP.
Exercises
-
Introduction
Intro to Built-in PHP Functions
LESSON 5
Learn how to use, find, and understand functions that come built into the PHP
Exercises
-
Introduction
Ordered Arrays
LESSON 6
Learn about storing data in ordered lists with the PHP ordered arrays data structure.
Exercises
-
Introduction
Associative Arrays
LESSON 7
Learn how to create and use PHP associative arrays.
Exercises
-
Introduction
-
Numerical Keys
-
Joining Arrays
-
Assign by Value or by Reference