Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/01/2010, 18:36
Avatar de luis010182
luis010182
 
Fecha de Ingreso: julio-2009
Ubicación: Argentina - Capital Federal
Mensajes: 382
Antigüedad: 15 años, 7 meses
Puntos: 27
Respuesta: Problema al sacar datos

Porque es un string y debe ir entre comillas
Código PHP:
$sql6 "SELECT * FROM Noticias WHERE Mes = 'Enero'";
$result6 mysql_query($sql6,$idcon);
$fila6 mysql_fetch_assoc($result6); 
Con esto deberia funcionar.
Espero q te sirva.