使用xampp 1.7.4时出现问题

In my old system I was using xampp 1.7.1 with windows xp and developed one php project. It worked well. Now I install xampp 1.7.4. in another system and run the same project in this xampp.But it is not working properly.

Accessing undefined variable in php 5.2.9 is not showing any error(I used this previously). But the same code (accessing undefined variable) does not works in php 5.3.4 (Now using). showing the 'undefined index' error

How to solve this issue?

Thanks in advance!

In Php 5.3 you should declare/initialize all the variables used in the coding.