我試圖驗證碼:警告:setcookie()函數需要參數3長,
setcookie('email', $first_email, 'hash', $this->hash, 'logout', $this->log, time()+60*60*24*100);
,但我得到:Warning: setcookie() expects parameter 3 to be long,
我想setcookie
多變量。怎麼做?也許是一個數組?
那麼我將有這樣的事情,那就是用值數據庫
if(empty($_COOKIE['email']) || empty($_COOKIE['hash']) || empty($_COOKIE['logout'])) {
//something
}
else
//db