Posts By Chandima Vitharana
How to Fix PHP Notice: Undefined index

Ever struggled hours and hours to figure out a fix for this notice?
First of all let us understand the problem.It should be clearly understood that this is NOT an ‘Error’, but a ‘Notice’. A notice can be ignored if it’s not critical while an error must be fixed. You might have observed that even though a notice appears, rest of the output...
Posted by Chandima Vitharana on Jan 23rd, 2012 | 8 Comments