Leia Mais
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP for Loop
The for loop - Loops through a block of code a specified number of times.
The PHP...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....