Leia mais
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...