eric_zyh
V2EX  ›  PHP

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

  •  
  •   eric_zyh · Feb 19, 2013 · 4794 views
    This topic created in 4857 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   ·   1536 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 16:28 · PVG 00:28 · LAX 09:28 · JFK 12:28
    ♥ Do have faith in what you're doing.