Hello,
Could anyone advise, if I had three sessions as below, is there anyway
I could access the three in a loop.
$_SESSION['item1'];
$_SESSION['item2'];
$_SESSION['item3'];
Thank you
Could anyone advise, if I had three sessions as below, is there anyway
I could access the three in a loop.
$_SESSION['item1'];
$_SESSION['item2'];
$_SESSION['item3'];
Thank you
Comment