PHP Post data with Fsockopen

前端 未结 10 1547
梦如初夏
梦如初夏 2020-12-01 15:20

I am attempting to post data using fsockopen, and then returning the result. Here is my current code:



        
10条回答
  •  隐瞒了意图╮
    2020-12-01 15:50

    Sorry for refresh, but for people who still have problem like this, change HTTP/1.0 to HTTP/1.1 and it will work.

提交回复
热议问题