使用PHP Cookie時,常會發現有不能跨目錄Cookie的問題,其實,只要在setcookie()函數中加上一個/參數,就可以解決。 例如. setcookie("userid",$row["userid"] ...
確定! 回上一頁