cosi???
$query = mysql_query("SELECT email from utenti ");
while ($row = mysql_fetch_array($query))
{
$destinatario = $row['email'];
mail ("$destinatario.....");
sleep(5);
}
ti chiedo una mano a montare bene il tutto![]()
cosi???
$query = mysql_query("SELECT email from utenti ");
while ($row = mysql_fetch_array($query))
{
$destinatario = $row['email'];
mail ("$destinatario.....");
sleep(5);
}
ti chiedo una mano a montare bene il tutto![]()