Utilisateur:Admin : Différence entre versions
| (6 révisions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
Tests : | Tests : | ||
| − | + | {{mbox|image = [[Image:Ambox deletion.png]] <br> [[Image:Imbox protection.png]] | text = Ceci est mon texte.}} | |
| − | + | <syntaxhighlight lang="c"> | |
| + | <?php | ||
| + | v = "string"; // sample initialization | ||
| + | ?> | ||
| + | html text | ||
| + | <?php | ||
| + | echo v; // end of php code | ||
| + | ?> | ||
| + | </syntaxhighlight> | ||