14

How do I put a string into a txt file in php?

I want to write string like this:

        1,hello,world!
        2,welcome

Then have those two lines be in the file.

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
enjoylife
  • 5,015
  • 7
  • 29
  • 33
  • why do you want to store numbers with these lines? why not to store only lines? – Your Common Sense Mar 26 '11 at 09:21
  • are you going to add lines consequently or all at once? – Your Common Sense Mar 26 '11 at 09:22