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..
PHP notice
Moderator: General Moderators
Re: PHP notice
It means you're trying to access an array value that doesn't exist.
Re: PHP notice
-
quick5pnt0
- Forum Newbie
- Posts: 3
- Joined: Fri Jun 05, 2009 12:43 pm
Re: PHP notice
Post the code and somebody will try to help.