Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/03/2005, 14:14
Avatar de david_M_G
david_M_G
 
Fecha de Ingreso: febrero-2005
Mensajes: 938
Antigüedad: 19 años, 2 meses
Puntos: 20
Entendí perfectamente tu aportación, pero el texto se muestra igual... es decir, que donde he puesto [negrita] me escribe [negrita], etc...

¿Me he equivocado de sitio al ponerlo?

Código PHP:
              <?
include ("config/index.php");

$query "SELECT * FROM `articulos` WHERE `id` = '$id'";
$result =  mysql_db_query ($dbname$query$link);
while (
$row mysql_fetch_array ($result)) {
    
?>
    
    <? include ("funciones.php"); ?>
    
    <p align="justify"><span class="Estilo1">Art&iacute;culos &gt; <? printf($row[titular]); ?><br>
</span><br>
<strong><? printf($row[fecha]); ?></strong></p>
    <p align="justify" class="Estilo3"> <?php echo nl2br("$row[texto]"); ?>
          </p>
      <?
}
?>
Gracias