Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/05/2007, 12:37
Raules
 
Fecha de Ingreso: mayo-2005
Ubicación: Murcia
Mensajes: 319
Antigüedad: 18 años, 11 meses
Puntos: 0
Re: Mantener formato de texto.

Como puedo utilizarlo cuando haces la consulta?

Código PHP:
<?php 
include("conex.php");
$link=Conectarse();  
$resultado=mysql_query("select * from contenidos where contenido like '%q%'",$link); 
if (
$row mysql_fetch_array($resultado)){ 
mysql_field_seek($resultado,0);
    
$id $row['id'];
    }
    
?>
      
<?=$row['texto']?>