Utilisateur:Admin : Différence entre versions

De Wiki Makilab
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
Tests :
 
Tests :
  
{| style="width: 50%;"
+
<source lang="php">
|{{Special:IframePage/Skectchfab|path=fdf1bddca5b74411a7af917b4afb817e/embed}}
+
<?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
?>