I have 2 text files. File#1 has 3 columns, 4 row. File#2 has 2 columns, 10 rows. Both has a common column. I have used explode() to convert to arrays, but I need to join them into 1 array, with 4 fileds including the key. Can I do this with array_merge_recursive? How can I do this?
Thanx in advance.