Undefined offset: 16

liunx

Guest
Hi,
I am facing problems with PHP 5. My offline system uses PHP4 & the online PHP5. As a result I was getting error: Undefined variable: $name, etc . The problem was resolved by setting all variables as global. But for 1page I am getting this error: Undefined offset: 16... on line....213. In this line Iam using an array $str[$i]. What is the solution? Plz suggest.The problem is solved. The code was trying to insert a non existing result into the array. I got the solution by going through the replies given to similar problem on this site.
Thanks
 
Back
Top