$valid-url = "p1=".rawurlencode($_GET['p1'])."&type=".rawurlencode($_GET['type'])."&os=".rawurlencode($_GET['os'])."&price=".rawurlencode($_GET['price'])."&sort=".rawurlencode($_GET['sort'])."&sort_order=".rawurlencode($_GET['sort_order'])."&perpage=".rawurlencode($perpage)."";
我正在嘗試構建url並將其傳遞給<a href=''
..但它的拋出轉義問題......我可以得到一些幫助。轉義爲php
這是語句拋出一個錯誤?或者當您嘗試構建完整的href時出現錯誤? – MJB 2010-04-08 13:28:23
@pradeep請把你發現有用的答案和接受的答案加起來。 – pinkgothic 2010-04-09 08:31:49