Setting a cookie requires a key, a value, and the amount of time to allow the cookie to exist. $first_name = 'David'; setcookie('first_name', ...
確定! 回上一頁