|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-24 10:53 UTC] derick@php.net
[2002-09-21 02:06 UTC] sniper@php.net
[2002-12-29 05:01 UTC] gvz at infireal dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 02:00:01 2025 UTC |
To generate the output of my scripts I generally execute code like: echo str_replace("{body}", show_results(), implode ('', file ('template.html'))); so I put my output inside the page. when the output generated by show_results() is > 32kb I get the page cannot be displayed error, random garbage in the output or just incomplete output.