Notice: Undefined index
Posted by: suresh kumar dugtal (125.19.208.---)
Date: December 20, 2012 06:44AM

Notice: Undefined index: i in C:\hosting\www\index.php on line 5

how to resolve this issu

Options: ReplyQuote
Re: Notice: Undefined index
Posted by: RiggsFolly (---.as13285.net)
Date: December 20, 2012 04:15PM

Write better code.

But seriously look at line 5. What does it do.

This is not really a ( I dont know how to code ) site, but you will probably find that it is old badly written code that relies on register_globals being set to On.

Wamp comes with this set to Off as it is soon to be removed from PHP

Edit php.ini use the wampmanager -> PHP -> php.ini link to make sure you edit the correct file.

Look for the parameter:
register_globals

Change the value to On


See if that cures the problem.

Options: ReplyQuote


Sorry, only registered users may post in this forum.