Hi!
Can anybody of you guys tell how to override the problem: When I fopen file through ftp connection the file gets to be opened, but second time, when it already exists, I get an error like this: Warning: fopen("http://...@www.foo.com/foo.html","w") - Success in /home/foo/www/foo2/foo.php on line 2
Please!
Bye
I get "File already exist" error message.
Sorry Bye
Don't understand your message: ftp or http? Opening up an URL for write and not read?
Dave
=========================================== http://badblue.com/helpphp.htm Free small footprint web server for Windows
Hi, Dave!
I want to FTP fopen some file, write something in it but I have to do it multiple times, when the proces passes without errors only the first time.