RE: [PHP] Copy Non-Text file from One Server to Another Issues

2009-03-12 Thread Alice Wei
> Date: Thu, 12 Mar 2009 14:55:52 -0400 > Subject: Re: [PHP] Copy Non-Text file from One Server to Another Issues > From: danbr...@php.net > To: aj...@alumni.iu.edu > CC: php-general@lists.php.net > > On Thu, Mar 12, 2009 at 14:51, Alice Wei wrote: > > > > War

Re: [PHP] Copy Non-Text file from One Server to Another Issues

2009-03-12 Thread Daniel Brown
On Thu, Mar 12, 2009 at 14:51, Alice Wei wrote: > > Warning: file_get_contents() expects parameter 1 to be string, resource > given in C:\Inetpub\wwwroot\test\hello.php on line > 18 Freshman mistake. $file2 = fopen($copydir . "/play.txt", "w+"); You're trying to read a data stream i