Have you tried changing the value of memory_limit in your php.ini file? If you have this set to 4mb, that may be your problem.
Heres what it looks like in the php.ini file. memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) -----Original Message----- From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Is there a limit... PLEASE HELP I'm Desperate After checking the bios it seems to be truncating right around the 4092 character mark (including spaces). I checked the database and it does in fact contain the entire bio (well over the 4092 character mark)...and as a side note ASP returns the entire bio. It seems to be some type of truncation that is happening in PHP. Is there any way I can break the Bio up over several queries to ensure I get the entire thing back? I'm dying here, I'm set to go live and I just noticed this problem. Please help. Ron > > Is there a limit to the amount of text a variable can hold? > > I have a situation where I'm querying a SQL database for a Salesmans > Biography and then echoing the variable using the syntax "$row['bio]" > and for some reason the bios appear to be truncated on the larger > bios. I am not processing the bios in any way shape or form so they > should be complete. > > If in fact there is a limit, how could I formulate a work around for > this problem? > > Thanks, > Ron > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php