New Zenner
- Join Date:
- Sep 2008
- Location:
- Sweden
- Posts:
- 99
- Plugin Contributions:
- 1
die in a foreach()
One of our partners in Payment modules need to have a correct answer on why the die not work. Can someone help me to se the problem or give a good answer.
foreach($GLOBALS['order_totals'] as $k_global => $v_global)
{
$name = strip_tags($v_global['title']);
die($name);
}