PHP URL Encoding / Decoding

前端 未结 4 582
生来不讨喜
生来不讨喜 2020-11-29 12:59

I used the solution accepted for this question for encrypting by id for example in /index.php?id=3 . The problem is I cannot send the encrypted value as an

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 14:00

    There is no use in encrypting parameters.
    Send it as is:

    /index.php?id=3 
    

    nothing wrong with it.

提交回复
热议问题