Re: [PHP] fread problem

2006-01-04 Thread Curt Zirzow
On Mon, Jan 02, 2006 at 09:35:21PM +0100, Mario de Frutos Dieguez wrote: > Hi! > > I have a problem using fread with a XML document. When i read some nodes > with a great amount of text it cuts in the same place of the text. There > are any limitation of text or something? I have in the php.ini th

[PHP] fread problem

2006-01-02 Thread Mario de Frutos Dieguez
Hi! I have a problem using fread with a XML document. When i read some nodes with a great amount of text it cuts in the same place of the text. There are any limitation of text or something? I have in the php.ini the amount of memory in 256M. Thanks in advance -- PHP General Mailing List (http:

Re: [PHP] fread problem

2003-03-03 Thread Ernest E Vogelsinger
At 05:46 03.03.2003, Paul Cohen said: [snip] >Here is the code in my file and was taken directly from the manual: > >$filename = "test.php"; >$handle = fopen ($filename, "r"); >$contents = fread ($handle, filesize ($filename)); >fclose ($handl

RE: [PHP] fread problem

2003-03-02 Thread John W. Holmes
> I am trying to read a php file to a varible and then print that variable. > Unfortunately, my php file is not being parsed by the fread function and I > can't figure out why. > > Here is the code in my file and was taken directly from the manual: > > $filename = "test.php"; > $handle =

RE: [PHP] fread problem

2003-03-02 Thread Martin Towell
From: Paul Cohen [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 3:46 PM > To: [EMAIL PROTECTED] > Subject: [PHP] fread problem > > > Hello all, > > I am trying to read a php file to a varible and then print > that variable. > Unfortunately, my php file is not b

[PHP] fread problem

2003-03-02 Thread Paul Cohen
Hello all, I am trying to read a php file to a varible and then print that variable. Unfortunately, my php file is not being parsed by the fread function and I can't figure out why. Here is the code in my file and was taken directly from the manual: $filename = "test.php"; $handle = fope