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