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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -