<?php setcookie("test_cookie", "test", time() + 3600, '/'); ?> <html> <body>. <?php if(count($_COOKIE) > 0) { echo "Cookies are enabled."; } ...
確定! 回上一頁