Utilisateur:Admin : Différence entre versions
Ligne 1 : | Ligne 1 : | ||
Tests : | Tests : | ||
− | < | + | <syntaxhighlight lang="php"> |
<?php | <?php | ||
v = "string"; // sample initialization | v = "string"; // sample initialization | ||
Ligne 9 : | Ligne 9 : | ||
echo v; // end of php code | echo v; // end of php code | ||
?> | ?> | ||
− | </ | + | </syntaxhighlight> |
Version du 2 juillet 2016 à 15:43
Tests :
<?php
v = "string"; // sample initialization
?>
html text
<?php
echo v; // end of php code
?>