[PHP] Re: Iterating over parallel arrays using each()

2006-11-03 Thread Brian Salomaki
Thanks to a reply off-list, I figured out that this was an issue of operator precedence (&& over =). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Iterating over parallel arrays using each()

2006-11-03 Thread Brian Salomaki
I looked for a little while and didn't find any elegant solutions for doing this, so first if you have alternate suggestions for the "right" way to do this, I'd love to hear them. I'm working with a big form to allow a user to make a change to many database rows at the same time. The results a