PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Yeah that is weird, print_r() the array and post your output, so we we can tell if its the array itself that's getting fubar'd or if it's the foreach construct that's causing the bug.
Nevermind, I think I figured out my problem. It was related to the mysql_fetch_assoc() function that I was using. It returns both associative and numerical indexes and I forgot to eliminate the numerical portion of that array.
Sorry for the false alarm and for the record I'm also using PHP 4.4