php - Attach 2 lines or text files in one -


i have:

first text file:

mark  jon   brik 

and second text file:

davdiosn  smith  gick 

i want make them like:

mark davodison  jon smith  brick grick 

how can this?

  1. first put texts file 1 in array1
  2. then same second file , put values in array2

then use array_splice


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -