In article 
<[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Niko Spyridonos) wrote:

> I am trying to display a variable that contains more than 255 characters but
> the output stops at approx. 255. I tried to find what restricts it. Couldn't
> find anything. I tried the "echo", "printf" commands even I tried using
> flush() just in case there was some buffer left.

Is the variable's content being pulled from a database?  The fact that it's 
255 chars sounds like it's coming from a char or varchar field set to its 
maximum length.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to