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