Ouvrir le menu principal

Wiki Makilab β

Admin

Inscrit depuis le 6 août 2014

Tests :

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