Hi
I have a problem I can’t understand
I have this line of code:
[php]header(“Location: templates/frontend/error.php?msg = ‘invalid login’”);[php]
the error.php is as follow
TesteBut all I get is this message:
Notice: Undefined index: msg in D:\Web Data\divdev\templates\frontend\error.php on line 12
an someone help me?
Thank You