07-06-2012, 11:47 AM
[eluser]InsiteFX[/eluser]
Maybe take the ; off the end of the foreach loop in your view.
Maybe take the ; off the end of the foreach loop in your view.
Code:
<?php foreach ($g as $h): ?>
<?php echo $g; ?>
<?php echo $h; ?>
<?php endforeach; ?>