Hey all. I've been having ownership issues when writing files with fwrite(); i.e. file owner is "nobody" while ftp'd files are owned by the site owner.
In order to streamline file management, I'd like to be able to write files on our webhost server using PHP's ftp functions; not using fwrite() and the like. So, for example, let's say I have the following data to be written to file: $test = "I'm test data"; How would I use ftp() functions to write $test to file on the webserver? Any help much appreciated..... --Noah -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php