[PHP-WIN] file processing question

2003-02-20 Thread paradiddles
greetings, I am learning the basics of file processing, starting w/ how to write data to a file. So far, I've created the .txt file and wrote the code. This is all being done on my local windows 2k PC for practice. My question is, where should I save the .txt file? So far, my forms and .php

Re: [PHP-WIN] file processing question

2003-02-20 Thread Luis Ferro
All the file functions can work all over the server, and can even work in diferent servers (if you got direct permissions, they work as in the local server, if not, you must send username/password to get permission). As a rule, it is advisable to read/write all the files in the local server,