Diferencia entre revisiones de «Pruebas»

De Guifi.net - Wiki Hispano

Línea 1: Línea 1:
Prueba de comentarios
+
<source lang="php">
 
+
<?php
<comments/>
+
    $v = "string";    // sample initialization
 +
?>
 +
html text
 +
<?
 +
    echo $v;        // end of php code
 +
?>
 +
</source>

Revisión de 14:25 5 jun 2011

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