Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/11/2008, 11:22
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Ayuda al enviar email multiples

Código php:
Ver original
  1. $arreglo = array();
  2. while($row = mysql_fetch_array($result)) {
  3.        $arreglo[] = $row;
  4. }

Saludos.