RE: [PHP] fopen() on a network share?

2009-06-16 Thread jenai tomaka
Hi, wht dont you try it with IP, ex: fopen('http://11.12.13.14/sharename/folder/file.xml', 'w'); Date: Mon, 15 Jun 2009 22:51:09 -0400 From: aball...@gmail.com To: nos...@mckenzies.net CC: php-general@lists.php.net Subject: Re: [PHP] fopen() on a network share? On Mon, Jun 15, 2009 at 7

Re: [PHP] fopen() on a network share?

2009-06-15 Thread Brian Dunning
Extra info, in case needed: my code says fopen('\\servername\sharename\folder\file.xml', 'w'); and it returns Failed to open stream, no such file or directory. I've verified that the PHP machine does have unrestricted permissions to that share and to the directory. Thanks. On Jun 15,

Re: [PHP] fopen() on a network share?

2009-06-15 Thread Shawn McKenzie
Brian Dunning wrote: Extra info, in case needed: my code says fopen('\\servername\sharename\folder\file.xml', 'w'); and it returns Failed to open stream, no such file or directory. I've verified that the PHP machine does have unrestricted permissions to that share and to the directory.

Re: [PHP] fopen() on a network share?

2009-06-15 Thread Andrew Ballard
On Mon, Jun 15, 2009 at 7:24 PM, Shawn McKenzienos...@mckenzies.net wrote: Brian Dunning wrote: Extra info, in case needed: my code says fopen('\\servername\sharename\folder\file.xml', 'w'); and it returns Failed to open stream, no such file or directory. I've verified that the PHP machine