有一定的聯繫,如下如何編寫if條件部分?
https://example.com/cart.php
https://example.com/cart.php?gid=1
https://example.com/cart.php?gid=2
https://example.com/cart.php?a=view
https://example.com/cart.phpcart.php?a=confproduct&i=0
.......
我想補充這些鏈接頁面上一些文字。如何編寫if條件?
if($_SERVER['REQUEST_URI']=='/cart.php'||......)
有沒有簡單的方法來做到這一點?
這些都是相同的** **頁... –
@AJ他們有不同的GET參數。假設他想知道他們。 – alex