I have a file in which it creates a cookie.
And I have another file in which I call this cookie, but it gives me this error: Undefined index: name in
Here is the code for the first file:
setcookie('nome', $dataNome', time() + (2 * 3600));...
asked by
28.08.2014 / 22:02