Gardening
No data to show
Read More
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP - Modify Strings
PHP has a set of built-in functions that you can use to modify strings.
Upper Case...
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....