Re: [PHP] variable size limit?

2001-01-15 Thread Andrew Threlfall
> I'm generating a page of HTML by reading an entire page of HTML source into > a variable, and then doing various functions and str_replace on the > variable. > > However when I finialy write this out to a file the variable containing the > HTML source is truncated, at about 5800-ish bytes. > >

[PHP] variable size limit?

2001-01-14 Thread Andrew Threlfall
I'm generating a page of HTML by reading an entire page of HTML source into a variable, and then doing various functions and str_replace on the variable. However when I finialy write this out to a file the variable containing the HTML source is truncated, at about 5800-ish bytes. Is there a limi