Also, unless I do all the processing, I want to buffer PHP output, what's the best way? I want to buffer myself the option to redirect to an error page, which I can not do after any output.
So, what is the best practice? Use a variable $ output and attach it, then output it at the end? Or use ob_str (), etc.?
What code maintains maintainability for each other on one another? Or is it just a personal choice?
For me, I did this:
Comments
Post a Comment