|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-05 05:49 UTC] hholzgra@php.net
[2000-08-05 15:14 UTC] sniper@php.net
[2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
This works, if file exists: $fp=fopen("file.txt", "w"); This doesn't work if file exists (if file doesn't exist, it works!): $fp=fopen("ftp://username:password@domain.fi/file.txt", "w"); The error message: Warning: File already exists in /www/htdocs/test.phtml on line 1