[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Hi i am new to PHP .I am facing some problems . Here is the code below Here the applet will send the files thru http . files from 30 bytes to 2 GB. ?php $logfile = C:/temp/log1.txt; $log = fopen($logfile,a+); fwrite($log, Executing PHP Script

[PHP] Error in reading and writing bytes

2005-11-09 Thread kumar kumar
Hi i am new to PHP .I am facing some problems . Here is the code below Here the applet will send the files thru http . files from 30 bytes to 2 GB. ?php $logfile = C:/temp/log1.txt; $log = fopen($logfile,a+); fwrite($log, Executing PHP Script

Re: [PHP] Error in reading and writing bytes

2005-11-09 Thread Curt Zirzow
On Wed, Nov 09, 2005 at 08:23:04PM -0800, kumar kumar wrote: Hi i am new to PHP .I am facing some problems . Here is the code below Here the applet will send the files thru http . files from 30 bytes to 2 GB. ?php $getdata = fopen(php://input, r); ... while (strlen($data