POST / HTTP/1.1
Host: 123.116.132.233:80
Content-Length: 10036
User-Agent: NokiaN73-1/4.0736.3.2.1 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
Accept: text/html, application/vnd.wap.xhtml+xml, application/xhtml+xml, text/css, multipart/mixed, text/vnd.wap.wml, application/vnd.wap.wmlc, application/vnd.wap.wmlscriptc, application/java-archive, application/java, application/x-java-archive, text/vnd.sun.j2me.app-descriptor, application/vnd.met.ticket, application/x-wallet-appl.user-data-provision, application/vnd.oma.drm.message, application/vnd.oma.drm.content, application/vnd.wap.mms-message, application/vnd.wap.sic, text/x-co-desc, application/vnd.oma.dd+xml, application/x-javascript, text/ecmascript, */*, text/x-vcard, text/x-vcalendar, image/gif, image/vnd.wap.wbmp
Accept-Charset: iso-8859-1, utf-8, iso-10646-ucs-2; q=0.6
Accept-Language: zh-ch, zh#*11,67,460027016501668#HTTP/1.1 200 OK
Date: Thu, 06 Jan 2011 01:38:33 GMT
Server: Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
X-Powered-By: PHP/5.3.1
Content-Length: 2930
Content-Type: text/html
大家快帮我看看 如何解析这个POST请求 我要两个#之间的内容 可是参数是什么哦

解决方案 »

  1.   

    呵呵~lz是做wap的!
    貌似你发的post请求数据不全啊!------------------测试哥的签名--------------------------
    哥默默的低下头,不是哥修养好,而是哥在找砖头!
    --------------------------------------------------------
      

  2.   

    echo substr(file_get_contents('php://input'),1,-1);
      

  3.   

    用抓包工具 比如:httpwatch 可以很清楚的查得POST的各个变量名和变量值