Re: [PHP] HELP! String Output Limit

2001-04-30 Thread CC Zona
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

[PHP] HELP! String Output Limit

2001-04-30 Thread Niko Spyridonos
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. What is the solution?