Page 1 of 1

PHP notice

Posted: Sat Jul 18, 2009 9:15 am
by krupapatel
I have my login form and i am here display the error message for invalid username and password
but it display the notice

Notice: Undefined index: msg in D:\wamp\www\kemrock\admin\index.php on line 2

i am not wanted notice in php programming..

Re: PHP notice

Posted: Sat Jul 18, 2009 12:07 pm
by jackpf
It means you're trying to access an array value that doesn't exist.

Re: PHP notice

Posted: Sat Jul 18, 2009 11:11 pm
by Benjamin
:arrow: Moved to PHP - Code

Re: PHP notice

Posted: Sun Jul 19, 2009 1:32 pm
by quick5pnt0
Post the code and somebody will try to help.