Lire la suite
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Syntax
A PHP script is executed on the server, and the plain HTML result is sent back to the browser....
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...