Music
No data to show
Read More
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...