On Tue, June 13, 2006 9:55 pm, kristianto adi widiatmoko wrote:
> $remote = fopen("http://B/file.txt","w+);

HTTP just plain ain't gonna let you open a file up for "writing" --
thank god.

Can you imagine the number of websites that would get hacked? [shudder]

But if you have FTP access to B, you can use http://php.net/ftp

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to