
Learn how to configure your development environment.
Learn how to configure your Apache web server.
Learn how to install Eclipse as your IDE.
Learn how to build your first PHP program - Hello World!
Learn more about `echo` and how to use `print` in PHP. These are two popular ways to print information to the console or browser in PHP!
Learn about primitive data types, such as int, float, string, and boolean. We'll also discuss variables and touch on the reference operator.
In this lecture, we'll explore the four types of strings in PHP: single quoted, double quoted, heredoc, and nowdoc.
Learn how single-quoted and double-quoted strings work differently with string interpolation, and what "string interpolation" even means!
This lesson describes the special meaning of \n, \t, \r, \\, and other escaped character sequences. You'll also learn about the difference between how single-quoted strings and double-quoted strings treat those sequences.
Learn about mathematical operators, and also how PHP treats some data types when mathematical operators are used. (Ex. A string plus another string is not concatenation!)
Learn where to go from here.
====================
UPDATED FOR PHP 7.4!
====================
Bread and Butter (Basic PHP Concepts)
Here's what you can expect.
Getting started with Eclipse PDT (free)
Variables (including global variables)
Data types (arrays, strings, int, float, etc.)
Four types of strings
String Interpolation
Operators
... and more!
All of these lectures are the same as the ones from the full-length course entitled, The Complete PHP Masterclass - Go from Beginner to Artisan!