Skip to content

Instantly share code, notes, and snippets.

@fjallstrom
Created October 21, 2013 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjallstrom/7080649 to your computer and use it in GitHub Desktop.
Save fjallstrom/7080649 to your computer and use it in GitHub Desktop.
<?php
if(stristr($_SERVER['HTTP_USER_AGENT'], ' MSIE 9')){
$msie_post = file_get_contents("php://input");
parse_str($msie_post, $_POST);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment