Mike Keen

I'm a Web architect/strategist in Atlanta, GA.
Comments (View)
Oh snap. Secret project has a name and a logo.

Oh snap. Secret project has a name and a logo.

Comments (View)

jakeandamir:

Making Fun
Comments (View)

jakeandamir:

Bless You. (AKA: Lyrics Part Two)
Comments (View)

jakeandamir:

Six Flags
Comments (View)

It’s official.. Grant Theft Auto IV is the best game out for the PS3 (or any current-gen system).

Comments (View)
Comments (View)

Enterprise PHP

  • Mike Keen: you actually shouldn't use die() there.
  • Michael Simmons: it kills the app.
  • Mike Keen: yeah but look at the script. it would have ended anyways without die().
  • Michael Simmons: haha, i wanted to be sure.
  • Mike Keen: haha... you should put a die() at the end of the script.
  • Mike Keen: just wrap the whole thing in
  • if(phpinfo()){
  • ...
  • } else {
  • die("This script requires PHP");
  • }
  • Michael Simmons: if(function_exists("phpinfo")){
  • eval(base64_decode("......."));
  • } else {
  • die("This script requires PHP");
  • }
  • Mike Keen: haha brilliant
Comments (View)