Ver Mensaje Individual
  #10 (permalink)  
Antiguo 20/06/2008, 12:40
filzix
 
Fecha de Ingreso: junio-2008
Mensajes: 30
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: Noticia corta, como puedo hacer!

te falta el mysql_fetch_array()
Código PHP:
$connect=mysql_connect("localhost","root","");
$db=mysql_select_db("sistemanoticia2",$connect);
$result=mysql_query("select * from noticias where id_noticia='$id'",$connect);
$row mysql_fetch_array($result);
echo 
substr($row['noticia'], 0100);