Menu
×
×
Correct!
Exercise:Create a cookie named "username".
setcookie("username", "John", time() + (86400 * 30), "/");
Not CorrectClick here to try again. Correct!Next ❯("username", "John", time() + (86400 * 30), "/"); |