×
×
Correct!
Create a cookie named "username".
@(9)("username", "John", time() + (86400 * 30), "/");
setcookie("username", "John", time() + (86400 * 30), "/");
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?