I have some PHP code that I\'m using to send a form off to a specific e-mail address. However, I\'d like to include a couple more e-mail addresses in the PHP for when it sen
Make sure you concatenate the multiple emails with ',' instead of ';'