Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在本地服务器上开发一个站点,所以站点的 url 是 http:/goodies/,没有像“.com”这样的域结尾
我怎样才能使这段代码工作?
setcookie('user', $user_check, time() + (86400 * 3), '/', 'goodies');
只是不要通过$domain争论。不需要http://php.net/manual/function.setcookie.php
$domain