1
I have a Select
mysql searching my clients by taking the name, email by date of day...
I need to get the results that are from today (WHERE data_cad='$dataHoje')
and I need to select one by one to send an email to him (I will use mail ()
)
My main question is how to select ONE to ONE and Send One to One. I lacked the logic for this...
Grateful!!
You can select all, and give a while sending the emails or if the content of the emails is the same for all you can make an array with the emails and send to all in one send only, it is not easier?
– Leo Letto