eric_zyh
V2EX  ›  PHP

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

  •  
  •   eric_zyh · Feb 19, 2013 · 4926 views
    This topic created in 4913 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   ·   934 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 20:21 · PVG 04:21 · LAX 13:21 · JFK 16:21
    ♥ Do have faith in what you're doing.