amigos ayuda!!!
el siguiente codigo tiene estos dos Warning y no logro entender que puede estar pasando...
muchas gracias
<?php
while(list($key, $val) = each($GLOBALS["HTTP_POST_VARS"]))
$$key = $val;
while(list($key, $val) = each($GLOBALS["HTTP_GET_VARS"]))
$$key = $val;
unset($key, $val);
?>
Warning: Variable passed to each() is not an array or object in C:xamppxampphtdocsSistemaAfiliadoparse_vars.php on line 2
Warning: Variable passed to each() is not an array or object in C:xamppxampphtdocsSistemaAfiliadoparse_vars.php on line 4