Film
No data to show
Read More
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...
PHP Multidimensional Arrays
In the previous pages, we have described arrays that are a single list of key/value pairs....
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....