Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/04/2011, 18:33
Avatar de bioxido
bioxido
 
Fecha de Ingreso: diciembre-2008
Ubicación: $_SERVER['PHP_SELF']
Mensajes: 601
Antigüedad: 16 años, 2 meses
Puntos: 21
Respuesta: Warning: mysql_fetch_array()

intenta:
$post = "SELECT * FROM `entradas` where id_noticia = '$idpost' ";

Y una recomendacion... En tu caso es mejor usar mysql_fetch_assoc() consume menos recursos que mysql_fetch_array() y es mas rápido... ;)