quando mi logo in localhost mi da questo errore:
Warning: setcookie() expects parameter 3 to be long, string given in C:\xampp\htdocs\sito\forum_lite\loginout.php on line 50
Warning: setcookie() expects parameter 3 to be long, string given in C:\xampp\htdocs\sito\forum_lite\loginout.php on line 51
alle righe 50 e 51 c'è questo:
che problema potrebbe essere?Codice PHP:$time = time() + (86400*365);
setcookie("nbuser", '$username', '$time');
setcookie("nbpass", '$password', '$time');

Rispondi quotando