Admin
Inscrit depuis le 6 août 2014
Révision datée du 2 juillet 2016 à 15:43 par Admin (discussion | contributions)
Tests :
<?php
v = "string"; // sample initialization
?>
html text
<?php
echo v; // end of php code
?>
Tests :
<?php
v = "string"; // sample initialization
?>
html text
<?php
echo v; // end of php code
?>