Notice Undefined index
Posted by: amex (121.121.119.---)
Date: March 16, 2011 04:44PM

Hi, i am using wamp server for the first time, and i am also new to php and mysql.
whenever i execute my website using local host, i keep getting errors like this

Notice: Undefined index: login in C:\wamp\www\login.php on line 12

Notice: Undefined index: resetpass in C:\wamp\www\login.php on line 30

they keep coming out on different pages of my webpage.

i don't know what is wrong, can someone please help me.

thank you

Options: ReplyQuote
Re: Notice Undefined index
Posted by: yfastud (Moderator)
Date: March 16, 2011 05:52PM

Through wamp tray icon, open php.ini file and find

error_reporting = E_ALL

Replace w/

error_reporting = E_ALL & ~E_NOTICE

Then save file and restart wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Notice Undefined index
Posted by: amex (121.120.90.---)
Date: March 17, 2011 06:23PM

I just did that, and it worked well. thank you very much!

Options: ReplyQuote
Re: Notice Undefined index
Posted by: kalai (---.78.164.122.airtelbroadband.in)
Date: April 26, 2011 03:46PM

amex Wrote:
-------------------------------------------------------
> Hi, i am using wamp server for the first time, and
> i am also new to php and mysql.
> whenever i execute my website using local host, i
> keep getting errors like this
>
> Notice: Undefined index: login in
> C:\wamp\www\login.php on line 12
>
> Notice: Undefined index: resetpass in
> C:\wamp\www\login.php on line 30
>
> they keep coming out on different pages of my
> webpage.
>
> i don't know what is wrong, can someone please
> help me.
>
> thank you

Options: ReplyQuote


Sorry, only registered users may post in this forum.