Posting parameters to a url using the POST method without using a form

前端 未结 6 1813
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 14:24

I want to post parameters to a URL using the POST method but I cannot use a form. Even if I do use a form, it would have to be auto-posted with out user interaction. Is this

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-01 15:03

    How to do it without using cURL with straight-up PHP: http://netevil.org/blog/2006/nov/http-post-from-php-without-curl

提交回复
热议问题