Articles

PHP

The language everyone said was dying, still quietly paying the bills - working notes on the parts of PHP that keep coming back around.

Everything in PHP

  • Redirect a webpage with PHP

    03/15/2014

    Redirect a webpage with PHP

    Three lines, and three ways to get it wrong: output before the header, no exit after it, and a 301 the browser then caches forever. Which status you choose matters more than the code does.