必要隱瞞這個URL隱藏URL在我的網站
http://localhost:8080/Gamesite/details.php?id=1
此URL
http://localhost:8080/Gamesite/details.php
已經有404重定向在.htaccess中,看起來像這樣:
ErrorDocument 404 http://localhost:8080/Gamesite/core/404.html
但它只會重定向,如果我改變任何之前的(?)在url
我得到它的工作
使用POST方法? –
不,我只是從數據庫中獲取遊戲ID,然後將其顯示在details.php頁面中。例如,對於遊戲ID 1,它將是details.php?id = 1 //獲取產品ID $ id = $ _GET ['id']; $ sql =「select * from games where id ='$ id'」; $ result = $ db-> query($ sql); $ game = mysqli_fetch_assoc($ result); – David
對不起,我們不能創建一個新行,導致它提交註釋 – David