Isset ile gelen veriyi bos olup olmadigini kontrol et.

foreach($hatirlaticilar as $hesap){
if(isset($hesap)){
/** islemler **/
}
}