Party
Keine Daten zum Anzeigen
Mehr lesen
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...