Thread
:
write a form to a text file
View Single Post
#
6
(
permalink
)
02-28-07, 08:13 PM
job0107
Community Liaison
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
When I used to use flat files, I couldn't get the append mode to work properly. So
I always read my file into an array then added my new data to the array and then wrote the array back to the file using the write mode.
__________________
Jerry Broughton
job0107
View Public Profile
Find all posts by job0107