PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello!
I need for my project a Function that Add or Replace Textstrings or a whole Line in a Textfile like the ModInstaller for phpBB.
It should able to do the following actions:
Add a Line Before another Line
Add a Line After another Line
Replace a Line
Write String After a String in Line
Write String Before a String in Line
Replace String in Line
Is there a function out or how can i write a function that can do it?
Thanks for your help magOO