Utilisateur:Admin : Différence entre versions

De Wiki Makilab
Aller à : navigation, rechercher
 
(3 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
Tests :
 
Tests :
  
<source lang="php">
+
{{mbox|image = [[Image:Ambox deletion.png]] <br> [[Image:Imbox protection.png]] | text = Ceci est mon texte.}}
 +
 
 +
<syntaxhighlight lang="c">
 
<?php
 
<?php
 
     v = "string";    // sample initialization
 
     v = "string";    // sample initialization
Ligne 9 : Ligne 11 :
 
     echo v;        // end of php code
 
     echo v;        // end of php code
 
?>
 
?>
</source>
+
</syntaxhighlight>

Version actuelle datée du 23 août 2019 à 07:43

Tests :

<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>