How to pass POST parameters in a URL?

前端 未结 7 508
生来不讨喜
生来不讨喜 2020-12-13 04:12

Basically, I think that I can\'t, but would be very happy to be proven wrong.

I am generating an HTML menu dynamically in PHP, adding one item for each current user,

7条回答
  •  执笔经年
    2020-12-13 04:35

    No you cannot do that. I invite you to read a POST definition: http://en.wikipedia.org/wiki/POST_%28HTTP%29

    or this page: http://en.wikipedia.org/wiki/GET_%28HTTP%29#Request_methods

提交回复
热议问题