POST without Form Method (PHP)

前端 未结 7 1776
囚心锁ツ
囚心锁ツ 2021-02-13 15:24

Is there any way to pass stuff from one page to another using the POST method without using forms.

Like in get you can just append a ? with whatever you wan

7条回答
  •  星月不相逢
    2021-02-13 15:55

    Server side you can achieve this using cURL extension. Tutorial: here I'm not 100% sure you are looking for a server-side solution though?

提交回复
热议问题