remove GET parameter in URL after processing is finished(not using POST), PHP

后端 未结 4 872
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 06:15

I have url like this http://localhost/join/prog/ex.php

When i use GET method the url address like this http://localhost/join/prog/ex.php?name=MEMO

4条回答
  •  感情败类
    2020-12-15 06:36

    SIMPLE ANSWER

    Just place this in the top of the file you need to make the GET querys disappear from the browser's URL bar after loading.

    
    

提交回复
热议问题