Learn PHP for Beginners with this complete PHP crash course
☑ You will be able to install and work comfortably with PHP
☑ You will be able to read and write PHP code
☑ You will be able to understand some backend key terms
☑ You will be able to dive deep into some PHP complex topics easily
☑ You will be able to grasp most common PHP standards code in no time
Welcome to the informative PHP crash course for 2021 where learn modern PHP.
I put this crash course together for beginners and it was supposed to be less in the amount of time, but honestly, it got kind of far because the PHP is big, nonetheless, I promise you you will have great knowledge and confidence in your PHP skills after you finish this course.
So look at what I am offering here
Some backend terms
What is PHP
Why use PHP
- Variables
- Constants
- Comments
- Data types
- Operations
- Statements
- Loops
- Arrays
- Functions
- Super global Variables
- Forms
- Date and time
English
Language
Introduction
Introduction
Installation
Installing Xampp
Installing Sublime
Basic Syntax and First Steps
Basic Syntax
Echo
Print and Differences between Echo and Print
Variables
Constants
Comments
Single vs Double Quotes
Basic Syntax
Echo
Comments
Data Types
Integers
Floats
Booleans
Strings
Nulls
Integers and Floats
Operators
Arithmetical Operators
Assignment Operators
Comparison Operators
19-Increment and Decrement Operators
Increment and Decrement
Statements
If Elseif Else
Switch
if else
Loops
While
For
For
Arrays
Arrays and Indexed Arrays
Associative Arrays
Multidimensional Arrays
Indexed Arrays
Functions
Functions
Functions with Arguments
Functions
Super Globals
Intro to Super Globals
Post
Get
Sessions pt. 1
Sessions pt. 2
Date and Time
Date
Time
Date