Array ( [0] => rubix )
Array ( [0] => limo )
Array ( [0] => icecream )
Array ( [0] => rubix )
Array ( [0] => limo )
Array ( [0] => icecream )
I need to convert this array into following type. How can I do that? For example like this..:
Array ( [0] => rubix [1] => schoolbag [3] => limo [4] => frezzer [5] => paper )
Array ( [0] => rubix [1] => schoolbag [3] => limo [4] => frezzer [5] => paper )