[eluser]Corbee[/eluser]
I just thought that if I change it to
$_SESSION['data']['basic_premium']
$_SESSION['data']['gross_premium']
$_SESSION['data']['net_premium']
it would be easier to loop, but then after trying something like this
Code:
foreach ($_SESSION['data'] as $row)
{
echo $list['price'];
}
but I got error