ID: 9916
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Directory/Filesystem functions
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Are you trying to save a file on a remote URL with HTTP here? If that's the case, then 
it won't ever work. The HTTP protocol is not designed for this. Please reopen if I got 
this wrong.

Derick

Previous Comments:
---------------------------------------------------------------------------

[2001-03-22 07:52:23] [EMAIL PROTECTED]
$fp = fopen("http://www.server.com/data/file.txt);
fput($string,$fp);

/* comment
data have chmod 777
file.txt have chmod 666
when you execute fput() all look ok, but when you read
file.txt nothing in.
Thanks
Bob
*/


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9916&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to