while (list ($myindex, $mycontent) = each ($HTTP_GET_VARS)){ $$myindex = $mycontent; } while (list ($myindex, $mycontent) = each ($HTTP_POST_VARS)){ $$myindex = $mycontent; } ?>