How to include associative array in sql

Hey guys!

If I have multiple users in my subscribe database, is it possible to add arrays to sql instead of sending a mail to one user at a time? I read that it is not possible to do in sql…

Do you mean send an email for all users in just 1 email?

Yeah…

Can this be done? I think I have an idea… to use an array… and to implode all the email addresses…

Do what you find right