Tag: ob_start

  • Write HTML in PHP with ob_start

    Write HTML in PHP with ob_start

    The “OB” stands for “output buffer”, and essentially anything that comes after the “ob_start” and before the “ob_get_clean” is what’s returned in the function.