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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -