Does anyone use phpmailer? I'm attempted to find a way in which to email checkbox data in a foreach loop, but when it's done within the $mail->body area it runs into an unexpected foreach loop. Looking for a solution to this problem.
Also, I had been researching the best way to store checkbox (array) data in a database, and came across the solution that a) you could use a separate table or b) the implode/exploe functions seem to work rather well. Any opinions from you guys?
Thanks in advance.