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