What’s that feature of PHP where you have, say a “start” bit of code, then some html or text that would normally send to the browser, then a bit of code to “end” it?
For example,
<? start_something(); ?>
<html>some html</html>
<? end_something(); ?>
Yes, this is a built-in feature of php and I am sure of it, but I cannot remember what it’s called.
buffer?