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?
What will happen if MILLIONS of users access all together? Will it crash the server memory? Is many echos better than one echo?