Keine Daten zum Anzeigen
Read More
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...