// Convert super globals if (phpversion() >= '5') { $HTTP_POST_VARS = ($_POST); $HTTP_GET_VARS = ($_GET); }