Appending text into a file at a specific line...

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!

Moderator: General Moderators

Post Reply
RTernier
Forum Newbie
Posts: 1
Joined: Thu Jun 27, 2002 2:47 pm

Appending text into a file at a specific line...

Post by RTernier »

I'm a bit new to PHP here, and wondering if anyone can help me.

I'm designing a PHP web form that will update a website's main page. What I need to know is how to save text / information that is input by a user and save that into a middle of a file without overwriting any information.

Any help on this would be much appreciated,
Thank you

RTernier
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply