V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
eric_zyh
V2EX  ›  PHP

求助:POST提交,当Content-Type: text/plain时,无法通过$_POST获取数据

  •  
  •   eric_zyh · Feb 19, 2013 · 4724 views
    This topic created in 4815 days ago, the information mentioned may be changed or developed.
    应该通过什么方式获取?
    2 replies    1970-01-01 08:00:00 +08:00
    siw
        1
    siw  
       Feb 19, 2013
    var_dump($GLOBALS);
    var_dump($_POST);
    cute
        2
    cute  
       Feb 22, 2013   ❤️ 1
    $data = isset($HTTP_RAW_POST_DATA) ?
    $HTTP_RAW_POST_DATA :
    file_get_contents('php://input');
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   974 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 20:00 · PVG 04:00 · LAX 13:00 · JFK 16:00
    ♥ Do have faith in what you're doing.