PHP - hide url (GET) parameters

前端 未结 7 1391
梦谈多话
梦谈多话 2020-12-06 03:45

I have a link in my PHP/HTML like this:



        
7条回答
  •  借酒劲吻你
    2020-12-06 04:28

    Your only option is to use a form and POST if the page your are logging into is controlled by a 3rd party:

    EDIT: If it must be a link and javascript can be required then you can use javascript to create and submit a form on the fly:

    Log me into this website
    
    
    

提交回复
热议问题