Diferencia entre revisiones de «Pruebas»
De Guifi.net - Wiki Hispano
Línea 1: | Línea 1: | ||
− | + | <source lang="php"> | |
− | + | <?php | |
− | < | + | $v = "string"; // sample initialization |
+ | ?> | ||
+ | html text | ||
+ | <? | ||
+ | echo $v; // end of php code | ||
+ | ?> | ||
+ | </source> |
Revisión de 13:25 5 jun 2011
<?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?>