Theater
No data to show
Read More
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....