var_dump($myarray);
This is my array output,I tried array_filter then i got all null values.pls help.I want to get 'Federal Bank (India) - Banking','Federal Bank (India) - Banking' from this array,how can i remove null from this.
null
null
null
null
null
string 'Federal Bank (India) - Banking' (length=30)
null
null
null
string 'Federal Bank (India) - Banking' (length=30)
null
null
null
I tried array_filer($myarray,'strlen') also,but i did not get it.
print_r()instead ofvar_dump(). And copy result in your question...