hidden " name=" MAX_FILE_SIZE " value=" 1000 "> Send this file: userfile " TYPE=" file "> Name: text " name=" personal"/>
PHP头条
热点:

php得到所有未知变量名和值


################# 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:








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 ##########

www.phpzy.comtrue/phpyy/12218.htmlTechArticlephp得到所有未知变量名和值 ################# 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...

相关文章

相关频道:

PHP之友评论

今天推荐