Hello all again, I am using php 5.0.1 with mysql 4.1.4a-gamma. After I did this upgrade, I noticed pieced of my code were failing. Took me a while to figure it out. When I would be working with arrays, sometimes I would call the values out like so: $value=$thearray[0]; Every piece of script where I refer to the value like this has failed. So I ran a print_r() function to see what the output is. This is what I got: Array ( [] => 90606 [1] => 90610 [2] => 90660 [3] => 90661 [4] => 90662 [5] => 90665 ) This is not a huge problem, I just have to use foreach() instead of for() in my loop. Took me a good while to figure this out. Could this be a glitch within php 5.0.1? If so, where could I report this? Thank you for any help in advance. -Wendell Frohwein