Don't even bother with that previous answer. You have what you want to write in a string, $new. Read the file and put that into another string, $previous. Then concatenate the strings with the "." operator: $previous=$new . $previous and write $previous to the file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] writing to a file adam
- Re: [PHP] writing to a file David Robley
- Re: [PHP] writing to a file hi
- Re: [PHP] writing to a file adam
- [PHP] mail(): "\r\n" gives extra... Eelco de Vries
- Re: [PHP] mail(): "\r\n" giv... Christian Reiniger
- Re: [PHP] mail(): "\r\n" giv... Erick Papadakis
- Re: [PHP] writing to a file Christian Reiniger
- Re: [PHP] writing to a file adam
- [PHP] writing to a file adam
- Re: [PHP] writing to a file Felix Kronlage
- Re: [PHP] writing to a file Mukul Sabharwal