I need a php script that would take a text file and create a new line and write "0".
Like This:
Text Before:
[text]
stuff
other stuff
more stuff
even more stuff
[/text]
Text After:
[text]
stuff
other stuff
more stuff
even more stuff
[/text]
Make A New Line In A Text File
Moderator: General Moderators
Re: Make A New Line In A Text File
If you need the script then you best start writing it. Oh, wait. Are you expecting us to do it for you?
file_get_contents, file_put_contents
file_get_contents, file_put_contents
Re: Make A New Line In A Text File
I love you to
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Make A New Line In A Text File
Spelling error: in this situation it's two 'o's in too.