I have Select
mysql that searches my clients for the name, email for the date of the day ...
I need to get the results that are today's (WHERE data_cad='$dataHoje')
and I need to select one by one to send an email to it (I'll use mail ()
)
My main question is how to select ONE to ONE and do the One-to-One Sending .. I lacked the logic for this ...
Thank you!