Posts Tagged ‘tutorials’

What’s new for October

Hi All,

Sorry for the extended absence.  I am sure everyone one knows how all consuming work can be.  I wanted to detail a few things I will be releasing by the end of the month so anyone listening out their can look forward to them.
Continue reading What’s new for October…

1 Comment »

PHP Output Buffering

Some of the coolest functions available in PHP are the output buffering functions.  If you are reading this, you probably have some idea of how web php pages are delivered from the server to the client, but if you don’t, here is a quick recap:

  1. User requests any web page
  2. The web server receives and interprets the request
  3. The requested file is sent to the PHP processor
  4. PHP compiles and executes the combination of PHP and HTML sent to it
  5. The compiled information is sent back to the web server (the page may not be complete yet)
  6. Your browser downloads the page from the web server

Continue reading PHP Output Buffering…

1 Comment »

WP Login