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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -