إقرأ المزيد
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...