![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/05/2013, 12:13
|
![Avatar de Briss](http://static.forosdelweb.com/customavatars/avatar422282_5.gif) | | | Fecha de Ingreso: junio-2011
Mensajes: 1.293
Antigüedad: 13 años, 7 meses Puntos: 12 | |
Respuesta: Enviar email masivo (seleccionando con checkbox) esta es la consulta en editar.php
$sql="select * from informesp where Email IN (".implode(',',$aLista).")";
mysql_select_db($database_connection, $connection);
$res = mysql_query($sql, $connection) or die(mysql_error()); |