Need help on handling text file in PHP?

  • Thread starter Thread starter Igwe C
  • Start date Start date
I

Igwe C

Guest
I have a text file containing phone numbers in this format:

75675786786
65657565765
65657575756

I need a script to turn into this:

75675786786,65657565765,65657575756

Thanks

Kingsley
The source data is in a text file that's imported into the script and the commas are added.
 
Back
Top