Check the MySQL Manual on page 329 - it might give you some good insight
into the server tuning that might be required.  If you aren't using mysql,
then it might give you a lead at least on things to check with whatever
database you *are* using.

(V)

----- Original Message -----
From: "R.S. Herhuth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 23, 2002 4:39 PM
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
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to