How can I create a text file/ append an existing text file?
Visitor Ratings
(0) :
Description
The following code shows
1)How does one check to see if a text file exists (on the server in the
current directory) and
2) if it exists then append to it,
3) else, if it does not exist, create it and write a record to it.