foreach ($argv as $params) { list($key, $value) = explode("=", $params); $_GET[$key] = $value; }
php file.php param1=value param2=value