alxwm Posted November 19, 2007 Share Posted November 19, 2007 Warning: file_put_contents(http://yahoo.com) [function.file-put-contents]: failed to open stream: HTTP wrapper does not support writeable connections ;D Quote Link to comment Share on other sites More sharing options...
only one Posted November 19, 2007 Share Posted November 19, 2007 If we could see some code it would help, try putting where you want to write to into your file_put_conents function, rather than http://yahoo.com. Quote Link to comment Share on other sites More sharing options...
obsidian Posted November 19, 2007 Share Posted November 19, 2007 There error at face value simply means that you cannot write to a URL via ftp_put_contents(). You do realize that by that statement, you are trying to write to yahoo.com? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.