Food
Keine Daten zum Anzeigen
Mehr lesen
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...