asked on
Notice: Uninitialized string offset
Illegal string offset :
And this is the structure of my array:$_SESSION['GlobalRegionIndex'] = 0;
$_SESSION['GlobalRegionArray'] = array();
$_SESSION['GlobalRegionArray'] = array(
'strRegionFile' => '',
'strRegionFileName' => '',
'strRegionProdLocation' => '',
'strRegionAwsLocation' => '',
'strRegionSupplierCode' => '',
'strRegionConfNbr' => '',
'strRegionStatus' =>'');
Any help/explanation is appreciated. Thank you in advance.