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?
- first put texts file 1 in array1
- then same second file , put values in array2
then use array_splice
Comments
Post a Comment