[PHP] Writing files a problem

2002-03-17 Thread Ben Waldher
When writing to a file several problems occur with this code: However, this code works: The problem with the first set of code is that it opens template.txt1, and some letters that were in template.txt become a 1. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP] problem with file writing

2002-03-16 Thread Ben Waldher
I'm having some trouble writing data to a file, when I use this code it works fine: But several problems with this occur: First of all, it tries to open template.txt1 instead of template.txt. Second of all, some letters written to news.txt become a 1 for some odd reason. I don't know why. I