i m getting this Notice this following code.. please help me why this error is comming...
$dataArr[$m]['longitude']= @$pageListArray['longitude']['value'];
$dataArr[$m]['lattitude']= @$pageListArray['lattitude']['value'];
$dataArr[$m]['hospitalType']= @$pageListArray['hospitalType']['value'];
foreach ($dataArr as $key => $row) {
$order_in_category[$key] = $row[0];//[0] is $order_in_category
}
thanks in advance.. i hope i got solution here.