Array ( [0] => '1/1/2014' 
[1] => 'abx pp' 
[2] => '' 
[3] => '' 
[4] => '<31-12-2013>' 
[5] => '' 
[6] => '' 
[7] => '555017081788' 
[8] => '' 
[9] => '' 
[10] => ''
 [11] => '1/1/2014' 
[12] => '' 
[13] => '' 
[14] => '' 
[15] => ''
 [16] => '81,072.60' ) 
I need to filter above array as below
Array (
 [0] => '1/1/2014' 
[1] => 'abx pp'  
[4] => '<31-12-2013>'
[7] => '555017081788' 
[11] => '1/1/2014'
[16] => '81,072.60' ) 
I tried with loops and seems to be slow What is the best way?
 
     
     
     
     
     
    