Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/10/2011, 08:16
gamau6
 
Fecha de Ingreso: octubre-2010
Mensajes: 156
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: Array en una consulta sql

lo tengo asi
Código PHP:
Ver original
  1. $sql = "SELECT * FROM noticias WHERE ID_NOT in (".implode(',',$articulo).")";
  2.         $res = mysql_query($sql, $conexion);
  3.        
  4.         while($reg = mysql_fetch_array($res)){echo $reg['NOT_TITULO'];}
__________________
..