eric_zyh
V2EX  ›  PHP

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

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