if (isset
($_POST['CustomerID']))
{
$CustomerID = $_POST['CustomerID'];
//if (!empty($CustomerID) )
//{
$test =array ($CustomerID);
foreach ($test as $valores)
{
echo $valores;
}
con el codigo que ven continuación trat de enviar mas de tres customerID y solo me regresa uno alguien me puede ayudar a que esto envié mas de un registro