add this foreach() inside the body of the while:
so your while should be like this:
and note that I put quotes in all $row[
'FIELD
'] because this the correct way to do it! other wise you were making php throw notices each time and also waste time looking for constants with the same names of the field..