Utilisateur:Admin : Différence entre versions

De Wiki Makilab
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
Tests :
 
Tests :
  
<syntaxhighlight lang="php">
+
<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
?>