1) { for ($i=1; $i<$argc; $i++) { echo $argv[$i] . "\n"; $av = explode("=", $argv[$i]); $_GET[$av[0]]=$av[1]; } } print_r($_GET);