Afficher un message, du html avec echo
coucou 1coucou 2
coucou 3
coucou
coucou raccourci avec le = sans php et echo
Une variable:
Mayssa
bob
bob
$user
bob
bob
Le nom d'une variable:
- a comme préfixe le signe $
- est sensible à la casse
- ne contient jamais de caractères accentués
Les differentes variables :
int(33)
float(33.5)
string(8) "La Teste"
bool(true)
NULL
array(6) {
[0]=>
string(5) "Manon"
[1]=>
int(12)
[2]=>
string(9) "Sebastien"
[3]=>
float(34.4)
[4]=>
string(4) "Paul"
[5]=>
string(6) "Thomas"
}