PHP Essentials
Learn essential PHP skills for modern web development
PHP Tutorbot: Scarlette
Check your understanding
Introduction
PHP Code in a PHP File
Some Basics of PHP Syntax
How to use PHP Code in a PHP File Type?
Executing PHP in Different File Types
Case Sensitivity in PHP
Case Sensitivity in Variable Declarations
PHP Comments
Test Your Knowledge
Activity 1: Showcase the Basics of PHP
Introduction
What is a Variable?
How to Create a PHP Variable?
How to Output a PHP Variable?
Data Types & PHP Variables
The Rules when Creating PHP Variables
The Scope of PHP Variables
Test Your Knowledge
Activity 2: Basic PHP Calculator
What will be Covered
What is a String?
What are PHP String Functions?
How to Return the Length of a String?
How to Count Words in a PHP String?
How to Reverse a String?
How to Search for Text in a String?
How to Replace Text in a String?
Test Your Knowledge
Activity 3: Simple PHP Password Checker
Introduction
What will be Covered
Introduction to Numbers in Programming
PHP Numbers as Integers
PHP Number as Floats
PHP Numbers as Strings
PHP Casting Strings & Floats to Integers
Test Your Knowledge
Activity 4: Numerical Operations Calculator with PHP