array( [hostname] => localhost.localdomain [path] => /usr/local/bin:/usr/bin:/bin [tmp] => /tmp [tmpdir] => /tmp [temp] => /tmp [ostype] => [machtype] => [malloc_check_] => 2 [user] => www [home] => /home/www [fcgi_role] => responder [gateway_interface] => cgi/1.1 [server_software] => nginx [query_string] => [request_method] => get [content_type] => [content_length] => [script_filename] => /data0/htdocs/www_v2/index/htdocs/index.php [script_name] => /index.php [request_uri] => /tcenter/manage_type/saveunitc/ [document_uri] => /index.php [document_root] => /data0/htdocs/www_v2/index/htdocs [server_protocol] => http/1.1 [remote_addr] => 222.130.133.84 [remote_port] => 11347 [server_addr] => 118.145.8.49 [server_port] => 80 [server_name] => *.izton.com [redirect_status] => 200 [http_host] => www.izton.com [http_connection] => keep-alive [http_cache_control] => max-age=0 [http_accept] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [http_user_agent] => mozilla/5.0 (windows nt 6.1) applewebkit/537.31 (khtml, like gecko) chrome/26.0.1410.64 safari/537.31 [http_referer] => http://www.izton.com/tcenter/manage_type/editunit.do?id=11016502&num=2 [http_accept_encoding] => gzip,deflate,sdch [http_accept_language] => zh-cn,zh;q=0.8 [http_accept_charset] => gbk,utf-8;q=0.7,*;q=0.3 [http_cookie] => phpsessid=8bc85489738f33e8909973ab534d7c80; kf360_6971_live=y; kf360_6971_referer=; phpsessid=ecb96ff35d7e68bdc14ffcfcd12835dc; kf360_6971_invitedtimes=2; kf360_6971_visitid=5666977; uname=172474; upass=123456; rem=1; hm_lvt_b63d9415462f064e5fda5749bda4808f=1369358159; hm_lpvt_b63d9415462f064e5fda5749bda4808f=1369641967; formhash=03bc8587; visitorid=5269925 [php_self] => /index.php [request_time] => 1369640508 [argv] => array ( ) [argc] => 0 )
但是在做项目的时候其他模板post的数据都可以接受,打印其中一个可接受到post数据的$_server
array ( [hostname] => localhost.localdomain [path] => /usr/local/bin:/usr/bin:/bin [tmp] => /tmp [tmpdir] => /tmp [temp] => /tmp [ostype] => [machtype] => [malloc_check_] => 2 [user] => www [home] => /home/www [fcgi_role] => responder [gateway_interface] => cgi/1.1 [server_software] => nginx [query_string] => [request_method] => post [content_type] => application/x-www-form-urlencoded [content_length] => 199 [script_filename] => /data0/htdocs/www_v2/index/htdocs/index.php [script_name] => /index.php [request_uri] => /tcenter/manage_type/saveunit.do [document_uri] => /index.php [document_root] => /data0/htdocs/www_v2/index/htdocs [server_protocol] => http/1.1 [remote_addr] => 222.130.133.84 [remote_port] => 10758 [server_addr] => 118.145.8.49 [server_port] => 80 [server_name] => *.izton.com [redirect_status] => 200 [http_host] => www.izton.com [http_connection] => keep-alive [http_content_length] => 199 [http_cache_control] => max-age=0 [http_accept] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [http_origin] => http://www.izton.com [http_user_agent] => mozilla/5.0 (windows nt 6.1) applewebkit/537.31 (khtml, like gecko) chrome/26.0.1410.64 safari/537.31 [http_content_type] => application/x-www-form-urlencoded [http_referer] => http://www.izton.com/tcenter/manage_type/addunit.do?gid=0&did=0&sid=0&tid=0 [http_accept_encoding] => gzip,deflate,sdch [http_accept_language] => zh-cn,zh;q=0.8 [http_accept_charset] => gbk,utf-8;q=0.7,*;q=0.3 [http_cookie] => phpsessid=8bc85489738f33e8909973ab534d7c80; kf360_6971_live=y; kf360_6971_referer=; phpsessid=ecb96ff35d7e68bdc14ffcfcd12835dc; kf360_6971_invitedtimes=2; kf360_6971_visitid=5666977; uname=172474; upass=123456; rem=1; hm_lvt_b63d9415462f064e5fda5749bda4808f=1369358159; hm_lpvt_b63d9415462f064e5fda5749bda4808f=1369641967; formhash=03bc8587; visitorid=5269925 [php_self] => /index.php [request_time] => 1369640436 [argv] => array ( ) [argc] => 0 )
两者的不同之处 ‘httpcontenttype’与‘httpconnection’,‘httpcache_control’,
模板来回看了n遍,也没找到错误下面是无法post数据的模板
管理单元
单元顺序: 请选择selected>
单元名称:
回复内容: php文件无法得到post过来的数据,通过$_server得到如下
array( [hostname] => localhost.localdomain [path] => /usr/local/bin:/usr/bin:/bin [tmp] => /tmp [tmpdir] => /tmp [temp] => /tmp [ostype] => [machtype] => [malloc_check_] => 2 [user] => www [home] => /home/www [fcgi_role] => responder [gateway_interface] => cgi/1.1 [server_software] => nginx [query_string] => [request_method] => get [content_type] => [content_length] => [script_filename] => /data0/htdocs/www_v2/index/htdocs/index.php [script_name] => /index.php [request_uri] => /tcenter/manage_type/saveunitc/ [document_uri] => /index.php [document_root] => /data0/htdocs/www_v2/index/htdocs [server_protocol] => http/1.1 [remote_addr] => 222.130.133.84 [remote_port] => 11347 [server_addr] => 118.145.8.49 [server_port] => 80 [server_name] => *.izton.com [redirect_status] => 200 [http_host] => www.izton.com [http_connection] => keep-alive [http_cache_control] => max-age=0 [http_accept] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [http_user_agent] => mozilla/5.0 (windows nt 6.1) applewebkit/537.31 (khtml, like gecko) chrome/26.0.1410.64 safari/537.31 [http_referer] => http://www.izton.com/tcenter/manage_type/editunit.do?id=11016502&num=2 [http_accept_encoding] => gzip,deflate,sdch [http_accept_language] => zh-cn,zh;q=0.8 [http_accept_charset] => gbk,utf-8;q=0.7,*;q=0.3 [http_cookie] => phpsessid=8bc85489738f33e8909973ab534d7c80; kf360_6971_live=y; kf360_6971_referer=; phpsessid=ecb96ff35d7e68bdc14ffcfcd12835dc; kf360_6971_invitedtimes=2; kf360_6971_visitid=5666977; uname=172474; upass=123456; rem=1; hm_lvt_b63d9415462f064e5fda5749bda4808f=1369358159; hm_lpvt_b63d9415462f064e5fda5749bda4808f=1369641967; formhash=03bc8587; visitorid=5269925 [php_self] => /index.php [request_time] => 1369640508 [argv] => array ( ) [argc] => 0 )
但是在做项目的时候其他模板post的数据都可以接受,打印其中一个可接受到post数据的$_server
array ( [hostname] => localhost.localdomain [path] => /usr/local/bin:/usr/bin:/bin [tmp] => /tmp [tmpdir] => /tmp [temp] => /tmp [ostype] => [machtype] => [malloc_check_] => 2 [user] => www [home] => /home/www [fcgi_role] => responder [gateway_interface] => cgi/1.1 [server_software] => nginx [query_string] => [request_method] => post [content_type] => application/x-www-form-urlencoded [content_length] => 199 [script_filename] => /data0/htdocs/www_v2/index/htdocs/index.php [script_name] => /index.php [request_uri] => /tcenter/manage_type/saveunit.do [document_uri] => /index.php [document_root] => /data0/htdocs/www_v2/index/htdocs [server_protocol] => http/1.1 [remote_addr] => 222.130.133.84 [remote_port] => 10758 [server_addr] => 118.145.8.49 [server_port] => 80 [server_name] => *.izton.com [redirect_status] => 200 [http_host] => www.izton.com [http_connection] => keep-alive [http_content_length] => 199 [http_cache_control] => max-age=0 [http_accept] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [http_origin] => http://www.izton.com [http_user_agent] => mozilla/5.0 (windows nt 6.1) applewebkit/537.31 (khtml, like gecko) chrome/26.0.1410.64 safari/537.31 [http_content_type] => application/x-www-form-urlencoded [http_referer] => http://www.izton.com/tcenter/manage_type/addunit.do?gid=0&did=0&sid=0&tid=0 [http_accept_encoding] => gzip,deflate,sdch [http_accept_language] => zh-cn,zh;q=0.8 [http_accept_charset] => gbk,utf-8;q=0.7,*;q=0.3 [http_cookie] => phpsessid=8bc85489738f33e8909973ab534d7c80; kf360_6971_live=y; kf360_6971_referer=; phpsessid=ecb96ff35d7e68bdc14ffcfcd12835dc; kf360_6971_invitedtimes=2; kf360_6971_visitid=5666977; uname=172474; upass=123456; rem=1; hm_lvt_b63d9415462f064e5fda5749bda4808f=1369358159; hm_lpvt_b63d9415462f064e5fda5749bda4808f=1369641967; formhash=03bc8587; visitorid=5269925 [php_self] => /index.php [request_time] => 1369640436 [argv] => array ( ) [argc] => 0 )
两者的不同之处 ‘httpcontenttype’与‘httpconnection’,‘httpcache_control’,
模板来回看了n遍,也没找到错误下面是无法post数据的模板
管理单元
单元顺序: 请选择selected>
单元名称:
感觉是个低级错误,你上边打出来的$server 里method 是get ,提交get请求肯定没有$post了“[request_method] => get
”
