how about this php echo scenario ?

  • Thread starter Thread starter d1od3 d
  • Start date Start date
D

d1od3 d

Guest
Hi, I'm new to PHP. I was thingking about a so-called large website perhaps? Treating the single entire page parse into a single variable we may call it $entirepage variable and store it there and thus ECHO ONLY ONCE at the end of the script.
What will happen if MILLIONS of users access all together? Will it crash the server memory? Is many echos better than one echo?
 
no max memory and execution time will come and it will not show anything. Just an error.
 
Back
Top