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 limit of the amount of data a variable can store? Or is there a
better way to manipulate the text in file?

Thanks

--
Andrew


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to