tags:

views:

58

answers:

1

Hi everyone I am having an oddity where in my foreach loop the last element is the same as the 2nd to last

Here is my code so far php code (pastbin site)

I threw a print_r just before the loop to see if it was an error in the construction of the array, but it prints out everything just fine.

(sorry I cant post more than 1 link )

here is the output of the script www.breze.ca/test.htm

here is a sample of the .mdb I am working with here http://www.breze.ca/sample.mdb

Thanks for any help (and sorry if my coding is sloppy or insane)

+1  A: 

In the output, I don't see anything wrong. Would you please point specifically at a duplicate value?

wallyk