following that part of the email it should list all of the letters you subscribed to, but it only lists one.Please review the information below. If all the information is correct then click on the confirmation link to confirm your subscription.
You have subscribed to the following newsletters:
my code for that looks like this.
Code: Select all
$letter=$_POST['letter'];
foreach ($letter as $letters)
{
echo "$letters </br>";
}