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