Empty GET variables displaying in the URL

前端 未结 6 736
星月不相逢
星月不相逢 2020-12-18 17:04

Here is my form :

\';
echo \'

        
6条回答
  •  轮回少年
    2020-12-18 17:12

    we can easily make the url empty without javascript or an other plugin here the code put it on the top of the code after session code but note we have to only use post method . it is safe and not more complex

    header("Cache-Control: no cache");
        session_cache_limiter("private_no_expire");

    cheers

提交回复
热议问题