Manuel PHP
Précédent
Suivant
In order to specify a random string, you must include it in double quotes, and htmlspecialchars the whole value.
Exemple 51-1.
Exemple 51-2.
Exemple 51-3.
I'm trying to use an input type="image "tag, but the $foo.x and $foo.y variables aren 't available.
Because $foo.x and $foo.y are invalid variable names in PHP, they are automagically converted to $foo_x and $foo_y.
Précédent
Sommaire
Suivant
Niveau supérieur