################# You can copy this code to test ################# ?>" METHOD=POST> hidden" name="MAX_FILE_SIZE" value="1000"> Send this file: userfile" TYPE="file"> Name: text" name="personal[name]"> Email: text" name="email"> Beer: beer[]"> warthog">Warthog guinness">Guinness submit"> if ($HTTP_GET_VARS) echo "HTTP_GET_VARS=" . implode(" | ",$HTTP_GET_VARS) . "p>"; if ($HTTP_POST_VARS) { echo "HTTP_POST_VARS=" . implode(" | ",$HTTP_POST_VARS) . "p>"; $array = $HTTP_POST_VARS; echo $array[0]; } ?> ################# http://php4u.yes8.com ##########