Lire la suite
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Syntax
A PHP script is executed on the server, and the plain HTML result is sent back to the browser....