• Hubs
  • tagged http headers
johnathanhebert profile image63

Using Output Buffering With PHP

When you write a web page with PHP, the output of the PHP script is what eventually is sent to the client's browser. You probably already knew that, but what you may not know is how and when it is sent. ...

2 comments    php http headers
working