PHP notice

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
krupapatel
Forum Newbie
Posts: 1
Joined: Sat Jul 18, 2009 9:11 am

PHP notice

Post 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..
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: PHP notice

Post by jackpf »

It means you're trying to access an array value that doesn't exist.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: PHP notice

Post by Benjamin »

:arrow: Moved to PHP - Code
quick5pnt0
Forum Newbie
Posts: 3
Joined: Fri Jun 05, 2009 12:43 pm

Re: PHP notice

Post by quick5pnt0 »

Post the code and somebody will try to help.
Post Reply