Additional Helpful Contacts

If you need Professional Help, here are some options you can choose from...

",$custom['helpful_contacts']['content'])); //Theoretically the below should give us an estimate of the number of helpful contacts listed $num_contacts = (count($helpful_contacts) - count(array_filter($helpful_contacts)))/2; $count = 0; $first = 1; foreach($helpful_contacts as $v) { if (trim($v) == ""){ echo "
"; $first = 1; $count++; } elseif ($first == 1) { echo "".$v."
"; $first = 0; } else { if (strstr($v, "http") || strstr($v, "www")) { echo "".$v."
"; } else { echo $v."
"; } } if ($count > $num_contacts) { /*echo "
";*/ $count = 0; } } } ?>