Utilisateur:Admin

De Wiki Makilab
Aller à : navigation, rechercher

Tests :

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