RE: [PHP-WIN] Output of PHP ist truncated

2002-03-05 Thread Mike Eynon
I have also seen this happen. After playing with a few things... I finally got the problem to go away by adding in a bunch of line feeds. The problem I saw seemed to be a buffering problem of some kind. When I made sure that the html being generated had line lengths of no more than 120 chars in

Re: [PHP-WIN] Output of PHP ist truncated

2002-03-05 Thread Piotr Pluciennik
Hi, 1) check exactly what html content is generated by your script. Look at "page source" in your broser, you will see what one is receiving... Problem is probably in wrong html code. 2) If your php code is embeded in html - check, if it's correctly nested and all of your code is executed. HTH