Больше
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Data Types
PHP Data Types
Variables can store data of different types, and different data types can do...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP for Loop
The for loop - Loops through a block of code a specified number of times.
The PHP...
PHP - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...