First, try to create a test cookie with the setcookie() function, then count the $_COOKIE array variable: <!DOCTYPE html> <?php setcookie("test_cookie", "test", ...
確定! 回上一頁